NGram class
Constructors
- NGram()
Properties
- capitalword ↔ bool
-
getter/setter pair
- grams ↔ String
-
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
Methods
-
addChar(
String ch) → void -
get(
int n) → String? -
isUpperCase(
String ch) → bool -
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 Properties
- alphabetWithDmark ↔ RegExp
-
getter/setter pair
-
cjkMap
↔ Map<
String, String> -
getter/setter pair
- dmarkClass ↔ String
-
getter/setter pair
-
normalizedViChars
↔ List<
String> -
getter/setter pair
- toNormalizeViChars ↔ String
-
getter/setter pair
Static Methods
-
initCjkMap(
) → void -
normalize(
String ch) → String -
normalizeVi(
String text) → String
Constants
- latin1Excluded → const String
- nGram → const int