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:
authorRico Sennrich <rico.sennrich@gmx.ch>2014-09-12 21:04:46 +0400
committerRico Sennrich <rico.sennrich@gmx.ch>2014-09-12 21:17:23 +0400
commit61c00ed636ea49b7d23239bcaafb1723ae3b0bf9 (patch)
treeb289d3828d61906845bcfb145c65ab441f4a4149 /moses/Parameter.cpp
parent0a127cb0f1d9655a8ba3637ed2abd2d4e04c1ef1 (diff)
n-best tree output
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index 726ac903f..380d0faa0 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -57,6 +57,7 @@ Parameter::Parameter()
AddParam("max-trans-opt-per-coverage", "maximum number of translation options per input span (after applying mapping steps)");
AddParam("max-phrase-length", "maximum phrase length (default 20)");
AddParam("n-best-list", "file and size of n-best-list to be generated; specify - as the file in order to write to STDOUT");
+ AddParam("n-best-trees", "Write n-best target-side trees (additional to normal n-best-list) to file {n-best-list-file}.trees");
AddParam("lattice-samples", "generate samples from lattice, in same format as nbest list. Uses the file and size arguments, as in n-best-list");
AddParam("n-best-factor", "factor to compute the maximum number of contenders (=factor*nbest-size). value 0 means infinity, i.e. no threshold. default is 0");
AddParam("print-all-derivations", "to print all derivations in search graph");