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 <fishandfrolick@gmail.com>2012-06-23 05:07:05 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-23 05:07:05 +0400
commitb1ca36387f419dae004505e04e93f7b6f896938d (patch)
tree6b40724a71c04eb5b710d88b908157955bb30439 /mert/Jamfile
parent7d19fe13ae613d07c3690f6849ce811726ce1169 (diff)
mert now compiles with PermScorer. However, didn't implement score() - assert(false). Update Jamfile
Diffstat (limited to 'mert/Jamfile')
-rw-r--r--mert/Jamfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mert/Jamfile b/mert/Jamfile
index 5a908766c..0c8424ddf 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -45,6 +45,9 @@ CderScorer.cpp
MergeScorer.cpp
Vocabulary.cpp
PreProcessFilter.cpp
+SentenceLevelScorer.cpp
+Permutation.cpp
+PermutationScorer.cpp
../util//kenutil m ..//z ;
exe mert : mert.cpp mert_lib ../moses/src//ThreadPool ;