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:
authorJonathan Chen <ypeels@users.noreply.github.com>2016-02-07 01:52:58 +0300
committerJonathan Chen <ypeels@users.noreply.github.com>2016-05-17 19:42:10 +0300
commit5b42fb9c05fc283f756183da0c7eabb35a9e8da2 (patch)
tree171e7b1859b3e983cbcee8fa8df175a4bdb5f30c /moses/Parameter.cpp
parent3068ac254fb7ceec62604b7734c1985be1bb9141 (diff)
removed duplicated option
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index fc9ec6480..9f326661e 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -263,7 +263,6 @@ Parameter::Parameter()
AddParam(misc_opts,"references", "Reference file(s) - used for bleu score feature");
AddParam(misc_opts,"recover-input-path", "r", "(conf net/word lattice only) - recover input path corresponding to the best translation");
AddParam(misc_opts,"link-param-count", "Number of parameters on word links when using confusion networks or lattices (default = 1)");
- AddParam(misc_opts,"description", "Source language, target language, description");
AddParam(misc_opts,"feature-name-overwrite", "Override feature name (NOT arguments). Eg. SRILM-->KENLM, PhraseDictionaryMemory-->PhraseDictionaryScope3");
AddParam(misc_opts,"feature", "All the feature functions should be here");