spaCy/spacy
Matthew Honnibal 9d1b2a103a * Fix capitalization in lemmatizer 2015-11-06 05:44:35 +11:00
..
de * Add rule to ensure ordinals are preserved as single tokens 2015-09-22 12:26:05 +10:00
en * Remove the archive after download, to save disk space 2015-11-03 18:54:05 +11:00
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
serialize * Rename Doc.data to Doc.c 2015-11-04 00:17:13 +11:00
syntax * Update to use thinc 3.0 2015-11-06 00:25:59 +11:00
tests * Fix test of serializer 2015-11-03 19:45:16 +11:00
tokens * Rename Doc.data to Doc.c 2015-11-04 00:15:14 +11:00
__init__.pxd
__init__.py
_ml.pxd * Remove declaration of Model.update 2015-11-06 00:31:15 +11:00
_ml.pyx * Update to use thinc 3.0 2015-11-06 00:25:59 +11:00
_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
gold.pxd
gold.pyx * Use io module insteads of deprecated codecs module 2015-10-10 14:13:01 +11:00
language.py * Fix name of like_num in default_lex_attrs 2015-11-04 22:02:47 +11:00
lemmatizer.py Fixing encoding issue #4 2015-10-21 20:45:56 +03:00
lexeme.pxd * Fix ugly py_check_flag and py_set_flag functions in Lexeme 2015-09-15 13:06:18 +10:00
lexeme.pyx * Rename .repvec to .vector in C API 2015-11-03 23:47:59 +11:00
matcher.pyx * Rename Doc.data to Doc.c 2015-11-04 00:15:14 +11:00
morphology.pxd * Ensure Morphology can be pickled, to address Issue #125. 2015-10-13 13:44:41 +11:00
morphology.pyx * Fix capitalization in lemmatizer 2015-11-06 05:44:35 +11:00
multi_words.py
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
strings.pxd * Use unicode in StringStore.intern, instead of unreliably casting to bytes. 2015-11-05 11:32:19 +00:00
strings.pyx * Add type declarations in strings.pyx 2015-11-06 00:47:26 +11:00
structs.pxd * Clean up unused Constituent struct. 2015-11-03 23:48:21 +11:00
symbols.pxd * Use lower case strings for dependency label names in symbols enum 2015-10-13 13:44:40 +11:00
symbols.pyx * Use lower case strings for dependency label names in symbols enum 2015-10-13 13:44:40 +11:00
tagger.pxd * Update to use thinc 3.0 2015-11-06 00:25:59 +11:00
tagger.pyx * Update to use thinc 3.0 2015-11-06 00:25:59 +11:00
tokenizer.pxd Add __reduce__ to Tokenizer so that English pickles. 2015-10-23 22:24:03 -07:00
tokenizer.pyx * Rename Doc.data to Doc.c 2015-11-04 00:15:14 +11:00
typedefs.pxd
typedefs.pyx
util.py Merge pull request #126 from tomtung/master 2015-10-10 14:14:57 +11:00
vocab.pxd * Start trying to pickle Vocab 2015-10-13 13:44:41 +11:00
vocab.pyx * Merge vocab changes 2015-11-06 00:48:08 +11:00