diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-04-19 17:06:46 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-04-19 17:06:46 -0400 |
commit | bf210ed85173c3934a6042ce3ceff0bbe1048354 (patch) | |
tree | f030b78bb03d4c59f6989a2a0356e171a240dd59 /decoder/ff_rules.h | |
parent | a42fa0eb8b75ebac19b1c3c68f4b435b949bf184 (diff) | |
parent | 8908a545eedb59d771f0a4f964035b829e486b10 (diff) |
Merge branch 'master' of https://github.com/redpony/cdec
Diffstat (limited to 'decoder/ff_rules.h')
-rw-r--r-- | decoder/ff_rules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/ff_rules.h b/decoder/ff_rules.h index b100ec34..f210dc65 100644 --- a/decoder/ff_rules.h +++ b/decoder/ff_rules.h @@ -51,6 +51,7 @@ class RuleTargetBigramFeatures : public FeatureFunction { void* context) const; virtual void PrepareForInput(const SentenceMetadata& smeta); private: + std::vector<std::string> inds; mutable std::map<const TRule*, SparseVector<double> > rule2_feats_; }; |