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>2015-06-08 13:35:36 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-06-08 13:38:01 +0300
commitc306715e828f23ffceefebde8e227fc1bd7ff4d0 (patch)
tree49172bdc6c42b1d67e576ccbf35a973bc0376b2a /moses/Parameter.cpp
parent42b53b7a3939e9c5b0875a2eeb53010774527a95 (diff)
add back arg -always-create-direct-transoption. Seemed to have dropped out a while ago
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 33441570f..cf8737e3b 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -143,6 +143,7 @@ Parameter::Parameter()
AddParam(oov_opts,"mark-unknown", "mu", "mark unknown words in output");
AddParam(oov_opts,"lmodel-oov-feature", "add language model oov feature, one per model");
AddParam(oov_opts,"output-unknowns", "Output the unknown (OOV) words to the given file, one line per sentence");
+ AddParam(oov_opts,"always-create-direct-transopt", "Always create a translation that translates the source word ad-verbatim");
///////////////////////////////////////////////////////////////////////////////////////
// input options