TokenNode class

Class that represent one token from mecab's output.

Constructors

TokenNode(String item)

Properties

features List<String>
A list of features of this token (varies depending on the dictionar you are using)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surface String
The surface form of the token (how it appears in the text)
getter/setter pair

Methods

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