예제 #1
0
 def __init__(self):
     this = _MeCab.new_Lattice()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #2
0
파일: MeCab.py 프로젝트: pepijndevos/mecab
 def __init__(self):
     this = _MeCab.new_Lattice()
     try:
         self.this.append(this)
     except:
         self.this = this
예제 #3
0
 def __init__(self):
     _MeCab.Lattice_swiginit(self, _MeCab.new_Lattice())
예제 #4
0
 def __init__(self):
     this = _MeCab.new_Lattice()
     try:
         self.this.append(this)
     except:
         self.this = this