From 3a7bca942d838f945c1cd0cbe5977e20c61ebc2d Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 18 Feb 2010 22:34:17 -0500 Subject: check in modified ones too --- word-aligner/support/supplement_weights_file.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'word-aligner') 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++; } } -- cgit v1.2.3