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-28 16:07:18 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-28 16:07:18 +0300
commitaf0d0f02e199e618b06dcbfa083f06e831f44146 (patch)
treec18e57e589f3610d66785412a541e88bf8b37b42 /moses/IOWrapper.h
parenteea29752a4d62991537ed9c245325163526182c7 (diff)
move OutputAlignment() to Hypothesis class
Diffstat (limited to 'moses/IOWrapper.h')
-rw-r--r--moses/IOWrapper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h
index 05b3b7596..89e176da1 100644
--- a/moses/IOWrapper.h
+++ b/moses/IOWrapper.h
@@ -187,10 +187,6 @@ public:
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);
- static void OutputAlignment(std::ostream &out, const Moses::Hypothesis *hypo);
- static void OutputAlignment(std::ostream &out, const std::vector<const Hypothesis *> &edges);
- static void OutputAlignment(std::ostream &out, const Moses::AlignmentInfo &ai, size_t sourceOffset, size_t targetOffset);
-
static void OutputAllFeatureScores(const Moses::ScoreComponentCollection &features
, std::ostream &out);
static void OutputFeatureScores( std::ostream& out