spaCy/spacy/tokens
2017-10-17 16:11: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 * 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 Allow weakrefs on Doc objects 2017-10-16 19:22:11 +02:00
doc.pyx Fix Doc pickling. This also removes need for Binder class 2017-10-17 16:11:13 +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 Merge Span._ and Span.as_doc methods 2017-10-09 22:00:15 -05:00
token.pxd Remove caching of Token in Doc, as caused cycle. 2017-10-16 19:34:21 +02:00
token.pyx Merge Span._ and Span.as_doc methods 2017-10-09 22:00:15 -05:00
underscore.py Add get, set and has methods to Underscore 2017-10-10 04:14:35 +02:00