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/ChartManager.h
parent3a2f58eb2c97d03b486508db1438fb8b877f85d7 (diff)
move OutputDetailedTreeFragmentsTranslationReport() to Manager
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index 5ff6ab0d5..ba3617123 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -91,6 +91,11 @@ private:
void ReconstructApplicationContext(const ChartHypothesis &hypo,
const Sentence &sentence,
ApplicationContext &context) const;
+ void OutputTreeFragmentsTranslationOptions(std::ostream &out,
+ ApplicationContext &applicationContext,
+ const ChartHypothesis *hypo,
+ const Sentence &sentence,
+ long translationId) const;
public:
ChartManager(InputType const& source);
@@ -147,6 +152,7 @@ public:
void OutputAlignment(OutputCollector *collector) const;
void OutputDetailedTranslationReport(OutputCollector *collector) const;
void OutputUnknowns(OutputCollector *collector) const;
+ void OutputDetailedTreeFragmentsTranslationReport(OutputCollector *collector) const;
};