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 <hieuhoang@gmail.com>2016-11-09 07:20:26 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-11-09 07:20:26 +0300
commite99a90849440b32acd143375490cfbfca69fc0a2 (patch)
tree5797e880cac49edaed89346f20941f1e24cbad09
parentd428a75c1e1a944cfcbfc1b9220305f5795f8dee (diff)
parent81fac338b1bfbdb0b2e4fd999300d31c2c136a03 (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder
-rw-r--r--contrib/moses2/legacy/Parameter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/moses2/legacy/Parameter.cpp b/contrib/moses2/legacy/Parameter.cpp
index cbfcfa2f3..ea1b962a8 100644
--- a/contrib/moses2/legacy/Parameter.cpp
+++ b/contrib/moses2/legacy/Parameter.cpp
@@ -314,8 +314,8 @@ Parameter::Parameter()
po::options_description chart_opts("Chart Decoding Options");
AddParam(chart_opts, "max-chart-span",
"maximum num. of source word chart rules can consume (default 10)");
- //AddParam(chart_opts, "non-terminals",
- // "list of non-term symbols, space separated");
+ AddParam(chart_opts, "non-terminals",
+ "list of non-term symbols, space separated");
//AddParam(chart_opts, "rule-limit",
// "a little like table limit. But for chart decoding rules. Default is DEFAULT_MAX_TRANS_OPT_SIZE");
//AddParam(chart_opts, "source-label-overlap",