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
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 with stages
in 51 seconds
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment