Uses of Interface
org.languagetool.synthesis.Synthesizer
-
Packages that use Synthesizer Package Description org.languagetool 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.rules.patterns
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.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
-