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:
authorMatthias Huck <huck@i6.informatik.rwth-aachen.de>2014-08-08 00:42:30 +0400
committerMatthias Huck <huck@i6.informatik.rwth-aachen.de>2014-08-08 00:42:30 +0400
commit3da03f4459db9ad50a60b46f4bb8cc0251faa0f7 (patch)
treee6774217552873fc256a64b6bf039f71cf8b8e14 /moses/Parameter.cpp
parentc27cbf55eacd4c72685507b9bab624437d9adb4b (diff)
tiny changes
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index fb41d9a3c..726ac903f 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -50,7 +50,7 @@ Parameter::Parameter()
AddParam("factor-delimiter", "fd", "specify a different factor delimiter than the default");
AddParam("input-factors", "list of factors in the input");
AddParam("input-file", "i", "location of the input file to be translated");
- AddParam("inputtype", "text (0), confusion network (1), word lattice (2) (default = 0)");
+ AddParam("inputtype", "text (0), confusion network (1), word lattice (2), tree (3) (default = 0)");
AddParam("labeled-n-best-list", "print out labels for each weight type in n-best list. default is true");
AddParam("mark-unknown", "mu", "mark unknown words in output");
AddParam("max-partial-trans-opt", "maximum number of partial translation options per input span (during mapping steps)");