spaCy/spacy/tokens
2015-07-24 04:54:13 +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 * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
doc.pxd * Restore _py_tokens cache, to handle orphan tokens. 2015-07-13 22:28:10 +02:00
doc.pyx * Remove explicit bytes type in doc.from_bytes, to accept bytearray 2015-07-24 04:54:13 +02:00
spans.pxd * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
spans.pyx * Fix attr_id_t import in Spans 2015-07-16 19:55:21 +02:00
token.pxd * Import attrs from spacy.attrs, not spacy.typedefs 2015-07-16 11:23:25 +02:00
token.pyx * Fix string coercion for Python 3 2015-07-24 03:49:30 +02:00