spaCy/spacy/tokens
2016-01-25 15:22:42 +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 * Rename spans.pyx to span.pyx 2015-11-04 00:14:40 +11:00
doc.pxd * Rework the Span-merge patch, to avoid extending the interface of Doc, and avoid virtualizing the Span.start and Span.end indices, to keep Span usage efficient 2015-11-07 08:55:34 +11:00
doc.pyx * Fix merge for coordinations 2016-01-18 16:03:19 +01:00
span.pxd * Removed unused i variable from Span, and set attributes to read-only 2015-11-07 17:06:15 +11:00
span.pyx * Fix runtime error bug that arose from updated Span.root function. 2016-01-25 15:22:42 +01:00
token.pxd * Import attrs from spacy.attrs, not spacy.typedefs 2015-07-16 11:23:25 +02:00
token.pyx * Route token.string via token.txt_with_ws, to deprecate token.string in future 2016-01-16 17:14:34 +01:00