spaCy/spacy/tokens
Matthew Honnibal 3ddea19b2b * Rename spans.pyx to span.pyx 2015-11-04 00:14:40 +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 * Rename spans.pyx to span.pyx 2015-11-04 00:14:40 +11: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 * Rename spans.pyx to span.pyx 2015-11-03 23:51:05 +11:00
span.pxd * Rename spans.pyx to span.pyx 2015-11-03 23:51:05 +11:00
span.pyx * Rename spans.pyx to span.pyx 2015-11-03 23:51:05 +11: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