spaCy/spacy/tokens
adrianeboyd 5ee9d8c9b8
Add MORPH attr, add support in retokenizer (#4947)
* Add MORPH attr / symbol for token attrs

* Update retokenizer for MORPH
2020-01-29 17:45:46 +01:00
..
__init__.pxd * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
__init__.py Modify morphology to support arbitrary features (#4932) 2020-01-23 22:01:54 +01:00
_retokenize.pyx Add MORPH attr, add support in retokenizer (#4947) 2020-01-29 17:45:46 +01:00
_serialize.py Update spaCy for thinc 8.0.0 (#4920) 2020-01-29 17:06:46 +01:00
doc.pxd Iterate over lr_edges until sents are correct (#4702) 2019-11-25 13:06:36 +01:00
doc.pyx Update spaCy for thinc 8.0.0 (#4920) 2020-01-29 17:06:46 +01:00
morphanalysis.pxd Modify morphology to support arbitrary features (#4932) 2020-01-23 22:01:54 +01:00
morphanalysis.pyx Modify morphology to support arbitrary features (#4932) 2020-01-23 22:01:54 +01:00
span.pxd annotate kb_id through ents in doc 2019-03-22 11:36:44 +01:00
span.pyx Update spaCy for thinc 8.0.0 (#4920) 2020-01-29 17:06:46 +01:00
token.pxd Add MORPH attr, add support in retokenizer (#4947) 2020-01-29 17:45:46 +01:00
token.pyx Update spaCy for thinc 8.0.0 (#4920) 2020-01-29 17:06:46 +01:00
underscore.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00