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";