コード例 #1
0
 def emission_cost(self, *args):
     return _CRFPP.Tagger_emission_cost(self, *args)
コード例 #2
0
 def emission_cost(self, *args): return _CRFPP.Tagger_emission_cost(self, *args)
 def next_transition_cost(self, *args): return _CRFPP.Tagger_next_transition_cost(self, *args)