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:
authorBarry Haddow <barry.haddow@gmail.com>2013-05-02 18:11:17 +0400
committerBarry Haddow <barry.haddow@gmail.com>2013-05-02 18:11:17 +0400
commit72cbadaed5d9d6668f53f638492363dcecf2ea0c (patch)
tree51215616bd42b028c6c9434347b543476016e214 /scripts/training
parent70670f3af5195eed944220f722b2ef336bb4c509 (diff)
Back to type 99
Diffstat (limited to 'scripts/training')
-rwxr-xr-xscripts/training/mert-moses.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/training/mert-moses.pl b/scripts/training/mert-moses.pl
index 23b61e2cf..facee5372 100755
--- a/scripts/training/mert-moses.pl
+++ b/scripts/training/mert-moses.pl
@@ -727,7 +727,7 @@ while (1) {
# Create an ini file for the interpolated phrase table
$interpolated_config ="moses.interpolated.ini";
- substitute_ttable($uninterpolated_config, $interpolated_config, $interpolated_phrase_table, "97");
+ substitute_ttable($uninterpolated_config, $interpolated_config, $interpolated_phrase_table, "99");
# Append the multimodel weights
open(ITABLE,">>$interpolated_config") || die "Failed to append weights to $interpolated_config";