| Interface | Description |
|---|---|
| RuleFilter |
Filter rule matches after a PatternRule has matched already.
|
| Class | Description |
|---|---|
| AbstractPatternRule |
An Abstract Pattern Rule that describes a pattern of words or part-of-speech tags
used for PatternRule and DisambiguationPatternRule.
|
| AbstractPatternRulePerformer | |
| FalseFriendPatternRule |
A pattern rule for finding false friends.
|
| FalseFriendRuleLoader |
Loads
PatternRules from a false friends XML file. |
| Match |
A
Match is the configuration of an algorithm used to match AnalyzedTokenReadingss. |
| MatchState |
The state of a matching process.
|
| PasswordAuthenticator |
Authenticator that extracts username and password from URL, e.g.
|
| PatternRule |
A Rule that describes a language error as a simple pattern of words or of
part-of-speech tags.
|
| PatternRuleHandler | |
| PatternRuleId |
A
PatternRule's id with an optional sub-id. |
| PatternRuleLoader |
Loads
PatternRules from an XML file. |
| PatternRuleXmlCreator |
Makes XML definition of rules accessible as strings.
|
| PatternToken |
A part of a pattern, represents the 'token' element of the
grammar.xml. |
| PatternToken.PosToken | |
| PatternTokenMatcher | |
| Unifier |
Implements unification of features over tokens.
|
| UnifierConfiguration | |
| 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 |