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/Incremental.h
parent3a2f58eb2c97d03b486508db1438fb8b877f85d7 (diff)
move OutputDetailedTreeFragmentsTranslationReport() to Manager
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index ea416eb7b..fb304075b 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -45,6 +45,7 @@ public:
{}
void OutputAlignment(OutputCollector *collector) const
{}
+ void OutputDetailedTreeFragmentsTranslationReport(OutputCollector *collector) const;
@@ -84,6 +85,11 @@ private:
void ReconstructApplicationContext(const search::Applied *applied,
const Sentence &sentence,
ApplicationContext &context) const;
+ void OutputTreeFragmentsTranslationOptions(std::ostream &out,
+ ApplicationContext &applicationContext,
+ const search::Applied *applied,
+ const Sentence &sentence,
+ long translationId) const;
};