spaCy/spacy/tokens
2015-10-18 17:21:11 +11: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 * Try giving Doc and Span objects vector and vector_norm attributes, and .similarity functions. Turns out to be bad idea. 2015-09-17 11:50:11 +10:00
doc.pyx * Fix Issue #122: Incorrect calculation of children after Doc.merge() 2015-10-18 17:17:27 +11:00
spans.pxd * Rename _seq to doc attribute in Span 2015-09-29 23:03:55 +10:00
spans.pyx Refactor to remove duplicate slicing logic 2015-10-07 01:25:35 -07:00
token.pxd * Import attrs from spacy.attrs, not spacy.typedefs 2015-07-16 11:23:25 +02:00
token.pyx * Fix whitespace_ calculation in Token 2015-10-18 17:21:11 +11:00