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

filter-stderr « mert-moses-new-continue « tests « regression-testing « scripts - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc1853ca0420c4a0f84b4088afb53adeeb8de21c (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

$x=0;
while (<>) {
  chomp;

  $x++;
  print "STDERR_$x=$_\n";
}