summaryrefslogtreecommitdiff
path: root/decoder/ff_spans.h
diff options
context:
space:
mode:
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