Beispiel #1
0
 def set_feature_constraint(self, begin_pos, end_pos, feature):
     return _MeCab.Lattice_set_feature_constraint(self, begin_pos, end_pos,
                                                  feature)
Beispiel #2
0
 def set_feature_constraint(self, *args):
     return _MeCab.Lattice_set_feature_constraint(self, *args)