| Package | Description |
|---|---|
| org.languagetool.rules.patterns | |
| org.languagetool.tagging.disambiguation.rules |
| Modifier and Type | Field and Description |
|---|---|
protected Match |
XMLRuleHandler.tokenReference |
| Modifier and Type | Field and Description |
|---|---|
protected List<Match> |
AbstractPatternRule.suggestionMatches |
protected List<Match> |
XMLRuleHandler.suggestionMatches |
protected List<Match> |
AbstractPatternRule.suggestionMatchesOutMsg |
protected List<Match> |
XMLRuleHandler.suggestionMatchesOutMsg |
| Modifier and Type | Method and Description |
|---|---|
Match |
MatchState.getMatch() |
Match |
PatternToken.getMatch() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Match> |
XMLRuleHandler.addLegacyMatches(List<Match> existingSugMatches,
String messageStr,
boolean inMessage)
Adds Match objects for all references to tokens
(including '\1' and the like).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPatternRule.addSuggestionMatch(Match m)
Add formatted suggestion elements.
|
void |
AbstractPatternRule.addSuggestionMatchOutMsg(Match m)
Add formatted suggestion elements outside message.
|
void |
PatternToken.setMatch(Match match)
Sets the reference to another token.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Match> |
XMLRuleHandler.addLegacyMatches(List<Match> existingSugMatches,
String messageStr,
boolean inMessage)
Adds Match objects for all references to tokens
(including '\1' and the like).
|
| Constructor and Description |
|---|
MatchState(Match match,
Synthesizer synthesizer) |
| Modifier and Type | Method and Description |
|---|---|
Match |
DisambiguationPatternRule.getMatchElement() |
| Constructor and Description |
|---|
DisambiguationPatternRule(String id,
String description,
Language language,
List<PatternToken> patternTokens,
String disambiguatedPOS,
Match posSelect,
DisambiguationPatternRule.DisambiguatorAction disambAction) |