def set_boundary_constraint(self, pos, boundary_constraint_type): return _MeCab.Lattice_set_boundary_constraint( self, pos, boundary_constraint_type)
def set_boundary_constraint(self, *args): return _MeCab.Lattice_set_boundary_constraint(self, *args)