spaCy/spacy
2016-07-27 03:15:36 +02:00
..
data
de remove unnecessary imports 2016-05-02 17:33:22 +02:00
en
fi
it
munge
serialize
syntax Tmp 2016-07-27 02:56:50 +02:00
tests * Fix Issue #360: Tokenizer failed when the infix regex matched the start of the string while trying to tokenize multi-infix tokens. 2016-05-09 13:23:47 +02:00
tokens * Fix Issue #375: noun phrase iteration results in index error if noun phrases are merged during the loop. Fix by accumulating the spans inside the noun_chunks property, allowing the Span index tricks to work. 2016-05-20 10:14:06 +02:00
zh * Work on Chinese support 2016-05-05 11:39:12 +02:00
__init__.pxd
__init__.py
about.py * Increment version 2016-05-09 13:20:00 +02:00
attrs.pxd
attrs.pyx
cfile.pxd
cfile.pyx
download.py exit code 0 for when downloading a model that already was downloaded 2016-07-13 16:22:14 -07:00
gold.pxd
gold.pyx Working NN, but very messy. Relies on BLIS. 2016-07-20 16:28:02 +02:00
language.py * Change Language class to use a .pipeline attribute, instead of having the pipeline hard coded 2016-05-17 16:55:42 +02:00
lemmatizer.py
lexeme.pxd
lexeme.pyx * Fix issue #372: mistake in Lexeme rich comparison 2016-05-12 12:58:57 +02:00
matcher.pyx
morphology.pxd
morphology.pyx
multi_words.py
orth.pxd
orth.pyx
parts_of_speech.pxd
parts_of_speech.pyx
scorer.py
strings.pxd
strings.pyx
structs.pxd
symbols.pxd German noun chunk iterator now doesn't return tokens more than once 2016-05-03 16:58:59 +02:00
symbols.pyx German noun chunk iterator now doesn't return tokens more than once 2016-05-03 16:58:59 +02:00
tagger.pxd Working NN, but very messy. Relies on BLIS. 2016-07-20 16:28:02 +02:00
tagger.pyx Working NN, but very messy. Relies on BLIS. 2016-07-20 16:28:02 +02:00
tokenizer.pxd
tokenizer.pyx * Fix Issue #360: Tokenizer failed when the infix regex matched the start of the string while trying to tokenize multi-infix tokens. 2016-05-09 13:23:47 +02:00
typedefs.pxd
typedefs.pyx
util.py Fix get_lang_class parsing (take 2) 2016-05-16 16:40:31 -07:00
vocab.pxd
vocab.pyx