ZawGyiDetector class

Properties

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

Methods

getZawGyiProbability(String input) double
Performs detection on the given string. Returns the probability that the string is Zawgyi given that it is either Unicode or Zawgyi. Values approaching 1 are strong Zawgyi; values approaching 0 are strong Unicode; and values close to 0.5 are toss-ups.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create({String package = 'myanmar_tools'}) Future<ZawGyiDetector>
createForTest() Future<ZawGyiDetector>