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:
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 3244be44c..59af4600d 100644
--- a/moses/IOWrapper.h
+++ b/moses/IOWrapper.h
@@ -177,8 +177,6 @@ public:
void OutputBestNone(long translationId);
- void OutputDetailedAllTranslationReport(const std::vector<boost::shared_ptr<Moses::ChartKBestExtractor::Derivation> > &nBestList, const Moses::ChartManager &manager, const Moses::Sentence &sentence, long translationId);
-
// phrase-based
void OutputBestSurface(std::ostream &out, const Moses::Hypothesis *hypo, const std::vector<Moses::FactorType> &outputFactorOrder, char reportSegmentation, bool reportAllFactors);
void OutputLatticeMBRNBest(std::ostream& out, const std::vector<LatticeMBRSolution>& solutions,long translationId);