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:
authorHieu Hoang <hieuhoang@gmail.com>2014-12-04 21:35:19 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-04 21:35:19 +0300
commitb23c00989b30a916d3a3fba98bf033dec5081699 (patch)
tree41cc1ea0903e93d24021ebfe5e2cf72063eaf0e5 /moses/Manager.h
parent3a2f58eb2c97d03b486508db1438fb8b877f85d7 (diff)
move OutputDetailedTreeFragmentsTranslationReport() to Manager
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 71dd69930..3b09b6f0d 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -192,6 +192,8 @@ public:
void OutputLatticeSamples(OutputCollector *collector) const;
void OutputDetailedTranslationReport(OutputCollector *collector) const;
void OutputUnknowns(OutputCollector *collector) const;
+ void OutputDetailedTreeFragmentsTranslationReport(OutputCollector *collector) const
+ {}
};