spaCy/spacy/tokens
2018-02-28 12:27:09 +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
doc.pxd Allow weakrefs on Doc objects 2017-10-16 19:22:11 +02:00
doc.pyx Add doc.is_sentenced attribute, re #1959 2018-02-18 14:16:55 +01: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 array out of bounds error in Span 2018-02-28 12:27:09 +01:00
token.pxd fix sent_start in serialization 2018-01-28 19:50:42 +01:00
token.pyx lemma property to return hash instead of unicode 2018-02-27 19:50:01 +01:00
underscore.py Tidy up util and helpers 2017-10-27 14:39:09 +02:00