initMecab function

  1. @Native<Pointer<Void> Function(Pointer<Utf8>, Pointer<Utf8>, Pointer<Utf8>)>(Pointer<Utf8>, Pointer<Utf8>, Pointer<Utf8>)>()
Pointer<Void> initMecab(
  1. Pointer<Utf8> opt,
  2. Pointer<Utf8> dicdir,
  3. Pointer<Utf8> libpath
)

Implementation

@Native<Pointer<Void> Function(Pointer<Utf8>, Pointer<Utf8>, Pointer<Utf8>)>()
external Pointer<Void> initMecab(Pointer<Utf8> opt, Pointer<Utf8> dicdir, Pointer<Utf8> libpath);