Welcome to mirror list, hosted at ThFree Co, Russian Federation.

filter-stdout.pl « phrase.confusionNet-surface-only.ondisk « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0715c2ddce1cb295d69733e5d2dca0607dc2208c (plain)
1
2
3
4
5
6
7
#!/usr/bin/env perl
$x=0;
while (<>) {
  chomp;
  $x++;
  print "TRANSLATION_$x=$_\n";
}