redid constructors and some other stuff in examples
this is preparation for ske implementation.
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user