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:
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot6
1 files changed, 5 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index a8ad20386..1f7ca48cd 100644
--- a/Jamroot
+++ b/Jamroot
@@ -55,7 +55,7 @@
# information also known as -g
# --notrace compiles without TRACE macros
#
-# --enable-boost-pool uses Boost pools for the memory SCFG table
+# --enable-boost-pool uses Boost pools for the memory SCFG tabgle
#
# --enable-mpi switch on mpi
# --without-libsegfault does not link with libSegFault
@@ -148,9 +148,13 @@ if [ option.get "with-mm" : : "yes" ]
moses/TranslationModel/UG/mm//mtt-build
moses/TranslationModel/UG/mm//mtt-dump
moses/TranslationModel/UG/mm//symal2mam
+ moses/TranslationModel/UG/mm//mam2symal
+ moses/TranslationModel/UG/mm//mam_verify
moses/TranslationModel/UG/mm//custom-pt
moses/TranslationModel/UG/mm//mmlex-build
+ moses/TranslationModel/UG/mm//mmlex-lookup
moses/TranslationModel/UG/mm//mtt-count-words
+ moses/TranslationModel/UG/mm//calc-coverage
moses/TranslationModel/UG//try-align
;
}