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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-01-24 15:04:44 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-01-24 15:04:44 +0400
commit89d4743badb0557c5211eed9a022dafce15be65d (patch)
treedf1610fc589ed034a11331102f587a23350730a5 /scripts/generic
parent5ae2a24878b8b04522eb5dbf58f6cd7f0b685ca6 (diff)
rollback accidental commit
Diffstat (limited to 'scripts/generic')
-rwxr-xr-xscripts/generic/moses-parallel.pl8
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/generic/moses-parallel.pl b/scripts/generic/moses-parallel.pl
index fab71cbfa..e4dd10013 100755
--- a/scripts/generic/moses-parallel.pl
+++ b/scripts/generic/moses-parallel.pl
@@ -914,13 +914,7 @@ sub check_translation_old_sge(){
print STDERR "outputfile=${inputfile}.$splitpfx$idx.trans inputfile=${inputfile}.$splitpfx$idx\n";
return 1;
}
-
- if ($nbestflag && )
- {???
- print STDERR "N-best list doesn't exist";
- return 1;
- }
-
+
}
return 0;
}