spaCy/spacy/tokens
2016-05-20 10:14:06 +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
doc.pxd * Fix assignment of iterator on Doc object 2016-05-02 15:26:24 +02:00
doc.pyx * Fix Issue #375: noun phrase iteration results in index error if noun phrases are merged during the loop. Fix by accumulating the spans inside the noun_chunks property, allowing the Span index tricks to work. 2016-05-20 10:14:06 +02:00
span.pxd * Removed unused i variable from Span, and set attributes to read-only 2015-11-07 17:06:15 +11:00
span.pyx * Fix Issue #367: Missing has_vector property on Doc and Span objects 2016-05-09 12:36:14 +02:00
token.pxd add function for setting head and label to token 2016-03-11 17:31:06 +01:00
token.pyx * Fix Issue #323: Incorrect semantics of Token.__str__ built-in. Add flag to allow users to switch the old semantics back on, to ease transition. 2016-04-12 13:17:59 +10:00