def set_feature_constraint(self, begin_pos, end_pos, feature): return _MeCab.Lattice_set_feature_constraint(self, begin_pos, end_pos, feature)
def set_feature_constraint(self, *args): return _MeCab.Lattice_set_feature_constraint(self, *args)