spaCy/spacy
2014-08-15 23:06:46 +02:00
..
__init__.py * Restore happax. commit uncommited work 2014-08-02 21:27:03 +01:00
_hashing.pxd * Shifting to WordTree instead of dense_hash_map for storage. 2014-08-15 23:06:46 +02:00
_hashing.pyx * Shifting to WordTree instead of dense_hash_map for storage. 2014-08-15 23:06:46 +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 * Refactor for string view features. Working on setting up flags and enums. 2014-07-07 16:58:48 +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 * Shifting to WordTree instead of dense_hash_map for storage. 2014-08-15 23:06:46 +02:00
lexeme.pxd * Switch to 32bit hash for strings 2014-08-02 21:51:52 +01:00
lexeme.pyx * Shifting to WordTree instead of dense_hash_map for storage. 2014-08-15 23:06:46 +02:00
spacy.pxd * Shifting to WordTree instead of dense_hash_map for storage. 2014-08-15 23:06:46 +02:00
spacy.pyx * Shifting to WordTree instead of dense_hash_map for storage. 2014-08-15 23:06:46 +02:00
string_tools.pxd * Reorganized, moving language-independent stuff to spacy. The functions in spacy ask for the dictionaries and split function on input, but the language-specific modules are curried versions that use the globals 2014-07-07 04:21:06 +02:00
string_tools.pyx * Shifting to WordTree instead of dense_hash_map for storage. 2014-08-15 23:06:46 +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