spaCy/spacy/tokens
2017-10-24 12:10:39 +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 Merge pull request #1443 from ramananbalakrishnan/develop-get-lca-matrix 2017-10-24 11:22:46 +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 pull request #1443 from ramananbalakrishnan/develop-get-lca-matrix 2017-10-24 11:22:46 +02:00
token.pxd Remove caching of Token in Doc, as caused cycle. 2017-10-16 19:34:21 +02:00
token.pyx Fix #1375 -- out-of-bounds on token.nbor() 2017-10-24 12:10:39 +02:00
underscore.py Add get, set and has methods to Underscore 2017-10-10 04:14:35 +02:00