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-10 15:47:23 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-10 15:47:23 +0300
commit81640945d09b22ff297673c9c685cab9f344b266 (patch)
tree4359333fa4fdbf9a28d7519517fa9220c6c72d79 /moses/IOWrapper.h
parent99cfba8769cc84416c953693f7ccdf98c688423e (diff)
move OutputBest() to ChartManager
Diffstat (limited to 'moses/IOWrapper.h')
-rw-r--r--moses/IOWrapper.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h
index e0848f433..a422c9b6d 100644
--- a/moses/IOWrapper.h
+++ b/moses/IOWrapper.h
@@ -103,7 +103,6 @@ protected:
// CHART
typedef std::vector<std::pair<Moses::Word, Moses::WordsRange> > ApplicationContext;
- void Backtrack(const ChartHypothesis *hypo);
void OutputTranslationOptions(std::ostream &out, ApplicationContext &applicationContext, const Moses::ChartHypothesis *hypo, const Moses::Sentence &sentence, long translationId);
void OutputTranslationOptions(std::ostream &out, ApplicationContext &applicationContext, const search::Applied *applied, const Moses::Sentence &sentence, long translationId);
void OutputTranslationOption(std::ostream &out, ApplicationContext &applicationContext, const Moses::ChartHypothesis *hypo, const Moses::Sentence &sentence, long translationId);
@@ -171,10 +170,6 @@ public:
// CHART
- void OutputBestHypo(const Moses::ChartHypothesis *hypo, long translationId);
- void OutputBestHypo(search::Applied applied, long translationId);
-
- void OutputBestNone(long translationId);
// phrase-based
void OutputBestSurface(std::ostream &out, const Moses::Hypothesis *hypo, const std::vector<Moses::FactorType> &outputFactorOrder, char reportSegmentation, bool reportAllFactors);