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:
authorHieu Hoang <hieu@hoang.co.uk>2013-05-10 18:43:49 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-10 18:43:49 +0400
commita8f4e2c8fe91d4063d122869090cfb70894f5567 (patch)
tree5d8750b67e2c7b7d037ea995c4feb02e06481d75 /scripts/ems
parent7e398d3bcad42b9b01055caa134ceaeb1de60611 (diff)
changes for cruise control
Diffstat (limited to 'scripts/ems')
-rw-r--r--scripts/ems/example/data/weight.ini31
1 files changed, 7 insertions, 24 deletions
diff --git a/scripts/ems/example/data/weight.ini b/scripts/ems/example/data/weight.ini
index 731de5535..e0ab92249 100644
--- a/scripts/ems/example/data/weight.ini
+++ b/scripts/ems/example/data/weight.ini
@@ -2,29 +2,12 @@
### MOSES CONFIG FILE ###
#########################
-# distortion (reordering) weight
-[weight-d]
-0.3
-0.3
-0.3
-0.3
-0.3
-0.3
-0.3
+[weight]
+Distortion0= 0.3
+UnknownWordPenalty0= 1
+WordPenalty0= -1
+TranslationModel0= 0.2 0.2 0.2 0.2 0.2
+LexicalReordering0= 0.3 0.3 0.3 0.3 0.3 0.3
+LM0= 0.5
-# language model weights
-[weight-l]
-0.5
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# word penalty
-[weight-w]
--1