MecabDartFfi class

Constructors

MecabDartFfi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroyMecabFfi(Pointer<Void> tagger) → void
init({String? libmecabPath, dynamic mecabFfiHelper}) Future<void>
initMecabFfi(Pointer<Utf8> opt, Pointer<Utf8> dicdir, Pointer<Utf8> libpath) Pointer<Void>
initMecabString(String opt, String dicdir, String? libpath) Pointer<Void>
nativeAddFunc(int x, int y) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseFfi(Pointer<Void> tagger, Pointer<Utf8> input) Pointer<Utf8>
parseString(Pointer<Void> tagger, String input) String
safeUsing(void callback(Arena)) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited