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 SynthesizerLanguage. 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 SynthesizerLanguageBuilder.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 SynthesizerMatchState. synthesizerMethods in org.languagetool.rules.patterns with parameters of type Synthesizer Modifier and Type Method Description PatternTokenPatternToken. 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).MatchStateMatch. createState(Synthesizer synthesizer, AnalyzedTokenReadings token)Creates a state used for actually matching a token.MatchStateMatch. createState(Synthesizer synthesizer, AnalyzedTokenReadings[] tokens, int index, int next)Creates a state used for actually matching a token.private voidPatternToken. 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 classBaseSynthesizer
-