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:
authorKenneth Heafield <github@kheafield.com>2012-10-19 15:00:10 +0400
committerKenneth Heafield <github@kheafield.com>2012-10-19 15:00:10 +0400
commit5f6752714339deab2eff055e372855280d0edbb9 (patch)
treea7597dd2db2d436cdfa62b4887e64d1b850fc52e /Jamroot
parent232b3f2e5ab86041c2706393c5aaa16512d2892c (diff)
Bugfix vocabulary corruption on building
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index ec20a7fdd..e0459bf19 100644
--- a/Jamroot
+++ b/Jamroot
@@ -59,6 +59,8 @@
#
# --max-kenlm-order maximum ngram order that kenlm can process (default 6)
#
+# --max-factors maximum number of factors (default 4)
+#
#CONTROLLING THE BUILD
#-a to build from scratch
#-j$NCPUS to compile in parallel