예제 #1
0
 def next(self):
     return _MeCab.Lattice_next(self)
예제 #2
0
파일: MeCab.py 프로젝트: onlyyoufor/AUR
 def next(self) -> "bool":
     return _MeCab.Lattice_next(self)