1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-05 09:44:12 +03:00
spaCy/spacy/tokens
2019-02-21 09:48:53 +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 Tidy up and document Doc, Token and Span 2017-10-27 15:41:45 +02:00
_retokenize.pyx Fix issue () 2019-02-21 09:48:53 +01:00
_serialize.py 💫 Replace ujson, msgpack and dill/pickle/cloudpickle with srsly () 2018-12-03 01:28:22 +01:00
doc.pxd Fix issue 2396 () 2018-12-29 18:05:52 +01:00
doc.pyx 💫 Replace {Doc,Span}.merge with Doc.retokenize () 2019-02-15 10:29:44 +01:00
span.pxd Add Span.to_array method 2017-08-19 12:20:45 +02:00
span.pyx 💫 Replace {Doc,Span}.merge with Doc.retokenize () 2019-02-15 10:29:44 +01:00
token.pxd Make NORM a token attribute () 2018-12-08 10:49:10 +01:00
token.pyx Raise better error if token is pickled (resolves ) () 2019-02-13 11:27:04 +01:00
underscore.py 💫 Tidy up and auto-format .py files () 2018-11-30 17:03:03 +01:00