diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-09-09 10:15:56 +0200 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-09-09 10:15:56 +0200 |
commit | 4b6222733c4f9dcb3516bcc64394fa8b4716ce48 (patch) | |
tree | b40ed574fa6abd9b4aa79a84410ec6a8fe04a7da /decoder/ff_spans.h | |
parent | 673949e9e7bb03e88ebc16e181634335aed96f2b (diff) |
rule feature refactoring
Diffstat (limited to 'decoder/ff_spans.h')
-rw-r--r-- | decoder/ff_spans.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/decoder/ff_spans.h b/decoder/ff_spans.h index b22c4d03..24e0dede 100644 --- a/decoder/ff_spans.h +++ b/decoder/ff_spans.h @@ -44,21 +44,6 @@ class SpanFeatures : public FeatureFunction { WordID oov_; }; -class RuleNgramFeatures : public FeatureFunction { - public: - RuleNgramFeatures(const std::string& param); - protected: - virtual void TraversalFeaturesImpl(const SentenceMetadata& smeta, - const Hypergraph::Edge& edge, - const std::vector<const void*>& ant_contexts, - SparseVector<double>* features, - SparseVector<double>* estimated_features, - void* context) const; - virtual void PrepareForInput(const SentenceMetadata& smeta); - private: - mutable std::map<const TRule*, SparseVector<double> > rule2_feats_; -}; - class CMR2008ReorderingFeatures : public FeatureFunction { public: CMR2008ReorderingFeatures(const std::string& param); |