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:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2014-04-08 17:58:29 +0400
committerUlrich Germann <ugermann@inf.ed.ac.uk>2014-04-08 17:58:29 +0400
commit21f141ce0d691ad20372a29172442d42a968e09c (patch)
tree6c1c03e7d5b5328cf8aa78ab84bd0e5308cb4f1b /Jamroot
parentad678ac0ec2a3c3a315b7256ab896d246e1dc03e (diff)
parentf507c0f82d41be257e0bed5a71ce8cc571d1c621 (diff)
Merge branch 'master' into dynamic-phrase-tables
Conflicts: moses/InputPath.cpp moses/Word.cpp
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 21a3710c9..1f7ca48cd 100644
--- a/Jamroot
+++ b/Jamroot
@@ -64,6 +64,8 @@
#
# --max-factors maximum number of factors (default 4)
#
+# --unlabelled-source ignore source labels (redundant in hiero or string-to-tree system)
+# for better performance
#CONTROLLING THE BUILD
#-a to build from scratch
#-j$NCPUS to compile in parallel
@@ -110,6 +112,7 @@ requirements += [ option.get "notrace" : <define>TRACE_ENABLE=1 ] ;
requirements += [ option.get "enable-boost-pool" : : <define>USE_BOOST_POOL ] ;
requirements += [ option.get "with-mm" : : <define>PT_UG ] ;
requirements += [ option.get "with-mm" : : <define>MAX_NUM_FACTORS=4 ] ;
+requirements += [ option.get "unlabelled-source" : : <define>UNLABELLED_SOURCE ] ;
if [ option.get "with-cmph" ] {
requirements += <define>HAVE_CMPH ;