mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Add missing " (closes #3343)
This commit is contained in:
parent
533b580c19
commit
23f6ebf0f3
|
@ -15,7 +15,7 @@ class UkrainianLemmatizer(Lemmatizer):
|
||||||
UkrainianLemmatizer._morph = MorphAnalyzer(lang="uk")
|
UkrainianLemmatizer._morph = MorphAnalyzer(lang="uk")
|
||||||
except (ImportError, TypeError):
|
except (ImportError, TypeError):
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
"The Ukrainian lemmatizer requires the pymorphy2 library and
|
"The Ukrainian lemmatizer requires the pymorphy2 library and "
|
||||||
'dictionaries: try to fix it with "pip uninstall pymorphy2" and'
|
'dictionaries: try to fix it with "pip uninstall pymorphy2" and'
|
||||||
'"pip install git+https://github.com/kmike/pymorphy2.git pymorphy2-dicts-uk"'
|
'"pip install git+https://github.com/kmike/pymorphy2.git pymorphy2-dicts-uk"'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user