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 23:40:57 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-28 23:40:57 +0300
commit2b7c16d5a4b373f11ab7756be84fa49086c9e5a9 (patch)
tree6d9849c7dbf97db03cd094e5814d2175bd232ff2 /moses/Hypothesis.h
parentcd6ec019999565380c7067317ea8af9232aace9c (diff)
move OutputBestSurface() to Hypothesis class
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index 70dd463d8..72fb08bbd 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -277,7 +277,7 @@ public:
void OutputInput(std::ostream& os) const;
static void OutputInput(std::vector<const Phrase*>& map, const Hypothesis* hypo);
- void OutputBestSurface(std::ostream &out, const Moses::Hypothesis *hypo, const std::vector<Moses::FactorType> &outputFactorOrder, char reportSegmentation, bool reportAllFactors) const;
+ void OutputBestSurface(std::ostream &out, const std::vector<Moses::FactorType> &outputFactorOrder, char reportSegmentation, bool reportAllFactors) const;
void OutputSurface(std::ostream &out, const Hypothesis &edge, const std::vector<FactorType> &outputFactorOrder,
char reportSegmentation, bool reportAllFactors) const;