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-05 22:40:51 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-05 22:40:51 +0300
commit6a77fd0ce3f5d3d52a20c1be808f1f7a0ffcb63b (patch)
treec92be22aef512a82b4f326bb0301e7c5f8de24ad /moses/TranslationTask.h
parent65c016667e051e29b93ee6398adcfa72eefe1186 (diff)
add OutputSearchGraphSLF() to API framework
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 fa280a804..a169f84dd 100644
--- a/moses/TranslationTask.h
+++ b/moses/TranslationTask.h
@@ -27,7 +27,6 @@ class TranslationTask : public Moses::Task
public:
TranslationTask(Moses::InputType* source, Moses::IOWrapper &ioWrapper,
- bool outputSearchGraphSLF,
boost::shared_ptr<Moses::HypergraphOutput<Moses::Manager> > hypergraphOutput);
TranslationTask(Moses::InputType *source, IOWrapper &ioWrapper,
@@ -45,7 +44,6 @@ private:
Moses::InputType* m_source;
Moses::IOWrapper &m_ioWrapper;
- bool m_outputSearchGraphSLF;
boost::shared_ptr<Moses::HypergraphOutput<Moses::Manager> > m_hypergraphOutput;
boost::shared_ptr<Moses::HypergraphOutput<Moses::ChartManager> > m_hypergraphOutputChart;