spaCy/spacy/tokens
2015-08-06 17:28:43 +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 * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
doc.pxd * Gazetteer stuff working, now need to wire up to API 2015-08-06 00:35:40 +02:00
doc.pyx * Fix handling of exclusion entities 2015-08-06 17:28:43 +02:00
spans.pxd * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
spans.pyx * Fix negative indices in Span 2015-07-30 02:30:24 +02:00
token.pxd * Import attrs from spacy.attrs, not spacy.typedefs 2015-07-16 11:23:25 +02:00
token.pyx * Add is_oov property, and fix up handling of attributes 2015-07-27 01:50:06 +02:00