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/tokenizer/normalize-punctuation.perl')
-rwxr-xr-xscripts/tokenizer/normalize-punctuation.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tokenizer/normalize-punctuation.perl b/scripts/tokenizer/normalize-punctuation.perl
index 8f779449f..db8f9c60e 100755
--- a/scripts/tokenizer/normalize-punctuation.perl
+++ b/scripts/tokenizer/normalize-punctuation.perl
@@ -1,5 +1,6 @@
#!/usr/bin/env perl
+use warnings;
use strict;
my $language = "en";