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/generic/fsa2plf.pl')
-rwxr-xr-xscripts/generic/fsa2plf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generic/fsa2plf.pl b/scripts/generic/fsa2plf.pl
index 1177b01d5..4e7454a9f 100755
--- a/scripts/generic/fsa2plf.pl
+++ b/scripts/generic/fsa2plf.pl
@@ -8,6 +8,7 @@
# Note that the output format may not contain any spaces.
# Ondrej Bojar, bojar@ufal.mff.cuni.cz
+use warnings;
use strict;
use Getopt::Long;