summaryrefslogtreecommitdiff
path: root/decoder/ff_rules.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2013-03-23 23:09:37 -0400
committerChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2013-03-23 23:09:37 -0400
commit4db3a0164dcd97d7540ff4239548df39398fd23c (patch)
treea9b1dc5e7afafb1d81a1915d7a1743949092e9c4 /decoder/ff_rules.h
parentda52ee6fa4af02b811b8b558ec8437384d2ba5bd (diff)
fix rules features
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_;
};