From 59f5a5e9bd0e1cbb0cd0ebc9239348ff1219721b Mon Sep 17 00:00:00 2001 From: chardmeier Date: Tue, 20 Jan 2009 22:16:31 +0000 Subject: 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 --- moses/src/Parameter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'moses/src/Parameter.cpp') 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)"); -- cgit v1.2.3