spaCy/spacy/tokens
2017-11-23 12:33:27 +00: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
doc.pxd Allow weakrefs on Doc objects 2017-10-16 19:22:11 +02:00
doc.pyx Improve efficiency of Doc.to_array 2017-11-23 12:33:27 +00:00
printers.py Tidy up util and helpers 2017-10-27 14:39:09 +02:00
span.pxd Add Span.to_array method 2017-08-19 12:20:45 +02:00
span.pyx Fix bug where span.orth_ != span.text (see #1612) 2017-11-20 12:05:43 -06:00
token.pxd Remove caching of Token in Doc, as caused cycle. 2017-10-16 19:34:21 +02:00
token.pyx Use lookup lemmatizer if lemma unset 2017-11-23 12:31:58 +00:00
underscore.py Tidy up util and helpers 2017-10-27 14:39:09 +02:00