spaCy/spacy
Matthew Honnibal 0e2498da00 * Replace from_package with load() classmethod in Vocab 2015-12-29 16:56:51 +01:00
..
data
de
en
fi
it
munge * Fix Python3 problem in align_raw 2015-07-28 16:06:53 +02:00
serialize * Rename Doc.data to Doc.c 2015-11-04 00:17:13 +11:00
syntax * Adjust NER rules, so that U entries in gazetteer don't become B moves to the model 2015-11-12 04:48:23 +11:00
tests * Fix merge conflicts for headers branch 2015-12-27 17:46:25 +01:00
tokens
__init__.pxd
__init__.py
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
cfile.pxd * Add cfile.pyx 2015-07-23 01:10:36 +02:00
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 silly mistake in Language.__init__ 2015-12-28 18:48:57 +01:00
lemmatizer.py
lexeme.pxd
lexeme.pyx
matcher.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 * Fix type declaration in asciied function 2015-10-09 13:46:57 +11:00
parts_of_speech.pxd
parts_of_speech.pyx
scorer.py
strings.pxd * Use unicode in StringStore.intern, instead of unreliably casting to bytes. 2015-11-05 11:32:19 +00:00
strings.pyx
structs.pxd
symbols.pxd
symbols.pyx
tagger.pxd * Refactor away from the _ml module, to use thinc 4.0. Still some work needs to be done, e.g. to add __reduce__ to the models, more testing, etc. 2015-11-07 03:24:30 +11:00
tagger.pyx strip data/ from package, friendlier Language invocation, make data_dir backward/forward-compatible 2015-12-18 09:52:55 +01:00
tokenizer.pxd
tokenizer.pyx access model via sputnik 2015-12-07 06:01:28 +01:00
typedefs.pxd * Fix type declarations for attr_t. Remove unused id_t. 2015-07-18 22:39:57 +02:00
typedefs.pyx
util.py * Add MockPackage class, to see whether we can proxy for Sputnik in a lightweight way 2015-12-29 16:55:03 +01:00
vocab.pxd
vocab.pyx