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:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2012-03-20 00:52:35 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2012-03-20 00:52:35 +0400
commit2fdb47fe67a0bcca8cebdb3f86c2f2a5d7fb2055 (patch)
tree32caf8c3a66f6f99cd1e07cf1740b1e13205ffb0 /mert/Jamfile
parent8987fed667c8c7cedfb714b28a061fb7b8030d6c (diff)
Add an unit test for BleuScorer.
The test contains only ngram counting. More tests for calculating BLEU score are reuiqred.
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 874ff8014..1bf826dee 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -50,6 +50,7 @@ exe pro : pro.cpp mert_lib ..//boost_program_options ;
alias programs : mert extractor evaluator pro ;
+unit-test bleu_scorer_test : BleuScorerTest.cpp mert_lib ..//boost_unit_test_framework ;
unit-test feature_data_test : FeatureDataTest.cpp mert_lib ..//boost_unit_test_framework ;
unit-test data_test : DataTest.cpp mert_lib ..//boost_unit_test_framework ;
unit-test ngram_test : NgramTest.cpp mert_lib ..//boost_unit_test_framework ;