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
path: root/tests
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
parent53d3e2fe98e43ccad733e518cd450e06ad59b4f5 (diff)
remove backups
Diffstat (limited to 'tests')
-rw-r--r--tests/chart.hierarchical.ondisk.kenlm/moses.ini~43
-rw-r--r--tests/chart.nbest-with-alignment.kenlm/moses.ini~47
-rw-r--r--tests/phrase.early-distortion-cost.kenlm/moses.ini~39
3 files changed, 0 insertions, 129 deletions
diff --git a/tests/chart.hierarchical.ondisk.kenlm/moses.ini~ b/tests/chart.hierarchical.ondisk.kenlm/moses.ini~
deleted file mode 100644
index 42e092c..0000000
--- a/tests/chart.hierarchical.ondisk.kenlm/moses.ini~
+++ /dev/null
@@ -1,43 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-
-# mapping steps
-[mapping]
-0 T 0
-1 T 1
-
-[cube-pruning-pop-limit]
-1000
-
-[non-terminals]
-X
-
-[search-algorithm]
-3
-
-[inputtype]
-3
-
-[max-chart-span]
-20
-1000
-
-[feature]
-KENLM factor=0 order=3 num-features=1 lazyken=0 path=${LM_PATH}/news.de.arpalm.gz
-WordPenalty
-UnknownWordPenalty
-PhraseDictionaryOnDisk input-factor=0 output-factor=0 path=${MODEL_PATH}/hierarchical/phrase-table.0-0.1.ondisk num-features=5 table-limit=20
-PhraseDictionaryOnDisk input-factor=0 output-factor=0 path=${MODEL_PATH}/hierarchical/phrase-table.0-0.2.ondisk num-features=1 table-limit=20
-
-[weight]
-WordPenalty0= -0.148974
-KENLM0= 0.118861
-PhraseDictionaryOnDisk0= 0.077197 0.014533 0.059406 0.001891 -0.098314
-PhraseDictionaryOnDisk1= 0.131945
-
-
diff --git a/tests/chart.nbest-with-alignment.kenlm/moses.ini~ b/tests/chart.nbest-with-alignment.kenlm/moses.ini~
deleted file mode 100644
index b2ed9ce..0000000
--- a/tests/chart.nbest-with-alignment.kenlm/moses.ini~
+++ /dev/null
@@ -1,47 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-
-# mapping steps
-[mapping]
-0 T 0
-1 T 1
-
-[cube-pruning-pop-limit]
-1000
-
-[non-terminals]
-X
-
-[search-algorithm]
-3
-
-[inputtype]
-3
-
-[max-chart-span]
-20
-1000
-
-[n-best-list]
-nbest
-5
-
-[feature]
-IRSTLM factor=0 order=5 num-features=1 path=${LM_PATH}/news.de.binlm
-WordPenalty
-UnknownWordPenalty
-PhraseDictionaryMemory input-factor=0 output-factor=0 path=${MODEL_PATH}/hierarchical/phrase-table.0-0.1 num-features=5 table-limit=20
-PhraseDictionaryMemory input-factor=0 output-factor=0 path=${MODEL_PATH}/hierarchical/phrase-table.0-0.2 num-features=1 table-limit=20
-
-[weight]
-WordPenalty0= -0.148974
-IRSTLM0= 0.118861
-PhraseDictionaryMemory0= 0.077197 0.014533 0.059406 0.001891 -0.098314
-PhraseDictionaryMemory1= 0.131945
-
-
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
-
-