Skip to content
Snippets Groups Projects
Commit 32d7b755 authored by Grzegorz Kuboń's avatar Grzegorz Kuboń
Browse files

fix verb aspect for missing value

parent bb0cecac
No related branches found
No related tags found
4 merge requests!10Revert "test if load_default will download dump",!9Merge request,!8Revert "test if load_default will download dump",!7Revert "test if load_default will download dump"
Pipeline #8702 canceled
......@@ -170,8 +170,9 @@ class VerbAspect(Enum):
"""Defines verb aspect values used in plWordNet."""
if six.PY2:
__order__ = 'perfective imperfective predicative two_aspect'
__order__ = 'perfective imperfective predicative two_aspect no'
no = u'no'
perfective = u'perf'
imperfective = u'imperf'
predicative = u'pred'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment