spaCy/spacy/tokens
2017-09-26 07:28:50 -05: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 Fix parameter name in .pxd file 2017-09-26 07:28:50 -05:00
doc.pyx Add missing return in Doc.from_disk() (closes #1330) 2017-09-18 15:32:00 +02:00
printers.py Update docstrings and API docs for Doc class 2017-05-18 22:17:41 +02:00
span.pxd Add Span.to_array method 2017-08-19 12:20:45 +02:00
span.pyx Fix Span.to_array method 2017-08-19 16:24:28 +02:00
token.pxd Add set_struct_attr staticmethod to token 2016-11-25 12:41:47 +01:00
token.pyx Fix comparison of Token from different docs. Closes #1257 2017-08-19 16:39:32 +02:00