Uses of Interface
org.languagetool.synthesis.Synthesizer
-
Packages that use Synthesizer Package Description org.languagetool org.languagetool.language org.languagetool.rules.patterns org.languagetool.synthesis -
-
Uses of Synthesizer in org.languagetool
Methods in org.languagetool that return Synthesizer Modifier and Type Method Description @Nullable Synthesizer
Language. getSynthesizer()
Get this language's part-of-speech synthesizer implementation ornull
. -
Uses of Synthesizer in org.languagetool.language
Methods in org.languagetool.language that return Synthesizer Modifier and Type Method Description @Nullable Synthesizer
LanguageBuilder.ExtendedLanguage. getSynthesizer()
-
Uses of Synthesizer in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Synthesizer Modifier and Type Field Description private Synthesizer
MatchState. synthesizer
Methods in org.languagetool.rules.patterns with parameters of type Synthesizer Modifier and Type Method 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.private void
PatternToken. doCompile(AnalyzedTokenReadings token, Synthesizer synth)
Constructors in org.languagetool.rules.patterns with parameters of type Synthesizer Constructor Description MatchState(Match match, Synthesizer synthesizer)
-
Uses of Synthesizer in org.languagetool.synthesis
Classes in org.languagetool.synthesis that implement Synthesizer Modifier and Type Class Description class
BaseSynthesizer
-