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-04 19:25:19 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-04 19:25:19 +0300
commitc5fdb170fbe82213dc123b7b892ded7d32695d2c (patch)
tree00610370daccd6a94c3668ad666831b567b398b0 /moses/IOWrapper.h
parentd5e315a599196f40229ab05cd5ab49fbd8ec100d (diff)
move OutputUnknowns() into Managers
Diffstat (limited to 'moses/IOWrapper.h')
-rw-r--r--moses/IOWrapper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h
index afd72938a..f55c73ff7 100644
--- a/moses/IOWrapper.h
+++ b/moses/IOWrapper.h
@@ -184,9 +184,6 @@ public:
void OutputDetailedAllTranslationReport(const std::vector<boost::shared_ptr<Moses::ChartKBestExtractor::Derivation> > &nBestList, const Moses::ChartManager &manager, const Moses::Sentence &sentence, long translationId);
- void OutputUnknowns(const std::vector<Moses::Phrase*> &, long);
- void OutputUnknowns(const std::set<Moses::Word> &, long);
-
void OutputDetailedTreeFragmentsTranslationReport(const Moses::ChartHypothesis *hypo,
const Moses::Sentence &sentence,
long translationId);