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-30 18:06:59 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-30 18:06:59 +0300
commitc9d49f22a5016e8262cf6a780a07f5c6f50a344b (patch)
tree243590b68076e47d4ca4caf47437db74b4021f4d /moses/Manager.h
parente92c2c0e0c045763a062b2956c900819f8484af0 (diff)
move OutputAlignment() to Manager class
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index eb0ca5258..1c8c25fe3 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -167,6 +167,9 @@ public:
char reportSegmentation, bool reportAllFactors, std::ostream& out) const;
void OutputBestHypo(const Moses::TrellisPath &path, long /*translationId*/,char reportSegmentation, bool reportAllFactors, std::ostream &out) const;
+ void OutputAlignment(Moses::OutputCollector* collector, size_t lineNo, const Moses::TrellisPath &path);
+ void OutputAlignment(OutputCollector* collector, size_t lineNo , const std::vector<const Hypothesis *> &edges);
+
#ifdef HAVE_PROTOBUF
void SerializeSearchGraphPB(long translationId, std::ostream& outputStream) const;
#endif