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-18 16:02:24 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-18 16:02:24 +0400
commit0d5fc907f0588d9411158f8c73eb61b30846b83d (patch)
tree71c5925001caa55ca342971ef2837369630800dc
parent230d23705fcc77b60287b30cd7e90910a91da911 (diff)
update moses.ini to new format
-rw-r--r--tests/phrase.show-weights/moses.ini48
1 files changed, 14 insertions, 34 deletions
diff --git a/tests/phrase.show-weights/moses.ini b/tests/phrase.show-weights/moses.ini
index b9af00f..469c8b3 100644
--- a/tests/phrase.show-weights/moses.ini
+++ b/tests/phrase.show-weights/moses.ini
@@ -4,40 +4,6 @@
###########################
### PHARAOH CONFIG FILE ###
###########################
-
-# phrase table f, n, p(n|f)
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/basic-surface-binptable/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
@@ -56,3 +22,17 @@ T 0
[show-weights]
1
+
+[feature]
+KENLM factor=0 order=3 num-features=1 lazyken=0 path=${LM_PATH}/europarl.en.srilm.gz
+Distortion
+WordPenalty
+UnknownWordPenalty
+PhraseDictionaryBinary input-factor=0 output-factor=0 path=${MODEL_PATH}/basic-surface-binptable/phrase-table.gz num-features=5 table-limit=20
+
+[weight]
+WordPenalty0= -0.273416
+KENLM0= 0.142659
+Distortion0= 0.141807
+PhraseDictionaryBinary0= 0.00402447 0.0685648 0.294089 0.032832 -0.0426082
+