redid constructors and some other stuff in examples

this is preparation for ske implementation.
This commit is contained in:
2020-03-30 20:31:59 +02:00
parent fc35a3079b
commit 49875416b2
5 changed files with 19 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
from model.data import Data
class ComponentLexeme(Data):
def __init__(self, xml):
def __init__(self):
self.other_attributes = {}
self.text = ""
self.role = ""