summaryrefslogtreecommitdiff
path: root/word-aligner/support
diff options
context:
space:
mode:
Diffstat (limited to 'word-aligner/support')
-rwxr-xr-xword-aligner/support/supplement_weights_file.pl2
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++;
}
}