From 8b7c282fdfa7c6f6f411a30439ac61c02fc305a6 Mon Sep 17 00:00:00 2001 From: matic_t Date: Thu, 23 Jul 2020 01:38:51 -0700 Subject: [PATCH] sloleks supported in components --- src/model/example/component_lexeme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)