spaCy/spacy
2014-08-24 18:13:53 +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 * Moving to Word objects in place of the Lexeme struct. 2014-08-22 17:28:23 +02:00
en.pyx * Tests passing for new Word object version 2014-08-24 18:13:53 +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 * Refactor around Word objects, adapting tests. Tests passing, except for string views. 2014-08-23 19:55:06 +02:00
ptb3.pyx * Refactor around Word objects, adapting tests. Tests passing, except for string views. 2014-08-23 19:55:06 +02:00
spacy.pxd * Moving to Word objects in place of the Lexeme struct. 2014-08-22 17:28:23 +02:00
spacy.pyx * Moving to Word objects in place of the Lexeme struct. 2014-08-22 17:32:16 +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