spaCy/spacy/tokens
Matthew Honnibal 9b60186266 Fix doc class
2016-10-17 15:23:47 +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 * Rename spans.pyx to span.pyx 2015-11-04 00:14:40 +11:00
doc.pxd Add user_data attribute to Doc object. 2016-10-17 11:43:22 +02:00
doc.pyx Fix doc class 2016-10-17 15:23:47 +02:00
span.pxd Remove tensor attribute from Span and Token. 2016-10-17 02:44:04 +02:00
span.pyx Improve API for doc.merge() and span.merge(), to use keyword arguments. 2016-10-17 14:02:13 +02:00
token.pxd Remove tensor property from token. 2016-10-17 02:45:09 +02:00
token.pyx Remove deprecation shim around str/bytes in Token. 2016-10-17 14:02:47 +02:00