Uses of Interface
org.languagetool.synthesis.Synthesizer
Packages that use Synthesizer
Package
Description
-
Uses of Synthesizer in org.languagetool
Methods in org.languagetool that return SynthesizerModifier and TypeMethodDescription@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 SynthesizerModifier and TypeMethodDescription@Nullable SynthesizerLanguageBuilder.ExtendedLanguage.getSynthesizer() -
Uses of Synthesizer in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as SynthesizerMethods in org.languagetool.rules.patterns with parameters of type SynthesizerModifier and TypeMethodDescriptionPatternToken.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).Match.createState(Synthesizer synthesizer, AnalyzedTokenReadings token) Creates a state used for actually matching a token.Match.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 -
Uses of Synthesizer in org.languagetool.synthesis
Classes in org.languagetool.synthesis that implement Synthesizer