spaCy/spacy
2014-08-16 20:10:22 +02:00
..
__init__.py * Restore happax. commit uncommited work 2014-08-02 21:27:03 +01: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_ptb.pxd * Refactor for string view features. Working on setting up flags and enums. 2014-07-07 16:58:48 +02:00
en_ptb.pyx * Refactoring tokenizer 2014-08-16 03:22:03 +02:00
en.pxd * Refactor for string view features. Working on setting up flags and enums. 2014-07-07 16:58:48 +02:00
en.pyx * Refactoring tokenizer 2014-08-16 03:22:03 +02:00
lexeme.pxd * Restore string saving to spacy 2014-08-16 16:09:24 +02:00
lexeme.pyx * Add length property 2014-08-02 21:26:44 +01:00
spacy.pxd * WordTree in use. Need to reform the way chunks are handled. Should be properly one Lexeme per word, with split points being the things that are cached. 2014-08-16 20:10:22 +02:00
spacy.pyx * WordTree in use. Need to reform the way chunks are handled. Should be properly one Lexeme per word, with split points being the things that are cached. 2014-08-16 20:10:22 +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 * Upd from spacy 2014-07-23 17:35:18 +01:00
tokens.pyx * Restore happax. commit uncommited work 2014-08-02 21:27:03 +01:00
util.py * Fixed major efficiency problem, from not quite grokking pass by reference in cython c++ 2014-07-07 07:36:43 +02:00