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:
authorchardmeier <chardmeier@1f5c12ca-751b-0410-a591-d2e778427230>2009-01-21 01:16:31 +0300
committerchardmeier <chardmeier@1f5c12ca-751b-0410-a591-d2e778427230>2009-01-21 01:16:31 +0300
commit59f5a5e9bd0e1cbb0cd0ebc9239348ff1219721b (patch)
tree30c5cf11c4d5c1cf39874804df7753c077d1e89c /moses/src/Parameter.cpp
parent99b263439a1d41fe042f94b66dd9e741235c82e5 (diff)
LDC: Made priors configurable from ini file.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/branches/chardmeier-ldc@1988 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses/src/Parameter.cpp')
-rw-r--r--moses/src/Parameter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/src/Parameter.cpp b/moses/src/Parameter.cpp
index e6827014c..049f71dc8 100644
--- a/moses/src/Parameter.cpp
+++ b/moses/src/Parameter.cpp
@@ -77,6 +77,7 @@ Parameter::Parameter()
AddParam("distortion-file", "source factors (0 if table independent of source), target factors, location of the factorized/lexicalized reordering tables");
AddParam("distortion", "configurations for each factorized/lexicalized reordering model.");
AddParam("lexical-distortion-cost", "source factors (0 if table independent of source), target factors, type, located of the lexicalised distortion cost models");
+ AddParam("ldc-priors", "prior parameters for lexical distortion cost models");
AddParam("xml-input", "xi", "allows markup of input with desired translations and probabilities. values can be 'pass-through' (default), 'inclusive', 'exclusive', 'ignore'");
AddParam("minimum-bayes-risk", "mbr", "use miminum Bayes risk to determine best translation");
AddParam("mbr-size", "number of translation candidates considered in MBR decoding (default 200)");