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

filter-stderr.pl « phrase.show-weights.lex-reorder « tests « regression-testing - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9580c1999530d9f50b60b380b84d6082126f1088 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, "$script_dir/../perllib"; }
use RegTestUtils;

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