spaCy/spacy/tokens
2018-03-25 22:16:01 +02: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 Improve label management in parser and NER (#2108) 2018-03-19 02:58:08 +01:00
doc.pyx Fix entity IOB and tag in span merging 2018-03-25 22:16:01 +02: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