bug when adding reordering model to ini file /jian zhang

This commit is contained in:
Hieu Hoang 2014-03-19 00:27:59 +00:00
parent fc61084743
commit 1c6061e781

View File

@ -2007,8 +2007,9 @@ sub create_ini {
$weight_spec .= "LexicalReordering$i=";
for(my $j=0;$j<$model->{"numfeatures"};$j++) { $weight_spec .= " 0.3"; }
$weight_spec .= "\n";
}
$i++;
}
}
}