spaCy/spacy/tokens
Ines Montani 2ed49404e3
Improve setup.py and call into Cython directly (#4952)
* Improve setup.py and call into Cython directly

* Add numpy to setup_requires

* Improve clean helper

* Update setup.cfg

* Try if it builds without pyproject.toml

* Update MANIFEST.in
2020-02-11 17:46:18 -05: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 Ensure doc.similarity returns a float (on develop) (#4969) 2020-02-10 20:31:49 -05: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 Improve setup.py and call into Cython directly (#4952) 2020-02-11 17:46:18 -05: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