mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 00:47:31 +03:00
rename model parameters: 'dlm-model', 'glm-model'
This commit is contained in:
parent
a65cec2a21
commit
2d3613f58f
@ -45,13 +45,13 @@ Parameter::Parameter()
|
||||
AddParam("config", "f", "location of the configuration file");
|
||||
AddParam("continue-partial-translation", "cpt", "start from nonempty hypothesis");
|
||||
AddParam("decoding-graph-backoff", "dpb", "only use subsequent decoding paths for unknown spans of given length");
|
||||
AddParam("dlm", "Order, factor and vocabulary file for discriminative LM. Use * for filename to indicate unlimited vocabulary.");
|
||||
AddParam("dlm-model", "Order, factor and vocabulary file for discriminative LM. Use * for filename to indicate unlimited vocabulary.");
|
||||
AddParam("drop-unknown", "du", "drop unknown words instead of copying them");
|
||||
AddParam("disable-discarding", "dd", "disable hypothesis discarding");
|
||||
AddParam("factor-delimiter", "fd", "specify a different factor delimiter than the default");
|
||||
AddParam("generation-file", "location and properties of the generation table");
|
||||
AddParam("global-lexical-file", "gl", "discriminatively trained global lexical translation model file");
|
||||
AddParam("glm", "Factor types for global lexicon models, format Factor-Factor.");
|
||||
AddParam("glm-model", "Factor types for global lexicon models, format Factor-Factor.");
|
||||
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)");
|
||||
|
Loading…
Reference in New Issue
Block a user