예제 #1
0
 def set_boundary_constraint(self, pos, boundary_constraint_type):
     return _MeCab.Lattice_set_boundary_constraint(
         self, pos, boundary_constraint_type)
예제 #2
0
 def set_boundary_constraint(self, *args):
     return _MeCab.Lattice_set_boundary_constraint(self, *args)