mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
Debugging
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@40 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
9b0d5e06a3
commit
9d4778441d
@ -96,13 +96,7 @@ void IOCommandLine::SetOutput(const Hypothesis *hypo, long translationId)
|
||||
if (hypo != NULL)
|
||||
{
|
||||
TRACE_ERR("BEST HYPO: " << *hypo << endl);
|
||||
OutputSurface(cout, hypo);
|
||||
|
||||
while (hypo != NULL)
|
||||
{
|
||||
TRACE_ERR(*hypo << endl);
|
||||
hypo = hypo->GetPrevHypo();
|
||||
}
|
||||
OutputSurface(cout, hypo);
|
||||
}
|
||||
else
|
||||
TRACE_ERR("NO BEST HYPO" << endl);
|
||||
|
Loading…
Reference in New Issue
Block a user