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 19:39:38 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-28 19:39:38 +0300
commitf865e7e43c8f593cce75ee7157d77c4b94e95814 (patch)
tree4c420e412bc357e3400fbd7ff6a204830990e58c /moses/IOWrapper.h
parentaf0d0f02e199e618b06dcbfa083f06e831f44146 (diff)
move OutputInput() to Hypothesis class
Diffstat (limited to 'moses/IOWrapper.h')
-rw-r--r--moses/IOWrapper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h
index 89e176da1..440c9d3c7 100644
--- a/moses/IOWrapper.h
+++ b/moses/IOWrapper.h
@@ -177,8 +177,6 @@ public:
void OutputBestHypo(const std::vector<Moses::Word>& mbrBestHypo, long /*translationId*/,
char reportSegmentation, bool reportAllFactors, std::ostream& out);
void OutputBestHypo(const Moses::TrellisPath &path, long /*translationId*/,char reportSegmentation, bool reportAllFactors, std::ostream &out);
- void OutputInput(std::ostream& os, const Moses::Hypothesis* hypo);
- void OutputInput(std::vector<const Phrase*>& map, const Hypothesis* hypo);
void OutputPassthroughInformation(std::string& passthrough, const Moses::Hypothesis* hypo);
void OutputPassthroughInformation(std::ostream& os, const Moses::Hypothesis* hypo);