Package | Description |
---|---|
org.languagetool.rules.patterns | |
org.languagetool.tagging.disambiguation.rules |
Modifier and Type | Class and Description |
---|---|
class |
FalseFriendPatternRule
A pattern rule for finding false friends.
|
class |
PatternRule
A Rule that describes a language error as a simple pattern of words or of
part-of-speech tags.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractTokenBasedRule |
AbstractPatternRulePerformer.rule |
Constructor and Description |
---|
AbstractPatternRulePerformer(AbstractTokenBasedRule rule,
Unifier unifier) |
PatternRuleMatcher(AbstractTokenBasedRule rule,
boolean useList) |
Modifier and Type | Class and Description |
---|---|
class |
DisambiguationPatternRule
A Rule that describes a pattern of words or part-of-speech tags used for
disambiguation.
|