mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
Back to type 99
This commit is contained in:
parent
70670f3af5
commit
72cbadaed5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user