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:
Diffstat (limited to 'scripts/training/filter-model-given-input.pl')
-rwxr-xr-xscripts/training/filter-model-given-input.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/training/filter-model-given-input.pl b/scripts/training/filter-model-given-input.pl
index dbafc73be..7dec0762c 100755
--- a/scripts/training/filter-model-given-input.pl
+++ b/scripts/training/filter-model-given-input.pl
@@ -8,6 +8,7 @@
# changes by Ondrej Bojar
# adapted for hierarchical models by Phil Williams
+use warnings;
use strict;
use FindBin qw($RealBin);