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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-12-15 19:42:41 +0300
committerNicola Bertoldi <bertoldi@fbk.eu>2014-12-15 19:42:41 +0300
commit4e77665d30224653e4fa1a818e8100a6188fac2d (patch)
tree2412ccb40527226e03ff9503826a2c99f5189406 /moses/IOWrapper.h
parente4eb201c52be74fee74399a6f35fcbe8eb85d834 (diff)
parentdfd6cd2dd7fb2451b899c0ee84172d2e4e291f77 (diff)
better handling of cache-based models with inconsistent parametersdynamic-models
Diffstat (limited to 'moses/IOWrapper.h')
-rw-r--r--moses/IOWrapper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h
index 19506a644..05b3b7596 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,11 +170,6 @@ public:
// CHART
- void OutputBestHypo(const Moses::ChartHypothesis *hypo, long translationId);
- void OutputBestHypo(search::Applied applied, long translationId);
- void OutputBestHypo(const Moses::Syntax::SHyperedge *, 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);