spaCy/spacy
Matthew Honnibal d5255aad77 * Update freqs for missing tags in ner, for serializer 2015-07-23 01:17:11 +02:00
..
en
munge
serialize
syntax * Update freqs for missing tags in ner, for serializer 2015-07-23 01:17:11 +02:00
tokens
__init__.pxd * Seems to be working after refactor. Need to wire up more POS tag features, and wire up save/load of POS tags. 2014-10-24 02:23:42 +11:00
__init__.py
_ml.pxd * Fix type declarations for attr_t. Remove unused id_t. 2015-07-18 22:39:57 +02:00
_ml.pyx
_nn.py
_nn.pyx * Merge changes, and adjust Example to use memoryview 2015-06-28 11:36:11 +02:00
_theano.pxd
_theano.pyx
attrs.pxd
attrs.pyx * Add a blank attrs.pyx 2015-07-17 16:40:42 +02:00
cfile.pxd
cfile.pyx * Add cfile.pyx 2015-07-23 01:10:36 +02:00
gold.pxd
gold.pyx
lexeme.pxd
lexeme.pyx
morphology.pxd
morphology.pyx
multi_words.py
orth.pxd * Make PyPy work 2015-01-05 17:54:38 +11:00
orth.pyx
parts_of_speech.pxd
parts_of_speech.pyx
scorer.py
senses.pxd
senses.pyx
strings.pxd * Replace UniStr, using unicode objects instead 2015-07-22 04:52:05 +02:00
strings.pyx
structs.pxd * Remove UniStr struct 2015-07-22 13:39:17 +02:00
tokenizer.pxd * Replace UniStr, using unicode objects instead 2015-07-22 04:52:05 +02:00
tokenizer.pyx
typedefs.pxd * Fix type declarations for attr_t. Remove unused id_t. 2015-07-18 22:39:57 +02:00
typedefs.pyx * Move POS tag definitions to parts_of_speech.pxd 2015-01-25 16:31:07 +11:00
util.py * Serialization round trip now working with decent API, but with rough spots in the organisation and requiring vocabulary to be fixed ahead of time. 2015-07-19 15:18:17 +02:00
vocab.pxd
vocab.pyx