another fix to debug output for moses server

This commit is contained in:
Evgeny Matusov 2015-11-19 12:42:07 +01:00
parent aa7ef1738b
commit f346dcd37f

View File

@ -370,7 +370,7 @@ pack_hypothesis(const Moses::Manager& manager, vector<Hypothesis const* > const&
BOOST_REVERSE_FOREACH(Hypothesis const* e, edges)
manager.OutputSurface(target, *e, StaticData::Instance().GetOutputFactorOrder(),
options().output.ReportSegmentation, m_options.output.ReportAllFactors);
XVERBOSE(1, "BEST TRANLSLATION:" << *(manager.GetBestHypothesis()) << std::endl);
XVERBOSE(1, "BEST TRANSLATION: " << *(manager.GetBestHypothesis()) << std::endl);
// XVERBOSE(1,"SERVER TRANSLATION: " << target.str() << std::endl);
dest[key] = xmlrpc_c::value_string(target.str());