LangProfile class

Constructors

LangProfile({String? name, Map<String, int>? freq, List<int>? nWords})

Properties

freq Map<String, int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pair
nWords List<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String? gram) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
omitLessFreq() → void
toString() String
A string representation of this object.
inherited
update(String? text) → void

Operators

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

Static Properties

romanCharRe RegExp
final
romanSubstrRe RegExp
final

Constants

lessFreqRatio → const int
minimumFreq → const int