Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzens <zens@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-24 22:33:08 +0400
committerzens <zens@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-24 22:33:08 +0400
commit422418008ea4ce09774460e835402b029ec1825b (patch)
tree96e96980f42a97f2aa7143ae3f440ce68c8060f8 /misc/Makefile
parent90124bd40335a9e19ebd7a4eb563857d01fc1c3b (diff)
- confusion net:
* more robust read functions * correct treatment of epsilons * code cleanup - parameter: fixed check for binary phrase table - staticData: do not read input phrases in case of binary phrase table git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@260 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index bfe173fcf..a21823f27 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -13,7 +13,7 @@ default: processPhraseTable
processPhraseTable.o: processPhraseTable.cpp
$(CXX) $(CXXFLAGS) $(INCLUDES) $< -c -o $@
-MOSESLIB =$(HOME)/workspace/moses/src/libmoses.a
+MOSESLIB =../moses/src/libmoses.a
processPhraseTable: processPhraseTable.o $(MOSESLIB)
$(CXX) $(LDFLAGS) $^ -o $@ $(LIBS)