Skip to content

Commit

Permalink
bug with legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
phikoehn committed Jul 29, 2015
1 parent ae9cd14 commit 837bcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/training/threshold-filter.perl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# legacy: same threshold for direct and indirect phrase translation probabilities
if ($ARGV[0] =~ /^[\d\.]+$/) {
$MIN_SCORE{0} = $ARGV[0];
$MIN_SCORE{2} = $ARGV[2];
$MIN_SCORE{2} = $ARGV[0];
}
# advanced: field:threshold,field:threshold
# recommended use is "2:0.0001"
Expand Down

0 comments on commit 837bcde

Please sign in to comment.