コード例 #1
0
ファイル: mecab.py プロジェクト: vasana12/da_datavoucher_1
 def set_boundary_constraint(self, pos, boundary_constraint_type):
     return _MeCab.Lattice_set_boundary_constraint(
         self, pos, boundary_constraint_type)
コード例 #2
0
ファイル: MeCab.py プロジェクト: LinXiaoya/theWiseMenCgi
 def set_boundary_constraint(self, *args):
     return _MeCab.Lattice_set_boundary_constraint(self, *args)