From 8bce53d2a076ef76f3fea34b2bddb0a713ec4ea8 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Fri, 17 Jan 2014 04:07:16 -0500 Subject: new de split --- decoder/ff_csplit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'decoder/ff_csplit.h') 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, -- cgit v1.2.3