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:
authorphikoehn <pkoehn@inf.ed.ac.uk>2012-07-06 08:14:03 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2012-07-06 08:14:03 +0400
commit61b9d91b2203a1f6e76a62010bf4091c44a0afb0 (patch)
treeb30f38ac1328895e7e1aca4e1b4c77565c46a0cb /scripts
parent51589a25e7c8e10028b3ccaa375e3a260b49ad98 (diff)
parentafd654eb74974ecdc0e1da62a6d21ee1f47bd8b5 (diff)
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/training/mert-moses-multi.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/training/mert-moses-multi.pl b/scripts/training/mert-moses-multi.pl
index cd18f5bb5..3c1b36f0e 100755
--- a/scripts/training/mert-moses-multi.pl
+++ b/scripts/training/mert-moses-multi.pl
@@ -4,6 +4,18 @@
# mert-moses.pl <foreign> <english> <decoder-executable> <decoder-config>
# For other options see below or run 'mert-moses.pl --help'
+#
+# NB: This is a variant of of mert-moses.pl for use with the interpolated scorer
+# (MergeScorer) described in the following paper:
+#
+# "Optimising Multiple Metrics with MERT" by Christophe Servan and Holger Schwenk,
+# Prague Bulletin of Mathematical Linguistics 96 (2011) p109-117
+# http://www-lium.univ-lemans.fr/~servan/publications/Servan_PBML_2011.pdf
+#
+# If you are not using MergeScorer, then you should use the mert-moses.pl script instead
+#
+
+
# Notes:
# <foreign> and <english> should be raw text files, one sentence per line
# <english> can be a prefix, in which case the files are <english>0, <english>1, etc. are used