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:
authorbojar <bojar@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-06 14:47:16 +0400
committerbojar <bojar@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-06 14:47:16 +0400
commitc8f5e2aeba5a9a05c04b231d881e0e556674cf0f (patch)
treef67abe2ac9523180b7345e100a55b352028c735e /scripts/training/clean-corpus-n.perl
parent0bba065b914e9e1d4004c53ae874608a3e49abdb (diff)
fixed an error message
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@866 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'scripts/training/clean-corpus-n.perl')
-rwxr-xr-xscripts/training/clean-corpus-n.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/training/clean-corpus-n.perl b/scripts/training/clean-corpus-n.perl
index 40c6362f2..3d938e18f 100755
--- a/scripts/training/clean-corpus-n.perl
+++ b/scripts/training/clean-corpus-n.perl
@@ -83,7 +83,7 @@ while(my $f = <F>) {
# An extra check: none of the factors can be blank!
die "There is a blank factor in $corpus.$l1 on line $innr: $f"
if $f =~ /[ \|]\|/;
- die "There is a blank factor in $corpus.$l2 on line $innr: $f"
+ die "There is a blank factor in $corpus.$l2 on line $innr: $e"
if $e =~ /[ \|]\|/;