mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
167df42cb6
Move `Lemmatizer.is_base_form` to the language settings so that each language can provide a language-specific method as `LanguageDefaults.is_base_form`. The existing English-specific `Lemmatizer.is_base_form` is moved to `EnglishDefaults`. |
||
---|---|---|
.. | ||
__init__.py | ||
examples.py | ||
lex_attrs.py | ||
morph_rules.py | ||
stop_words.py | ||
syntax_iterators.py | ||
tag_map.py | ||
tokenizer_exceptions.py |