spaCy/spacy/tokens
2017-05-23 18:47:11 +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
binder.pyx Add binder class for document serialization 2017-05-09 17:21:00 +02:00
doc.pxd Tmp GPU code 2017-05-07 11:04:24 -05:00
doc.pyx Fix conflict artefacts 2017-05-23 18:47:11 +02:00
printers.py Update docstrings and API docs for Doc class 2017-05-18 22:17:41 +02:00
span.pxd Remove tensor attribute from Span and Token. 2016-10-17 02:44:04 +02:00
span.pyx Update docstrings and API docs for Span 2017-05-19 18:47:46 +02:00
token.pxd Add set_struct_attr staticmethod to token 2016-11-25 12:41:47 +01:00
token.pyx * Add Token.sent_start property, re Issue #235 2017-05-23 18:41:11 +02:00