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-19 22:43:04 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2012-03-19 22:43:04 +0400
commit525f06452cf84a0d04dcfd38d7368b9c1f0231e4 (patch)
treee157b02445380e3b726d4a1784911b244aef35f1 /mert/Jamfile
parent2b28072f7a9e651a0e87fb84ec5c8956e2bbed47 (diff)
Change the Encoder class to Vocabulary.
- Introduce the namespace to avoid naming collisions. The class name is used in KenLM. - 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 b8a76396a..ab105db43 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -56,5 +56,6 @@ unit-test optimizer_factory_test : OptimizerFactoryTest.cpp mert_lib ..//boost_u
unit-test reference_test : ReferenceTest.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 ;
+unit-test vocabulary_test : VocabularyTest.cpp mert_lib ..//boost_unit_test_framework ;
install legacy : programs : <location>. ;