sloleks supported in components
This commit is contained in:
parent
6f157eeea1
commit
8b7c282fdf
|
@ -23,7 +23,7 @@ class ComponentLexeme(Data):
|
||||||
if xml.hasAttribute("space"):
|
if xml.hasAttribute("space"):
|
||||||
self.no_space = xml.getAttribute("space") == "false"
|
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):
|
if xml.hasAttribute(oth_attr):
|
||||||
self.other_attributes[oth_attr] = xml.getAttribute(oth_attr)
|
self.other_attributes[oth_attr] = xml.getAttribute(oth_attr)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user