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:
authorRico Sennrich <rico.sennrich@gmx.ch>2015-01-10 13:42:02 +0300
committerRico Sennrich <rico.sennrich@gmx.ch>2015-01-10 13:42:02 +0300
commit370c5244dbcf0630545c1f1bd38258268957e0ee (patch)
tree99edfe9fae063c10c866b0733c5838dbc2f14327 /moses/TranslationTask.cpp
parentbb55949eef7ab0328b9f61864713d99d100ab693 (diff)
re-enable tree fragment reporting
Diffstat (limited to 'moses/TranslationTask.cpp')
-rw-r--r--moses/TranslationTask.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/TranslationTask.cpp b/moses/TranslationTask.cpp
index 53338dfc9..e34017e9f 100644
--- a/moses/TranslationTask.cpp
+++ b/moses/TranslationTask.cpp
@@ -123,6 +123,8 @@ void TranslationTask::Run()
// detailed translation reporting
manager->OutputDetailedTranslationReport(m_ioWrapper.GetDetailedTranslationCollector());
+ manager->OutputDetailedTreeFragmentsTranslationReport(m_ioWrapper.GetDetailTreeFragmentsOutputCollector());
+
//list of unknown words
manager->OutputUnknowns(m_ioWrapper.GetUnknownsCollector());