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-10-01 22:24:58 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-10-01 22:24:58 +0400
commit00365257faadb9573fb97f113a83615fc7f99e70 (patch)
treee2943452561f8c598243f4d1c36e36170bd0c9d6 /moses/TranslationTask.h
parent8611dc8cdf2a0a0395c09dc511f86a0267f46554 (diff)
merge TranslationTask and IOWrapper. Move m_unknownsStream into IOWrapper
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;