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/Incremental.h
parent2fdd49d97310b93ed4f59d331f8e75755c71617e (diff)
move n-best code for phrase-based from IOWrapper to Manager
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index 20040bf45..d3d317244 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -7,6 +7,8 @@
#include "moses/ChartCellCollection.h"
#include "moses/ChartParser.h"
+#include "BaseManager.h"
+
#include <vector>
#include <string>
@@ -19,7 +21,7 @@ class LanguageModel;
namespace Incremental
{
-class Manager
+class Manager : public BaseManager
{
public:
Manager(const InputType &source);