| .. |
|
de
|
Add LANG attribute to English and German
|
2016-10-18 18:52:48 +02:00 |
|
en
|
Fix Issue #376: and/or was tagged as a noun.
|
2016-11-04 15:21:28 +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
|
Fix test for issue 617
|
2016-11-10 22:48:10 +01:00 |
|
tokens
|
now span.merge returns token like it says on documentation
|
2016-11-09 14:58:19 +00:00 |
|
zh
|
Import Jieba inside zh.make_doc
|
2016-11-02 23:49:19 +01:00 |
|
__init__.pxd
|
|
|
|
__init__.py
|
Fix #608 -- __version__ should be available at the base of the package.
|
2016-11-04 21:21:02 +01:00 |
|
about.py
|
Increment version
|
2016-11-04 20:04:21 +01:00 |
|
attrs.pxd
|
|
|
|
attrs.pyx
|
|
|
|
cfile.pxd
|
|
|
|
cfile.pyx
|
|
|
|
deprecated.py
|
|
|
|
download.py
|
Fix #578 -- Sputnik had been purging all files on --force, not just the relevant one.
|
2016-11-04 10:44:11 +01: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
|
Prefer to import from symbols instead of parts_of_speech
|
2016-11-04 00:27:55 +01: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 PhraseMatcher to work with updated Matcher
|
2016-11-09 00:14:26 +08:00 |
|
morphology.pxd
|
Fix morphology tagger
|
2016-11-04 19:19:09 +01:00 |
|
morphology.pyx
|
Fix morphology tagger
|
2016-11-04 19:19:09 +01: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
|
|
|
|
tagger.pxd
|
Add cfg field to Tagger
|
2016-10-17 01:03:41 +02:00 |
|
tagger.pyx
|
Fix morphology tagger
|
2016-11-04 19:19:09 +01:00 |
|
tokenizer.pxd
|
|
|
|
tokenizer.pyx
|
Temporarily put back the tokenize_from_strings method, while tests aren't updated yet.
|
2016-11-04 19:18:07 +01:00 |
|
train.py
|
Fix training evaluate method
|
2016-10-27 18:02:19 +02:00 |
|
typedefs.pxd
|
|
|
|
typedefs.pyx
|
|
|
|
util.py
|
Specify that spacy.util is encoded in utf8
|
2016-11-02 19:58:00 +01:00 |
|
vocab.pxd
|
|
|
|
vocab.pyx
|
Fix #617: Vocab.load() required Path. Should work with string as well.
|
2016-11-10 22:48:48 +01:00 |