spaCy/spacy
2016-12-20 11:05:06 +01:00
..
de
en
es
fr
it
language_data
munge
nl Reorganise language data 2016-12-18 16:54:19 +01:00
pt
serialize
sv
syntax Fix unicode problem in nonproj module 2016-11-25 17:29:17 -06:00
tests
tokens Fix issue #672: ent_iob_ was a string, not unicode, due to missing unicode_literals statement. 2016-12-18 22:33:53 +01:00
zh Import Jieba inside zh.make_doc 2016-11-02 23:49:19 +01:00
__init__.pxd
__init__.py
about.py
attrs.pxd
attrs.pyx
cfile.pxd
cfile.pyx
deprecated.py
download.py
gold.pxd
gold.pyx
language.py Fix loading of lemmatizer 2016-12-18 17:34:09 +01:00
lemmatizer.py
lexeme.pxd
lexeme.pyx Fix doc strings 2016-11-01 12:25:36 +01:00
matcher.pyx
morphology.pxd Update header for morphology class 2016-12-18 16:50:42 +01:00
morphology.pyx Fix Issue #683: Add 'SP' to tag_map, if it's not there already, within the Morphology class. 2016-12-18 23:44:05 +01:00
multi_words.py
orth.pxd
orth.pyx introduce lang field for LexemeC to hold language id 2016-03-10 13:01:34 +01:00
parts_of_speech.pxd
parts_of_speech.pyx
pipeline.pxd Refactor the pipeline classes to make them more consistent, and remove the redundant blank() constructor. 2016-10-16 21:34:57 +02:00
pipeline.pyx Fix doc strings 2016-11-01 12:25:36 +01:00
scorer.py
strings.pxd Update strings.pxd 2016-10-24 14:00:35 +02:00
strings.pyx Use 32 bit hashes for OOV, re Issue #589, Issue #285 2016-11-01 13:27:13 +01:00
structs.pxd Initial, limited support for quantified patterns in Matcher, and tracking of ent_id attribute in Token and Span. The quantifiers need a lot more testing, and there are some known problems. The main known problem is that the zero-plus and one-plus quantifiers won't work if a token can match both the quantified pattern expression AND the tail of the match. 2016-09-21 14:54:55 +02:00
symbols.pxd
symbols.pyx
tagger.pxd
tagger.pyx
tokenizer.pxd Finish refactoring data loading 2016-09-24 20:26:17 +02:00
tokenizer.pyx
train.py
typedefs.pxd
typedefs.pyx
util.py
vocab.pxd
vocab.pyx Set tag_map to None if it's not seen in the data by vocab 2016-12-18 16:51:10 +01:00