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:
authorAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-10-05 12:54:23 +0300
committerAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-10-05 12:54:23 +0300
commita34623140a2d9a2793ab91337d8f3883382c2b20 (patch)
tree610ff6d4cafdebbebc72e0c2661009b6dbd7e0c4 /moses2/ManagerBase.cpp
parent6801d65c58c8d47e7f9424fe6c842fc046b84d62 (diff)
parent5e38a00a5fc27291f45adecfadf006818c892306 (diff)
Merge branch 'master'
Diffstat (limited to 'moses2/ManagerBase.cpp')
-rw-r--r--moses2/ManagerBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses2/ManagerBase.cpp b/moses2/ManagerBase.cpp
index 0ab60f9f1..41d3a0394 100644
--- a/moses2/ManagerBase.cpp
+++ b/moses2/ManagerBase.cpp
@@ -29,8 +29,8 @@ ManagerBase::ManagerBase(System &sys, const TranslationTask &task,
,m_pool(NULL)
,m_systemPool(NULL)
,m_hypoRecycle(NULL)
+ ,m_input(NULL)
{
- system.featureFunctions.InitializeForInput(*m_input);
}
ManagerBase::~ManagerBase()