mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-28 22:47:52 +03:00
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 | ||