From 3da84150959de4dc99edf3ee35665e81a23aae26 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Tue, 2 Dec 2014 19:09:10 +0000 Subject: add OutputNBest() as abstract method to BaseManager. Tighten up framework --- moses/IOWrapper.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'moses/IOWrapper.h') diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h index 51f515c53..17781b2ac 100644 --- a/moses/IOWrapper.h +++ b/moses/IOWrapper.h @@ -157,8 +157,6 @@ protected: } public: - static void FixPrecision(std::ostream &, size_t size=3); - IOWrapper(); ~IOWrapper(); @@ -209,7 +207,6 @@ public: void OutputBestNone(long translationId); void OutputNBestList(const std::vector > &nBestList, long translationId); - void OutputNBestList(const std::vector &nbest, long translationId); void OutputNBestList(const Moses::Syntax::KBestExtractor::KBestVec &nBestList, long translationId); void OutputDetailedTranslationReport(const Moses::ChartHypothesis *hypo, const Moses::Sentence &sentence, long translationId); -- cgit v1.2.3