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:
authorBarry Haddow <barry.haddow@gmail.com>2019-09-30 18:58:21 +0300
committerBarry Haddow <barry.haddow@gmail.com>2019-09-30 18:58:21 +0300
commit486dce270fa8a0b057493962ac259b9c1a7253db (patch)
treec3a0dc65c5093b9b8930450a3050f716be9ebddd
parent9bffde57ba1a6e03a101b8826220609bbb49743a (diff)
debug
-rwxr-xr-xscripts/ems/support/split-sentences.perl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ems/support/split-sentences.perl b/scripts/ems/support/split-sentences.perl
index 49d599430..6d562a1c8 100755
--- a/scripts/ems/support/split-sentences.perl
+++ b/scripts/ems/support/split-sentences.perl
@@ -73,7 +73,6 @@ if (-e "$prefixfile") {
$NONBREAKING_PREFIX{$1} = 2;
} else {
$NONBREAKING_PREFIX{$item} = 1;
- print STDERR "nbp: $item\n";
}
}
}