|
Class Summary |
| AbstractPatternRule |
An Abstract Pattern Rule that describes a pattern of words or part-of-speech tags
used for PatternRule and DisambiguationPatternRule. |
| Element |
A part of a pattern. |
| FalseFriendRuleLoader |
Loads PatternRules from a false friends XML file. |
| Match |
Reference to a matched token in a pattern, can be formatted and used for
matching & suggestions. |
| PatternRule |
A Rule that describes a language error as a simple pattern of words or of
part-of-speech tags. |
| PatternRuleLoader |
Loads PatternRules from an XML file. |
| Unifier |
Implements unification of features over tokens. |