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

filter-stderr.pl « chart.show-weights.target-syntax « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c09cb1e52d9e76e13c8d8bccd6b30e422c6bbc1f (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env 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;
}