spaCy/spacy
Matthew Honnibal 4d61239eac * Reorganize the serialization functions on Doc 2015-07-22 04:53:01 +02:00
..
en
munge * Fix head alignment in read_conll.parse, which was causing corrupt parses when strip_bad_periods=True. A similar problem may apply to other data readers. 2015-06-18 16:35:27 +02:00
serialize * Fix decode_int32 2015-07-21 20:09:59 +00:00
syntax * 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
tokens * Reorganize the serialization functions on Doc 2015-07-22 04:53:01 +02:00
__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
_theano.pxd
_theano.pyx
attrs.pxd * Upd attrs id list 2015-07-16 01:26:54 +02:00
attrs.pyx
gold.pxd * Have oracle functions take a struct instead of a Python object 2015-06-02 20:01:06 +02:00
gold.pyx
lexeme.pxd
lexeme.pyx
morphology.pxd
morphology.pyx
multi_words.py
orth.pxd
orth.pyx
parts_of_speech.pxd
parts_of_speech.pyx * Add SPACE part-of-speech tag, and train tagger to assign it. Also train tagger not to make whitespace an entity 2015-07-09 13:30:41 +02:00
scorer.py * Start scoring tokens 2015-06-28 06:21:38 +02:00
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 * Fix double encoding error in strings.pyx 2015-07-20 13:52:56 +02:00
structs.pxd
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 * 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