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>2013-09-25 19:57:01 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-25 19:57:01 +0400
commitdeafd5922daaa9bdb63c025d49103f444485f5db (patch)
tree8c18cfae1d9b56cef7a19300d33523ba08fda4ac /moses/FF/StatefulFeatureFunction.cpp
parent96df1f265937c77f32d5eeb5bcac1fbb586ed6ad (diff)
skeleton PT
Diffstat (limited to 'moses/FF/StatefulFeatureFunction.cpp')
-rw-r--r--moses/FF/StatefulFeatureFunction.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/FF/StatefulFeatureFunction.cpp b/moses/FF/StatefulFeatureFunction.cpp
index 0aeeed62c..37b9c2dee 100644
--- a/moses/FF/StatefulFeatureFunction.cpp
+++ b/moses/FF/StatefulFeatureFunction.cpp
@@ -3,6 +3,8 @@
namespace Moses
{
+std::vector<const StatefulFeatureFunction*> StatefulFeatureFunction::m_statefulFFs;
+
StatefulFeatureFunction::StatefulFeatureFunction(const std::string& description, const std::string &line)
: FeatureFunction(description, line)
{