spaCy/spacy/lang/el
Ines Montani f0b30aedad
Make lemmatizers use initialize logic (#6182)
* Make lemmatizer use initialize logic and tidy up

* Fix typo

* Raise for uninitialized tables
2020-10-02 15:42:36 +02:00
..
__init__.py Make lemmatizers use initialize logic (#6182) 2020-10-02 15:42:36 +02:00
examples.py
get_pos_from_wiktionary.py
lemmatizer.py Add Lemmatizer and simplify related components (#5848) 2020-08-07 15:27:13 +02:00
lex_attrs.py
punctuation.py
stop_words.py
syntax_iterators.py Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
tokenizer_exceptions.py