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 <hieu@hoang.co.uk>2014-06-03 15:20:47 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-06-03 15:20:47 +0400
commitacd88761b41a468b94c8b9b8a97bda9b3a5cde38 (patch)
tree53ae9a2303e0f6402e5a5575f9984d85c007c276 /contrib/other-builds/extract-mixed-syntax
parent3f49dfaaefac630a355c40606224be7604ac020f (diff)
minor error in arg
Diffstat (limited to 'contrib/other-builds/extract-mixed-syntax')
-rw-r--r--contrib/other-builds/extract-mixed-syntax/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/other-builds/extract-mixed-syntax/Main.cpp b/contrib/other-builds/extract-mixed-syntax/Main.cpp
index c7b95c983..ade44464b 100644
--- a/contrib/other-builds/extract-mixed-syntax/Main.cpp
+++ b/contrib/other-builds/extract-mixed-syntax/Main.cpp
@@ -39,7 +39,7 @@ int main(int argc, char** argv)
("MaxSpanFreeNonTermSource", po::value<int>()->default_value(params.maxSpanFreeNonTermSource), "Max number of words covered by beginning/end NT. Default = 0 (no limit)")
("NoNieceTerminal", "Don't extract rule if 1 of the non-term covers the same word as 1 of the terminals")
("MaxScope", po::value<int>()->default_value(params.maxScope), "maximum scope (see Hopkins and Langmead (2010)). Default is HIGH")
- ("SpanLength", po::value<bool>()->default_value(params.spanLength), "Output span length of RHS each non-term");
+ ("SpanLength", "Output span length of RHS each non-term");
po::variables_map vm;
try