summaryrefslogtreecommitdiff
path: root/decoder/ff_csplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ff_csplit.h')
-rw-r--r--decoder/ff_csplit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/ff_csplit.h b/decoder/ff_csplit.h
index 64d42526..79bf2886 100644
--- a/decoder/ff_csplit.h
+++ b/decoder/ff_csplit.h
@@ -10,6 +10,7 @@ class BasicCSplitFeaturesImpl;
class BasicCSplitFeatures : public FeatureFunction {
public:
BasicCSplitFeatures(const std::string& param);
+ virtual void PrepareForInput(const SentenceMetadata& smeta);
protected:
virtual void TraversalFeaturesImpl(const SentenceMetadata& smeta,
const HG::Edge& edge,