Ejemplo n.º 1
0
 def transition_cost(self, rcAttr, lcAttr):
     return _MeCab.Model_transition_cost(self, rcAttr, lcAttr)
Ejemplo n.º 2
0
 def transition_cost(self, *args):
     return _MeCab.Model_transition_cost(self, *args)