lk_multiword_example #16

Merged
lkavcic merged 3 commits from lk_multiword_example into master 2022-02-16 17:16:19 +00:00
Showing only changes of commit af9e2baa48 - Show all commits

View File

@ -11,7 +11,6 @@ class ComponentLexeme(Data):
self.text = ""
self.role = ""
self.no_space = False
self.multiword = False
def import_xml(self, xml):
if xml.nodeName == "#text":