spaCy/spacy
2016-11-03 00:16:44 +01:00
..
de Add LANG attribute to English and German 2016-10-18 18:52:48 +02:00
en Add tokenizer exception for 'Ph.D.', to fix 592. 2016-11-03 00:03:34 +01:00
es Fix infixes in spanish and portuguese 2016-11-02 20:43:12 +01:00
fi
fr Fix infixes in french 2016-11-02 20:41:43 +01:00
it Fix infixes in Italian 2016-11-02 20:43:52 +01:00
munge
pt Fix infixes in spanish and portuguese 2016-11-02 20:43:12 +01:00
serialize Fix Issue #459 -- failed to deserialize empty doc. 2016-10-23 16:31:05 +02:00
syntax Fix doc strings 2016-11-01 12:25:36 +01:00
tests Test Issue #588: Matcher accepts invalid, empty patterns. 2016-11-03 00:09:35 +01:00
tokens Fix Issue #599, by considering empty documents to be parsed and tagged. Implementation is a bit dodgy. 2016-11-02 23:48:43 +01:00
zh Import Jieba inside zh.make_doc 2016-11-02 23:49:19 +01:00
__init__.pxd
__init__.py Add import fr 2016-11-02 20:48:29 +01:00
about.py Increment version 2016-10-23 20:22:53 +02:00
attrs.pxd
attrs.pyx
cfile.pxd
cfile.pyx
deprecated.py
download.py Make installation print data path. 2016-10-23 19:46:44 +02:00
gold.pxd
gold.pyx Fix doc strings 2016-11-01 12:25:36 +01:00
language.py Check that patterns aren't null before compiling regex for tokenizer 2016-11-02 20:35:29 +01:00
lemmatizer.py Fix json loading, for Python 3. 2016-10-20 21:23:26 +02:00
lexeme.pxd Remove stray .tensor attribute from Lexeme 2016-10-18 01:16:32 +02:00
lexeme.pyx Fix doc strings 2016-11-01 12:25:36 +01:00
matcher.pyx Fix #588: Matcher should reject empty pattern. 2016-11-03 00:16:44 +01:00
morphology.pxd Revert "Changes to morphology.pyx for new StringStore scheme" 2016-09-30 20:20:02 +02:00
morphology.pyx Revert "Changes to morphology.pyx for new StringStore scheme" 2016-09-30 20:20:02 +02:00
multi_words.py
orth.pxd
orth.pyx
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 Refactor training, with new spacy.train module. Defaults still a little awkward. 2016-10-09 12:24:24 +02:00
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
symbols.pxd
symbols.pyx Make sure symbols are unicode strings 2016-09-30 20:02:19 +02:00
tagger.pxd Add cfg field to Tagger 2016-10-17 01:03:41 +02:00
tagger.pyx Fix doc strings 2016-11-01 12:25:36 +01:00
tokenizer.pxd
tokenizer.pyx Fix doc strings for tokenizer 2016-11-02 23:15:39 +01:00
train.py Fix training evaluate method 2016-10-27 18:02:19 +02:00
typedefs.pxd Revert "Work on Issue #285: intern strings into document-specific pools, to address streaming data memory growth. StringStore.__getitem__ now raises KeyError when it can't find the string. Use StringStore.intern() to get the old behaviour. Still need to hunt down all uses of StringStore.__getitem__ in library and do testing, but logic looks good." 2016-09-30 20:20:22 +02:00
typedefs.pyx
util.py Specify that spacy.util is encoded in utf8 2016-11-02 19:58:00 +01:00
vocab.pxd Revert "Work on Issue #285: intern strings into document-specific pools, to address streaming data memory growth. StringStore.__getitem__ now raises KeyError when it can't find the string. Use StringStore.intern() to get the old behaviour. Still need to hunt down all uses of StringStore.__getitem__ in library and do testing, but logic looks good." 2016-09-30 20:20:22 +02:00
vocab.pyx Fix doc strings 2016-11-01 12:25:36 +01:00