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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2013-05-17 16:28:21 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-05-17 16:28:21 +0400
commit42c292765abe2c4127c95aa709a45ef5e32ba8f5 (patch)
tree100ad8ea6ff9e28660e7f40a7f75d76c351b4cea /scripts/ems
parent4cdffc8a891a3004a0102aa77ae26ceb91a1e881 (diff)
add substitute-filtered-tables-and-weights.perl for applying filter for evaluation step
Diffstat (limited to 'scripts/ems')
-rw-r--r--scripts/ems/support/substitute-filtered-tables-and-weights.perl7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/ems/support/substitute-filtered-tables-and-weights.perl b/scripts/ems/support/substitute-filtered-tables-and-weights.perl
new file mode 100644
index 000000000..ff8afaca6
--- /dev/null
+++ b/scripts/ems/support/substitute-filtered-tables-and-weights.perl
@@ -0,0 +1,7 @@
+#!/usr/bin/perl -w
+
+use strict;
+use Getopt::Long "GetOptions";
+use FindBin qw($RealBin);
+
+