HintToken class

This class represents a token that manages the smallest unit of words that are meaningful as a language.

The value is set to the split word that will be managed by this token. The index is the position of the value before the word or sentence was split.

Detailed hint information is contained in the table. This table contains the header information, which is the metadata for word analysis, and the row and cell data where the hint information is set.

Constructors

HintToken.from({required int index, required String value, required HintTable table})
Returns the new instance of HintToken based on arguments.

Properties

hashCode int
The hash code for this object.
no setteroverride
index int
The index
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table HintTable
The hint table
final
value String
The value
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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