spaCy/spacy/tokens
2015-07-13 19:58:26 +02:00
..
__init__.pxd * Import classes in spacy.tokens.__init__ 2015-07-13 19:48:55 +02:00
__init__.py * Import classes in spacy.tokens.__init__ 2015-07-13 19:48:55 +02:00
doc.pxd * Add spacy/tokens/doc.pyx, for Doc class in its own file 2015-07-13 19:58:26 +02:00
doc.pyx * Add spacy/tokens/doc.pyx, for Doc class in its own file 2015-07-13 19:58:26 +02:00
token.pxd * Refactor monster tokens.pyx file, into a tokens/ subpackage. Try to break the cycle between Doc and Token, and remove the need to pass around a unicode string reference 2015-07-13 19:20:48 +02:00
token.pyx * Refactor monster tokens.pyx file, into a tokens/ subpackage. Try to break the cycle between Doc and Token, and remove the need to pass around a unicode string reference 2015-07-13 19:20:48 +02:00