mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 12:52:29 +03:00
comment out debugging message
This commit is contained in:
parent
5c633fcbf8
commit
6fa561e39e
@ -99,11 +99,11 @@ for (my $lineNum = 0; $lineNum < $numLines; ++$lineNum) {
|
||||
`$cmd`;
|
||||
|
||||
# decode
|
||||
$cmd = "$decoderExec -f $iniPath -feature-overwrite \"TranslationModel0 path=$tmpDir/pt\" -i $tmpDir/source.1 -feature-add \"ConstrainedDecoding path=$tmpDir/target.1\"";
|
||||
$cmd = "$decoderExec -f $iniPath -feature-overwrite \"TranslationModel0 path=$tmpDir/pt\" -i $tmpDir/source.1 -feature-add \"ConstrainedDecoding path=$tmpDir/target.1\" -v 2";
|
||||
print STDERR "Executing: $cmd\n";
|
||||
`$cmd`;
|
||||
|
||||
`rm -rf $tmpDir`;
|
||||
# `rm -rf $tmpDir`;
|
||||
}
|
||||
|
||||
close(SOURCE);
|
||||
|
@ -95,7 +95,7 @@ void SearchNormal::ProcessSentence()
|
||||
actual_hypoStack = &sourceHypoColl;
|
||||
|
||||
}
|
||||
OutputHypoStack();
|
||||
//OutputHypoStack();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user