From 6c607a17ff776838aae67c87341acd21b4a7dd0f Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Thu, 26 Jan 2012 21:24:05 +0700 Subject: [PATCH] undo start-translation-id arg, as per email from Sandra Noubours --- scripts/generic/moses-parallel.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";