spaCy/spacy/tokens
2019-03-20 12:09:59 +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 improve docs and docstrings (#3370) 2019-03-08 11:42:26 +01:00
_retokenize.pyx Tidy up and improve docs and docstrings (#3370) 2019-03-08 11:42:26 +01:00
_serialize.py Tidy up and improve docs and docstrings (#3370) 2019-03-08 11:42:26 +01:00
doc.pxd Fix issue 2396 (#3089) 2018-12-29 18:05:52 +01:00
doc.pyx Fix similarity calculation if vectors are on GPU (#3440) 2019-03-20 12:09:59 +01:00
span.pxd Add Span.to_array method 2017-08-19 12:20:45 +02:00
span.pyx Fix similarity calculation if vectors are on GPU (#3440) 2019-03-20 12:09:59 +01:00
token.pxd Make NORM a token attribute (#3029) 2018-12-08 10:49:10 +01:00
token.pyx Fix similarity calculation if vectors are on GPU (#3440) 2019-03-20 12:09:59 +01:00
underscore.py 💫 Support mutable default values for extension attributes (#3389) 2019-03-11 12:50:44 +01:00