| Package | Description |
|---|---|
| org.languagetool | |
| org.languagetool.rules | |
| org.languagetool.rules.patterns | |
| org.languagetool.synthesis |
| Modifier and Type | Method and Description |
|---|---|
Synthesizer |
Language.createDefaultSynthesizer()
Creates language specific part-of-speech synthesizer.
|
Synthesizer |
Language.getSynthesizer()
Get this language's part-of-speech synthesizer implementation or
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
Language.setSynthesizer(Synthesizer synthesizer)
Set this language's part-of-speech synthesizer implementation or
null. |
| Modifier and Type | Method and Description |
|---|---|
protected Synthesizer |
AbstractFindSuggestionsFilter.getSynthesizer() |
Synthesizer |
AbstractSimpleReplaceRule.getSynthesizer()
Synthesizer to generate inflected suggestions
|
protected abstract Synthesizer |
AbstractRepeatedWordsRule.getSynthesizer() |
| Modifier and Type | Method and Description |
|---|---|
Synthesizer |
RuleFilter.getSynthesizerFromRuleMatch(RuleMatch match) |
| Modifier and Type | Method and Description |
|---|---|
PatternToken |
PatternToken.compile(AnalyzedTokenReadings token,
Synthesizer synth)
Prepare PatternToken for matching by formatting its string token and POS (if the Element is supposed
to refer to some other token).
|
MatchState |
Match.createState(Synthesizer synthesizer,
AnalyzedTokenReadings token)
Creates a state used for actually matching a token.
|
MatchState |
Match.createState(Synthesizer synthesizer,
AnalyzedTokenReadings[] tokens,
int index,
int next)
Creates a state used for actually matching a token.
|
| Constructor and Description |
|---|
MatchState(Match match,
Synthesizer synthesizer) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSynthesizer |