spaCy/spacy/tokens
2016-10-17 11:43:22 +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 Add user_data attribute to Doc object. 2016-10-17 11:43:22 +02:00
span.pxd Remove tensor attribute from Span and Token. 2016-10-17 02:44:04 +02:00
span.pyx Defer some attributes to Doc via getters_for_spans 2016-10-17 02:43:35 +02:00
token.pxd Remove tensor property from token. 2016-10-17 02:45:09 +02:00
token.pyx Fix deprecation stuff in Token: Remove the shim for the str/unicode semantics, and raise for has_repvec and repvec 2016-10-17 11:18:41 +02:00