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