summaryrefslogtreecommitdiff
path: root/decoder/ff_spans.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-02-07 15:03:39 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2011-02-07 15:03:39 -0500
commit7dfee211a81fdb42f250ba793a469ed8a2dcc3bf (patch)
tree0dedb1b4f7cee9d3063816b7da23403ebd43737d /decoder/ff_spans.h
parent60daa3601c30c8cc77c93e761a48e5c0a665c3d5 (diff)
more span-level features
Diffstat (limited to 'decoder/ff_spans.h')
-rw-r--r--decoder/ff_spans.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/ff_spans.h b/decoder/ff_spans.h
index 588956c9..0446d062 100644
--- a/decoder/ff_spans.h
+++ b/decoder/ff_spans.h
@@ -21,6 +21,7 @@ class SpanFeatures : public FeatureFunction {
const int kX;
Array2D<int> span_feats_;
std::vector<int> end_span_ids_;
+ std::vector<int> beg_span_ids_;
};
#endif