spaCy/spacy/tokens
2015-11-03 18:45:54 +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 tag assignment in doc.from_array 2015-11-03 18:45:54 +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 Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-11-03 13:36:30 +11:00