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>2015-08-26 12:46:20 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-08-26 12:46:20 +0300
commit1dc8eb0cd5e8a467d58fa3de3478462244cf13fa (patch)
tree3e3d5a976ab0a44d00e101085f60fb3143670361 /moses/Manager.h
parent44e5a66ca25fdd5ba5a9f44501161be8e7c484ef (diff)
add back OutputPassthroughInformation() /Vincent Nguyen
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 25d84a784..9fffd868d 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -142,6 +142,7 @@ protected:
void OutputAlignment(std::ostream &out, const AlignmentInfo &ai, size_t sourceOffset, size_t targetOffset) const;
void OutputInput(std::ostream& os, const Hypothesis* hypo) const;
void OutputInput(std::vector<const Phrase*>& map, const Hypothesis* hypo) const;
+ void OutputPassthroughInformation(std::ostream& os, const Hypothesis* hypo) const;
std::map<size_t, const Factor*> GetPlaceholders(const Hypothesis &hypo, FactorType placeholderFactor) const;
void OutputAlignment(OutputCollector* collector, size_t lineNo , const std::vector<const Hypothesis *> &edges) const;
void OutputAlignment(std::ostream &out, const std::vector<const Hypothesis *> &edges) const;