FinalSeg class

Constructors

FinalSeg()

Properties

emit Map<String, Map<String, double>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
prevStatus Map<String, List<String>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start Map<String, double>
getter/setter pair
trans Map<String, Map<String, double>>
getter/setter pair

Methods

cut(String sentence, List<String> tokens) → void
loadModel() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processOtherUnknownWords(String other, List<String> tokens) → void
toString() String
A string representation of this object.
inherited
viterbi(String sentence, List<String> tokens) → void

Operators

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

Static Properties

MIN_FLOAT double
getter/setter pair
singleInstance FinalSeg?
getter/setter pair
states List<String>
getter/setter pair

Static Methods

getInstance() Future<FinalSeg>

Constants

PROB_EMIT → const String