CharTokenizer class
Constructors
- CharTokenizer(String text)
Properties
-
chars
↔ List<
String> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
itos
↔ Map<
int, String> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stoi
↔ Map<
String, int> -
getter/setter pair
- vocabSize → int
-
no setter
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited