spaCy/spacy/syntax
adrianeboyd d359da9687 Replace Entity/MatchStruct with SpanC (#4459)
* Replace MatchStruct with Entity

Replace MatchStruct with Entity since the existing Entity struct is
nearly identical.

* Replace Entity with more general SpanC
2019-10-18 11:01:47 +02:00
..
__init__.pxd
__init__.py
_beam_utils.pxd
_beam_utils.pyx
_parser_model.pxd
_parser_model.pyx
_state.pxd Replace Entity/MatchStruct with SpanC (#4459) 2019-10-18 11:01:47 +02:00
_state.pyx
arc_eager.pxd
arc_eager.pyx
ner.pxd
ner.pyx
nn_parser.pxd
nn_parser.pyx Ensure the NER remains consistent after resizing (#4330) 2019-09-27 20:57:13 +02:00
nonproj.pxd
nonproj.pyx
stateclass.pxd Replace Entity/MatchStruct with SpanC (#4459) 2019-10-18 11:01:47 +02:00
stateclass.pyx
transition_system.pxd
transition_system.pyx Ensure the NER remains consistent after resizing (#4330) 2019-09-27 20:57:13 +02:00