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 <hieuhoang@gmail.com>2015-11-02 15:26:59 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-11-02 15:26:59 +0300
commit62909b39c86b9fe9c5be59f5f630197358844235 (patch)
tree72d2351dcde6b2383df0ee81dfe7fd9540e6c4b2 /Jamroot
parentf01a889d87f975a089bebbfa9f3915de707a34cd (diff)
parentf38976aba07e0dbca74f9b824b28add486889b2a (diff)
Merge ../mosesdecoder into perf_moses2
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot5
1 files changed, 3 insertions, 2 deletions
diff --git a/Jamroot b/Jamroot
index d97ed95f3..03dc1821c 100644
--- a/Jamroot
+++ b/Jamroot
@@ -1,5 +1,5 @@
#BUILDING MOSES
-#
+
#PACKAGES
#Language models (optional):
#--with-irstlm=/path/to/irstlm
@@ -245,7 +245,7 @@ if [ option.get "with-mm" : : "yes" ]
moses/TranslationModel/UG//ptable-describe-features
moses/TranslationModel/UG//count-ptable-features
moses/TranslationModel/UG//ptable-lookup
- # moses/TranslationModel/UG//spe-check-coverage
+ moses/TranslationModel/UG//check-coverage
moses/TranslationModel/UG/mm//mtt-demo1
moses/TranslationModel/UG/mm//mtt-build
moses/TranslationModel/UG/mm//mtt-dump
@@ -256,6 +256,7 @@ if [ option.get "with-mm" : : "yes" ]
moses/TranslationModel/UG/mm//mmlex-lookup
moses/TranslationModel/UG/mm//mtt-count-words
moses/TranslationModel/UG/mm//calc-coverage
+ moses/TranslationModel/UG//check-coverage
moses/TranslationModel/UG//try-align
;
}