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:
authorHieu Hoang <hieuhoang@gmail.com>2012-11-14 17:43:04 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-11-14 17:43:04 +0400
commitf96b33de83d91214cba8ac0d457ec259224e2bd0 (patch)
treedbe9e618b700f09a5e9a6c12d773f84fe5de6ca4 /mert/Jamfile
parent6b3d69c5c4e16a2993b986175177bcafde5f61cc (diff)
only include moses root when compiling
Diffstat (limited to 'mert/Jamfile')
-rw-r--r--mert/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/Jamfile b/mert/Jamfile
index 376edd575..e223edeee 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -49,7 +49,7 @@ SentenceLevelScorer.cpp
Permutation.cpp
PermutationScorer.cpp
StatisticsBasedScorer.cpp
-../util//kenutil m ..//z : <include>. : : <include>. ;
+../util//kenutil m ..//z ;
exe mert : mert.cpp mert_lib ../moses//ThreadPool ;