spaCy/spacy
2014-08-01 07:40:20 +01:00
..
__init__.py * Upd from spacy 2014-07-23 17:35:18 +01:00
_hashing.pxd * Free lexemes clobbered as happaxes 2014-08-01 07:37:50 +01:00
_hashing.pyx * Free lexemes clobbered as happaxes 2014-08-01 07:40:20 +01: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 * Upd from spacy 2014-07-23 17:35:18 +01:00
lexeme.pxd Group-by seems to be working 2014-07-07 20:27:02 +02:00
lexeme.pyx Group-by seems to be working 2014-07-07 20:27:02 +02:00
spacy.pxd * Add FixedTable for hashing 2014-08-01 07:27:21 +01:00
spacy.pyx * Free lexemes clobbered as happaxes 2014-08-01 07:37:50 +01: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 * Refactor for string view features. Working on setting up flags and enums. 2014-07-07 16:58:48 +02:00
tokens.pxd * Upd from spacy 2014-07-23 17:35:18 +01:00
tokens.pyx * Upd from spacy 2014-07-23 17:35:18 +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