Deinflector class

Ported from Javascript to Dart by Mathew Chan https://github.com/FooSoft/yomichan/blob/89ac85afd03e62818624b507c91569edbec54f3d/ext/js/language/deinflector.js

Constructors

Deinflector()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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

Static Methods

deinflect(String source) List<Deinflection>
Give the possible deinflections given source text.
normalizeReasons(dynamic reasons) List<NormalizedReason>
Sort variants per reason.
rulesToRuleFlags(List<String> rules) int
Convert rules to integer rule type.