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/TranslationTask.h')
-rw-r--r--moses/TranslationTask.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses/TranslationTask.h b/moses/TranslationTask.h
index d9f03d62b..40853e6a7 100644
--- a/moses/TranslationTask.h
+++ b/moses/TranslationTask.h
@@ -31,7 +31,6 @@ public:
Moses::OutputCollector* wordGraphCollector, Moses::OutputCollector* searchGraphCollector,
Moses::OutputCollector* detailedTranslationCollector,
Moses::OutputCollector* alignmentInfoCollector,
- Moses::OutputCollector* unknownsCollector,
bool outputSearchGraphSLF,
boost::shared_ptr<Moses::HypergraphOutput<Moses::Manager> > hypergraphOutput);
@@ -52,7 +51,6 @@ private:
Moses::OutputCollector* m_searchGraphCollector;
Moses::OutputCollector* m_detailedTranslationCollector;
Moses::OutputCollector* m_alignmentInfoCollector;
- Moses::OutputCollector* m_unknownsCollector;
bool m_outputSearchGraphSLF;
boost::shared_ptr<Moses::HypergraphOutput<Moses::Manager> > m_hypergraphOutput;
std::ofstream *m_alignmentStream;