spaCy/spacy
2014-08-22 16:36:17 +02:00
..
orthography * Struggling with arbitrary attr access... 2014-08-21 23:49:14 +02:00
__init__.py * Refactor spacy so that chunks return arrays of lexemes, so that there is properly one lexeme per word. 2014-08-18 19:14:00 +02:00
_hashing.pxd * Progress to getting WordTree working. Tests pass, but so far it's slower. 2014-08-16 19:59:38 +02:00
_hashing.pyx * Progress to getting WordTree working. Tests pass, but so far it's slower. 2014-08-16 19:59:38 +02:00
en.pxd * Fixed group_by, removed idea of general attr_of function. 2014-08-22 00:02:37 +02:00
en.pyx * Fix ptb3 module 2014-08-22 16:36:17 +02:00
lexeme.pxd * Fix ptb3 module 2014-08-22 16:36:17 +02:00
lexeme.pyx * Fix ptb3 module 2014-08-22 16:36:17 +02:00
ptb3.pxd * Fix ptb3 module 2014-08-22 16:36:17 +02:00
ptb3.pyx * Fix ptb3 module 2014-08-22 16:36:17 +02:00
spacy.pxd * Broken version being refactored for docs 2014-08-20 13:39:39 +02:00
spacy.pyx * Struggling with arbitrary attr access... 2014-08-21 23:49:14 +02:00
string_tools.pxd * Add string decode and encode helpers to string_tools 2014-08-15 23:57:27 +02:00
string_tools.pyx * Remove dependence on murmurhash 2014-08-16 17:37:09 +02:00
tokens.pxd * Fixed group_by, removed idea of general attr_of function. 2014-08-22 00:02:37 +02:00
tokens.pyx * Fixed group_by, removed idea of general attr_of function. 2014-08-22 00:02:37 +02:00
util.py * More docs work 2014-08-21 16:37:13 +02:00