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:
Diffstat (limited to 'regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini')
-rw-r--r--regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini76
1 files changed, 0 insertions, 76 deletions
diff --git a/regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini b/regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini
deleted file mode 100644
index 8687b0db9..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini
+++ /dev/null
@@ -1,76 +0,0 @@
-# moses.ini for regression test
-
-# D - decoding path, R - reordering model, L - language model
-[translation-systems]
-other D 0 L 0
-default D 1 L 1 R 0
-
-[mapping]
-0 T 0
-1 T 1
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-0 0 0 5 ${MODEL_PATH}/lexicalized-reordering/phrase-table.0-0.gz
-
-# language model
-[lmodel-file]
-0 0 5 ${MODEL_PATH}/lexicalized-reordering/europarl.lm
-0 0 5 ${MODEL_PATH}/lexicalized-reordering/europarl.lm
-# limit on how many phrase translations e for each phrase f are loaded
-
-# distortion (reordering) files
-[distortion-file]
-0-0 msd-bidirectional-fe 6 ${MODEL_PATH}/lexicalized-reordering/reordering-table.msd-bidirectional-fe.0.5.0-0.gz
-
-[ttable-limit]
-#ttable element load limit 0 = all elements loaded
-20
-
-# distortion (reordering) weight
-[weight-d]
-0.1
-0.5
-
-# lexical reordering weights
-[weight-lr]
-0.3
-0.3
-0.3
-0.3
-0.3
-0.3
-
-# language model weight
-[weight-l]
-0.001
-0.5
-
-# translation model weight (phrase translation, lexical weighting)
-[weight-t]
-0.5
-0.5
-0.5
-0.5
-0.5
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# word penalty
-[weight-w]
-0.273416114951401
--1
-
-[distortion-limit]
-6
-
-[input-factors]
-0
-
-
-[verbose]
-2
-