diff options
| author | Chris Dyer <redpony@gmail.com> | 2014-09-07 13:57:52 -0400 | 
|---|---|---|
| committer | Chris Dyer <redpony@gmail.com> | 2014-09-07 13:57:52 -0400 | 
| commit | 2bc24dd0f10e2acbad118d5fce5aecdff6a90764 (patch) | |
| tree | 99a79b38f1c293f299522c0ff080c045b346b179 /decoder/ff_rules.h | |
| parent | b40c064987b1fb188daf040a068a459711385eac (diff) | |
| parent | f33ab2ff3f1cf135ffb80721e1f4d71d124bc8f9 (diff) | |
Merge pull request #50 from pks/master
alignment features, PassThroughN features, dtrain update, mira qsub, and pro fix
Diffstat (limited to 'decoder/ff_rules.h')
| -rw-r--r-- | decoder/ff_rules.h | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/decoder/ff_rules.h b/decoder/ff_rules.h index 324d7a39..f210dc65 100644 --- a/decoder/ff_rules.h +++ b/decoder/ff_rules.h @@ -24,19 +24,6 @@ class RuleIdentityFeatures : public FeatureFunction {    mutable std::map<const TRule*, int> rule2_fid_;  }; -class RuleWordAlignmentFeatures : public FeatureFunction { - public: -  RuleWordAlignmentFeatures(const std::string& param); - protected: -  virtual void TraversalFeaturesImpl(const SentenceMetadata& smeta, -                                     const HG::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); -}; -  class RuleSourceBigramFeatures : public FeatureFunction {   public:    RuleSourceBigramFeatures(const std::string& param); | 
