spaCy/spacy
Matthew Honnibal 1b5d1da2a7 * Allow an OOV probability to be specified in get_lex_props 2015-07-26 00:03:43 +02:00
..
en
munge
serialize * More Py 2/3 compatibility in bit strings 2015-07-24 04:52:06 +02:00
syntax * Remove profile declarations 2015-07-25 18:13:06 +02:00
tokens
__init__.pxd
__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 * Merge changes, and adjust Example to use memoryview 2015-06-28 11:36:11 +02:00
_theano.pyx
attrs.pxd
attrs.pyx
cfile.pxd * Add cfile.pyx 2015-07-23 01:10:36 +02:00
cfile.pyx
gold.pxd
gold.pyx * Allow json to be used as a fallback if ujson is not available 2015-07-25 18:11:36 +02:00
lexeme.pxd
lexeme.pyx
morphology.pxd
morphology.pyx
multi_words.py * Fix Issue #50: Python 3 compatibility of v0.80 2015-04-13 05:59:43 +02:00
orth.pxd
orth.pyx
parts_of_speech.pxd
parts_of_speech.pyx
scorer.py
senses.pxd
senses.pyx * Set up an array POS_SENSES that denotes the set of valid senses for each POS tag. This way, we can do bitwise & between a lexeme's senses and the ones available for its POS tag, to get the allowable senses for the token. 2015-07-01 20:12:13 +02:00
strings.pxd
strings.pyx
structs.pxd
tokenizer.pxd
tokenizer.pyx
typedefs.pxd
typedefs.pyx
util.py * Remove read_encoding_freqs from util.py 2015-07-23 01:17:32 +02:00
vocab.pxd
vocab.pyx * Pass OOV probability around 2015-07-25 23:29:51 +02:00