summaryrefslogtreecommitdiff
path: root/decoder/ff_rules.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-04-19 17:06:46 -0400
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-04-19 17:06:46 -0400
commit03a9ee4bcf1d96ffb808de3d20dbb0e70cdb5e56 (patch)
treefba8ff40ca2a42bfe1ea45c77d7389f7428da0be /decoder/ff_rules.h
parentf729d92ab891a714ced95bd0d4cd8e5d8470a52d (diff)
parent808974eddb0481c4c3cee6adc7f6db852be83ff9 (diff)
Merge branch 'master' of https://github.com/redpony/cdec
Diffstat (limited to 'decoder/ff_rules.h')
-rw-r--r--decoder/ff_rules.h1
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_;
};