def __init__(self):
     self.xType = "um"
     SentenceExampleWriter.__init__(self)
Exemplo n.º 2
0
 def __init__(self):
     self.xType = "phrase"
     SentenceExampleWriter.__init__(self)
Exemplo n.º 3
0
 def __init__(self):
     self.xType = "edge"
     self.removeEdges = True
     SentenceExampleWriter.__init__(self)
Exemplo n.º 4
0
 def __init__(self):
     self.xType = "token"
     self.insertWeights = False
     SentenceExampleWriter.__init__(self)
Exemplo n.º 5
0
 def __init__(self):
     self.xType = "token"
     self.insertWeights = False
     SentenceExampleWriter.__init__(self)
Exemplo n.º 6
0
 def __init__(self):
     self.xType = "edge"
     self.removeEdges = True
     SentenceExampleWriter.__init__(self)