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-14 17:14:11 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2012-03-14 17:14:11 +0400
commitfba01c7cdfb10f8283cff44d78b40abb7ad61cc0 (patch)
treed7ef43ce9d5ce747c2afce705ede3dadc63ed9a3 /mert/Jamfile
parent175b7aaf495963a8dd08525094073db06686adf8 (diff)
Create a header file for NgramCounts class.
The reason is that we want to add the unit test.
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 87c0b2e71..47f52b1ab 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -46,6 +46,7 @@ alias programs : mert extractor evaluator pro ;
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 ;
unit-test timer_test : TimerTest.cpp mert_lib ..//boost_unit_test_framework ;
unit-test util_test : UtilTest.cpp mert_lib ..//boost_unit_test_framework ;