Back to type 99

This commit is contained in:
Barry Haddow 2013-05-02 15:11:17 +01:00
parent 70670f3af5
commit 72cbadaed5

View File

@ -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";