comment out debugging message

This commit is contained in:
Hieu Hoang 2014-04-03 18:24:48 +01:00
parent 5c633fcbf8
commit 6fa561e39e
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -95,7 +95,7 @@ void SearchNormal::ProcessSentence()
actual_hypoStack = &sourceHypoColl;
}
OutputHypoStack();
//OutputHypoStack();
}