diff options
author | Chris Dyer <redpony@gmail.com> | 2010-02-18 22:34:17 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2010-02-18 22:34:17 -0500 |
commit | 3a7bca942d838f945c1cd0cbe5977e20c61ebc2d (patch) | |
tree | a713b450318143a1042d47d4ab73943c9931ff90 /word-aligner | |
parent | 4d47dbd7da0434de67ac619392d516c678e1f2ca (diff) |
check in modified ones too
Diffstat (limited to 'word-aligner')
-rwxr-xr-x | word-aligner/support/supplement_weights_file.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/word-aligner/support/supplement_weights_file.pl b/word-aligner/support/supplement_weights_file.pl index 7f804b90..06876043 100755 --- a/word-aligner/support/supplement_weights_file.pl +++ b/word-aligner/support/supplement_weights_file.pl @@ -55,7 +55,7 @@ for (my $ss=1; $ss < 100; $ss++) { # M2_FL:8_SI:3_TI:2=1 for (my $i = 0; $i < $ss; $i++) { for (my $j = 0; $j < 100; $j++) { - print "M2_FL:${ss}_SI:${i}_TI:${j} 0\n"; + print "M2FL:${ss}:TI:${j}_SI:${i} 0\n"; $added++; } } |