Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Matusov <ematusov@ebay.com>2015-11-19 14:20:48 +0300
committerEvgeny Matusov <ematusov@ebay.com>2015-11-19 14:20:48 +0300
commitaa7ef1738b506ddb57f2205c4774352dc9b50ea6 (patch)
tree6201f9f53f63f84de99cbb53ffa7524dd5673325 /moses/server
parentd3fb16d39f4d7b1ff48d90dbaf2550ea7dff0a94 (diff)
another update in Debug output for Moses server
Diffstat (limited to 'moses/server')
-rw-r--r--moses/server/TranslationRequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/server/TranslationRequest.cpp b/moses/server/TranslationRequest.cpp
index c749d6210..d6a70ecc6 100644
--- a/moses/server/TranslationRequest.cpp
+++ b/moses/server/TranslationRequest.cpp
@@ -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, *(manager.GetBestHypothesis()) << std::endl);
+ XVERBOSE(1, "BEST TRANLSLATION:" << *(manager.GetBestHypothesis()) << std::endl);
// XVERBOSE(1,"SERVER TRANSLATION: " << target.str() << std::endl);
dest[key] = xmlrpc_c::value_string(target.str());