mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
cf65a80f36
* Move test * Allow default in Lookups.get_table * Start with blank tables in Lookups.from_bytes * Refactor lemmatizer to hold instance of Lookups * Get lookups table within the lemmatization methods to make sure it references the correct table (even if the table was replaced or modified, e.g. when loading a model from disk) * Deprecate other arguments on Lemmatizer.__init__ and expect Lookups for consistency * Remove old and unsupported Lemmatizer.load classmethod * Refactor language-specific lemmatizers to inherit as much as possible from base class and override only what they need * Update tests and docs * Fix more tests * Fix lemmatizer * Upgrade pytest to try and fix weird CI errors * Try pytest 4.6.5 |
||
---|---|---|
.. | ||
annotation.md | ||
cli.md | ||
cython-classes.md | ||
cython-structs.md | ||
cython.md | ||
dependencyparser.md | ||
doc.md | ||
docbin.md | ||
entitylinker.md | ||
entityrecognizer.md | ||
entityruler.md | ||
goldcorpus.md | ||
goldparse.md | ||
index.md | ||
kb.md | ||
language.md | ||
lemmatizer.md | ||
lexeme.md | ||
lookups.md | ||
matcher.md | ||
phrasematcher.md | ||
pipeline-functions.md | ||
scorer.md | ||
sentencizer.md | ||
span.md | ||
stringstore.md | ||
tagger.md | ||
textcategorizer.md | ||
token.md | ||
tokenizer.md | ||
top-level.md | ||
vectors.md | ||
vocab.md |