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 <hieu@hoang.co.uk>2013-10-29 22:59:53 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-29 22:59:53 +0400
commita5f391e3f37ed43f627c5f247c92f38eb7a0117f (patch)
tree706c2f5311cb18da0fddc5fba7251f7c7a92ad32 /moses/FF/StatefulFeatureFunction.h
parentbd82b7355bad49146260fe8fe8d4a81d96fa2089 (diff)
remove description argument from feature function constructor. Redundant
Diffstat (limited to 'moses/FF/StatefulFeatureFunction.h')
-rw-r--r--moses/FF/StatefulFeatureFunction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/FF/StatefulFeatureFunction.h b/moses/FF/StatefulFeatureFunction.h
index e99355ba2..75b46d827 100644
--- a/moses/FF/StatefulFeatureFunction.h
+++ b/moses/FF/StatefulFeatureFunction.h
@@ -19,8 +19,8 @@ public:
return m_statefulFFs;
}
- StatefulFeatureFunction(const std::string& description, const std::string &line);
- StatefulFeatureFunction(const std::string& description, size_t numScoreComponents, const std::string &line);
+ StatefulFeatureFunction(const std::string &line);
+ StatefulFeatureFunction(size_t numScoreComponents, const std::string &line);
/**
* \brief This interface should be implemented.