| Class | Description |
|---|---|
| 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.
|
| XMLRuleHandler |
XML rule handler that loads rules from XML and throws
exceptions on errors and warnings.
|
| Enum | Description |
|---|---|
| Match.CaseConversion |
Possible string case conversions.
|
| Match.IncludeRange |
Copyright © 2005-2011 Daniel Naber