Also apply hotfix to Ukrainian lemmaitzer

This commit is contained in:
Ines Montani 2019-09-27 18:03:26 +02:00
parent acd5bcb0b3
commit 206e8a5ac7

View File

@ -70,7 +70,7 @@ class UkrainianLemmatizer(Lemmatizer):
if ( if (
feature in morphology feature in morphology
and feature in analysis_morph and feature in analysis_morph
and morphology[feature] != analysis_morph[feature] and morphology[feature].lower() != analysis_morph[feature].lower()
): ):
break break
else: else: