spaCy/spacy
Matthew Honnibal 6161d2529a Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-11-03 13:36:30 +11:00
..
de
en
fi * More work on language-generic parsing 2015-08-28 02:02:33 +02:00
it * Delete extra wordnets 2015-09-13 10:31:37 +10:00
munge * Fix Python3 problem in align_raw 2015-07-28 16:06:53 +02:00
serialize
syntax
tests fixed error when printing unicode 2015-11-02 20:23:18 +02:00
tokens
__init__.pxd
__init__.py
_ml.pxd
_ml.pyx
_nn.py
_nn.pyx
_theano.pxd
_theano.pyx
attrs.pxd * Refactor symbols, so that frequency rank can be derived from the orth id of a word. 2015-10-13 13:44:39 +11:00
attrs.pyx * Map empty string to NULL_ATTR in attrs 2015-10-13 13:44:40 +11:00
cfile.pxd
cfile.pyx * Fix CFile for Python2 2015-07-25 22:55:53 +02:00
gold.pxd
gold.pyx
language.py
lemmatizer.py
lexeme.pxd * Fix ugly py_check_flag and py_set_flag functions in Lexeme 2015-09-15 13:06:18 +10:00
lexeme.pyx
matcher.pyx * Fix Issue #118: Matcher behaves unpredictably when matches overlap. 2015-10-19 16:45:32 +11:00
morphology.pxd
morphology.pyx * Ensure Morphology can be pickled, to address Issue #125. 2015-10-13 13:44:41 +11:00
multi_words.py * Fix Issue #50: Python 3 compatibility of v0.80 2015-04-13 05:59:43 +02:00
orth.pxd
orth.pyx * Fix type declaration in asciied function 2015-10-09 13:46:57 +11:00
parts_of_speech.pxd * Fix parts_of_speech now that symbols list has been reformed 2015-10-13 13:44:40 +11:00
parts_of_speech.pyx * Fix NAMES list in spacy/parts_of_speech.pyx 2015-10-13 14:18:45 +11:00
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 * Remove const qualifier on LexemeC.repvec 2015-09-15 14:42:51 +10:00
symbols.pxd
symbols.pyx * Use lower case strings for dependency label names in symbols enum 2015-10-13 13:44:40 +11:00
tagger.pxd
tagger.pyx
tokenizer.pxd
tokenizer.pyx
typedefs.pxd * Fix type declarations for attr_t. Remove unused id_t. 2015-07-18 22:39:57 +02:00
typedefs.pyx
util.py
vocab.pxd * Start trying to pickle Vocab 2015-10-13 13:44:41 +11:00
vocab.pyx * Don't expect lexemes.bin in Vocab 2015-11-03 13:23:39 +11:00