Example #1
0
 def __init__(self, node, headword_object, identifier):
     SemanticComponent.__init__(self, node)
     self.id = identifier
     self._lemma_object = None
     self._headword_object = headword_object
Example #2
0
 def __init__(self, node, **kwargs):
     SemanticComponent.__init__(self, node, **kwargs)