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/Transliteration/threshold.pl')
-rwxr-xr-xscripts/Transliteration/threshold.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Transliteration/threshold.pl b/scripts/Transliteration/threshold.pl
index 8af699821..8e3704fd6 100755
--- a/scripts/Transliteration/threshold.pl
+++ b/scripts/Transliteration/threshold.pl
@@ -1,5 +1,6 @@
#!/usr/bin/env perl
+use warnings;
use utf8;
require Encode;
use IO::Handle;