fixed serious bug with reordering tables for different factors (wmt15 results affected)

This commit is contained in:
Philipp Koehn 2016-01-31 11:54:43 -05:00
parent 713a8e4233
commit 39ba12592b

View File

@ -234,7 +234,7 @@ while(my $line = <INI>) {
$w = $args[1];
}
elsif ($args[0] eq "input-factor") {
$source_factor = chomp($args[1]);
$source_factor = $args[1];
}
elsif ($args[0] eq "output-factor") {
#$t = chomp($args[1]);