spaCy/spacy/lang/pl
Adriane Boyd 1eed101be9 Fix Polish lemmatizer for deserialized models
Restructure Polish lemmatizer not to depend on lookups data in
`__init__` since the lemmatizer is initialized before the lookups data
is loaded from a saved model. The lookups tables are accessed first in
`__call__` instead once the data is available.
2020-05-26 09:56:12 +02:00
..
__init__.py Tidy up and auto-format 2020-05-21 14:14:01 +02:00
examples.py 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00
lemmatizer.py Fix Polish lemmatizer for deserialized models 2020-05-26 09:56:12 +02:00
lex_attrs.py Merge branch 'master' into develop 2019-02-08 13:28:09 +01:00
punctuation.py Tidy up and auto-format 2020-05-21 14:14:01 +02:00
stop_words.py Merge branch 'master' into develop 2019-02-08 13:28:09 +01:00
tag_map.py 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00