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:
authorMatous Machacek <machacekmatous@gmail.com>2012-02-26 21:53:08 +0400
committerMatous Machacek <machacekmatous@gmail.com>2012-02-26 21:53:08 +0400
commite8a94a7bd25fe09cd84790618a62f4cb34944065 (patch)
treecf68dd5a96e3cea121df4f573a4a89dfbdbf9bb9 /mert/Jamfile
parentc26e83fd098b93c33200c4794e33bf8f4c4ff1b2 (diff)
Added interpolated scorer
example: to interpolate BLEU and CDER use --sctype=BLEU,CDER to specify weights use --scconfig=weights:0.3+0.7 This scorer should replace MergeScorer (which requires mert-moses-multi.pl) soon. Interpolated scorer is more universal and is used in the same way as other scorers.
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 69d59a30c..e8cf42705 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -12,6 +12,7 @@ FeatureStats.cpp FeatureArray.cpp FeatureData.cpp
FeatureDataIterator.cpp
Data.cpp
BleuScorer.cpp
+InterpolatedScorer.cpp
Point.cpp
PerScorer.cpp
Scorer.cpp