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:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-06-02 13:29:32 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-06-02 13:29:32 +0300
commitb3e577be769ecc80257274b3af9f5f2a2490020b (patch)
tree6894207b748339a12af0fedf6ff0b268d9fe7d8e /scripts/training/wrappers/parse-en-senna.perl
parent0981d2370505672d027d0f6e17890fb36286c439 (diff)
Fixing lint. Only 600 or so lines of errors left!
Diffstat (limited to 'scripts/training/wrappers/parse-en-senna.perl')
-rwxr-xr-xscripts/training/wrappers/parse-en-senna.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/training/wrappers/parse-en-senna.perl b/scripts/training/wrappers/parse-en-senna.perl
index 2df46284b..9297b127f 100755
--- a/scripts/training/wrappers/parse-en-senna.perl
+++ b/scripts/training/wrappers/parse-en-senna.perl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/env perl
#
# This file is part of moses. Its use is licensed under the GNU Lesser General
# Public License version 2.1 or, at your option, any later version.
@@ -66,7 +66,7 @@ while(<STDIN>) {
my $num_bytes;
{
use bytes;
- $num_bytes = length($_);
+ $num_bytes = length($_);
}
if ($num_bytes > 1023) {
print TMP_PROCESSED "SENTENCE_TOO_LONG\n";