summaryrefslogtreecommitdiff
path: root/decoder/ff_csplit.h
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2014-01-17 04:07:16 -0500
committerChris Dyer <redpony@gmail.com>2014-01-17 04:07:16 -0500
commit8bce53d2a076ef76f3fea34b2bddb0a713ec4ea8 (patch)
tree098dccb636ae8f816a37e370a9b3cc1f05663b04 /decoder/ff_csplit.h
parentaa5520768619eb15e0c1c70addbfaff0f150c345 (diff)
new de split
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,