Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-07-17 19:42:06 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-17 19:42:06 +0400
commitbe192058e202b2426c5735c555f683bf59533ef5 (patch)
treef55e2ebd7d0bf658d82da05ff227454de43eb723
parent9340116da63fd5a0e79baa122698d1a33c6281ff (diff)
update moses.ini to new format
-rw-r--r--tests/phrase.continue-partial-translation/moses.ini47
1 files changed, 15 insertions, 32 deletions
diff --git a/tests/phrase.continue-partial-translation/moses.ini b/tests/phrase.continue-partial-translation/moses.ini
index 86e99bb..621e327 100644
--- a/tests/phrase.continue-partial-translation/moses.ini
+++ b/tests/phrase.continue-partial-translation/moses.ini
@@ -1,36 +1,4 @@
# 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]
-1.42658800199951
-
-# 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
@@ -49,3 +17,18 @@ T 0
[verbose]
2
+
+
+[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= 1.42659
+Distortion0= 0.141807
+PhraseDictionaryMemory0= 0.00402447 0.0685648 0.294089 0.032832 -0.0426082
+