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-24 06:58:18 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-24 06:58:18 +0400
commit0fd0adc1f600c8da206278569b871b4315334593 (patch)
tree0136633501a36253f0e2a9fcfeb85c65f2156127 /mert/Jamfile
parent0cb63edcb9335448166a7d77939835e75c03b3ff (diff)
merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, must double check with barry or lexi
Diffstat (limited to 'mert/Jamfile')
-rw-r--r--mert/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mert/Jamfile b/mert/Jamfile
index 0c8424ddf..84ff03701 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -48,6 +48,7 @@ PreProcessFilter.cpp
SentenceLevelScorer.cpp
Permutation.cpp
PermutationScorer.cpp
+StatisticsBasedScorer.cpp
../util//kenutil m ..//z ;
exe mert : mert.cpp mert_lib ../moses/src//ThreadPool ;