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 <hieuhoang@gmail.com>2015-02-06 21:35:23 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-02-06 21:35:23 +0300
commit3a07a0f1575e9fd1f3d13b87016bccb6efdae725 (patch)
tree4916aede9b39c367a2b7012ce72eee902d184117 /tests/phrase.early-distortion-cost.kenlm
parent53d3e2fe98e43ccad733e518cd450e06ad59b4f5 (diff)
remove backups
Diffstat (limited to 'tests/phrase.early-distortion-cost.kenlm')
-rw-r--r--tests/phrase.early-distortion-cost.kenlm/moses.ini~39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/phrase.early-distortion-cost.kenlm/moses.ini~ b/tests/phrase.early-distortion-cost.kenlm/moses.ini~
deleted file mode 100644
index f7c753c..0000000
--- a/tests/phrase.early-distortion-cost.kenlm/moses.ini~
+++ /dev/null
@@ -1,39 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-
-# mapping steps
-[mapping]
-0 T 0
-
-[early-distortion-cost]
-yes
-
-[distortion-limit]
-6
-
-[include-segmentation-in-n-best]
-yes
-
-[n-best-list]
-nbest
-50
-
-[feature]
-KENLM factor=0 order=3 num-features=1 path=${TEST_PATH}/mini.irstlm.en.3g.lm
-Distortion
-WordPenalty
-UnknownWordPenalty
-PhraseDictionaryMemory input-factor=0 output-factor=0 path=${TEST_PATH}/phrase-table.gz num-features=5 table-limit=20
-
-[weight]
-WordPenalty0= -1
-KENLMM0= 0.5
-Distortion0= 0.05
-PhraseDictionaryMemory0= 0.2 0.2 0.2 0.2 0.2
-
-