spaCy/spacy/tokens
2015-11-08 16:18:25 +01: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 * Rework the Span-merge patch, to avoid extending the interface of Doc, and avoid virtualizing the Span.start and Span.end indices, to keep Span usage efficient 2015-11-07 08:55:34 +11:00
doc.pyx * Rework the Span-merge patch, to avoid extending the interface of Doc, and avoid virtualizing the Span.start and Span.end indices, to keep Span usage efficient 2015-11-07 09:01:12 +11: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 zero-length spans 2015-11-07 17:05:16 +11:00
token.pxd * Import attrs from spacy.attrs, not spacy.typedefs 2015-07-16 11:23:25 +02:00
token.pyx * Add .rank property to Token and Lexeme, for frequency rank 2015-11-08 16:18:25 +01:00