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-02 17:38:03 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-02 17:38:03 +0300
commit29ead5be7ba6e47e82c42e8dd613a1dd5181a123 (patch)
treef7928ab2d64f8a3cc1b0bb3ad03a60cb8cec62db /moses/ChartManager.h
parent2fdd49d97310b93ed4f59d331f8e75755c71617e (diff)
move n-best code for phrase-based from IOWrapper to Manager
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index 9ad4f4b85..b9a6f45ba 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -31,6 +31,7 @@
#include "ChartTranslationOptionList.h"
#include "ChartParser.h"
#include "ChartKBestExtractor.h"
+#include "BaseManager.h"
#include <boost/shared_ptr.hpp>
@@ -42,7 +43,7 @@ class ChartSearchGraphWriter;
/** Holds everything you need to decode 1 sentence with the hierachical/syntax decoder
*/
-class ChartManager
+class ChartManager : public BaseManager
{
private:
InputType const& m_source; /**< source sentence to be translated */