spaCy/spacy/tokens
2015-11-03 23:48:57 +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 * Clean up setting of tag in doc.from_bytes 2015-11-03 23:48:57 +11:00
spans.pxd * Rename _seq to doc attribute in Span 2015-09-29 23:03:55 +10:00
spans.pyx fixed error when printing unicode 2015-11-02 20:23:18 +02:00
token.pxd * Import attrs from spacy.attrs, not spacy.typedefs 2015-07-16 11:23:25 +02:00
token.pyx * Rename .repvec to .vector in C API 2015-11-03 23:47:59 +11:00