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-26 18:24:05 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-01-26 18:24:05 +0400
commit3de86c5724b2ad02f163b852a58b9fb828c5a792 (patch)
tree789a93127d9776987c82869f87dd588a9e2e0a01 /scripts/generic
parent30df272cd53278bcaa4a6f8a7120557ea49f7883 (diff)
undo start-translation-id arg, as per email from Sandra Noubours
Diffstat (limited to 'scripts/generic')
-rwxr-xr-xscripts/generic/moses-parallel.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generic/moses-parallel.pl b/scripts/generic/moses-parallel.pl
index e4dd10013..0a3354183 100755
--- a/scripts/generic/moses-parallel.pl
+++ b/scripts/generic/moses-parallel.pl
@@ -590,7 +590,7 @@ sub preparing_script(){
$tmpwordgraphlist="-output-word-graph $tmpdir/$wordgraphfile.$splitpfx$idx $wordgraphlist[1]";
}
- my $tmpStartTranslationId = "-start-translation-id $currStartTranslationId";
+ my $tmpStartTranslationId = ""; # "-start-translation-id $currStartTranslationId";
print OUT "$mosescmd $mosesparameters $tmpStartTranslationId $tmpalioutfile $tmpwordgraphlist $tmpsearchgraphlist $tmpnbestlist $inputmethod ${inputfile}.$splitpfx$idx > $tmpdir/${inputfile}.$splitpfx$idx.trans\n\n";
print OUT "echo exit status \$\?\n\n";