From 9340116da63fd5a0e79baa122698d1a33c6281ff Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Wed, 17 Jul 2013 16:40:04 +0100 Subject: update moses.ini to new format --- tests/phrase.consensus-decoding-surface/moses.ini | 45 +++++++---------------- 1 file changed, 14 insertions(+), 31 deletions(-) (limited to 'tests') diff --git a/tests/phrase.consensus-decoding-surface/moses.ini b/tests/phrase.consensus-decoding-surface/moses.ini index f78e5b9..aa12a63 100644 --- a/tests/phrase.consensus-decoding-surface/moses.ini +++ b/tests/phrase.consensus-decoding-surface/moses.ini @@ -1,36 +1,5 @@ # moses.ini for regression test -[ttable-file] -0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz - -# language model -[lmodel-file] -8 0 3 ${LM_PATH}/europarl.en.srilm.gz -# limit on how many phrase translations e for each phrase f are loaded -[ttable-limit] -#ttable element load limit 0 = all elements loaded -20 - -# distortion (reordering) weight -[weight-d] -0.141806519223522 - -# language model weight -[weight-l] -0.142658800199951 - -# translation model weight (phrase translation, lexical weighting) -[weight-t] -0.00402447059454402 -0.0685647475075862 -0.294089113124688 -0.0328320356515851 --0.0426081987467227 - -# word penalty -[weight-w] --0.273416114951401 - [distortion-limit] 4 @@ -58,3 +27,17 @@ T 0 [mbr-scale] 1 + +[feature] +KENLM factor=0 order=3 num-features=1 lazyken=0 path=${LM_PATH}/europarl.en.srilm.gz +Distortion +WordPenalty +UnknownWordPenalty +PhraseDictionaryMemory input-factor=0 output-factor=0 path=${MODEL_PATH}/basic-surface-only/phrase-table.gz num-features=5 table-limit=20 + +[weight] +WordPenalty0= -0.273416 +KENLM0= 0.142659 +Distortion0= 0.141807 +PhraseDictionaryMemory0= 0.00402447 0.0685648 0.294089 0.032832 -0.0426082 + -- cgit v1.2.3