diff --git a/src/model/example/component_lexeme.py b/src/model/example/component_lexeme.py index 5757316..8ff0f90 100644 --- a/src/model/example/component_lexeme.py +++ b/src/model/example/component_lexeme.py @@ -23,7 +23,7 @@ class ComponentLexeme(Data): if xml.hasAttribute("space"): self.no_space = xml.getAttribute("space") == "false" - for oth_attr in ["lexical_unit_lexeme_id", "slolex", "kol"]: + for oth_attr in ["lexical_unit_lexeme_id", "slolex", "kol", "sloleks"]: if xml.hasAttribute(oth_attr): self.other_attributes[oth_attr] = xml.getAttribute(oth_attr)