Ejemplo n.º 1
0
 def enumNBestAsString(self, N):
     return _MeCab.Lattice_enumNBestAsString(self, N)
Ejemplo n.º 2
0
 def enumNBestAsString(self, *args) -> "char const *":
     return _MeCab.Lattice_enumNBestAsString(self, *args)