Uses of Interface
org.languagetool.synthesis.Synthesizer
Packages that use Synthesizer
Package
Description
-
Uses of Synthesizer in org.languagetool
Fields in org.languagetool declared as SynthesizerMethods in org.languagetool that return SynthesizerModifier and TypeMethodDescriptionLanguage.createDefaultSynthesizer()Creates language specific part-of-speech synthesizer.Language.getSynthesizer()Get this language's part-of-speech synthesizer implementation ornull.Methods in org.languagetool with parameters of type SynthesizerModifier and TypeMethodDescriptionvoidLanguage.setSynthesizer(Synthesizer synthesizer) Set 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 TypeMethodDescriptionArabic.createDefaultSynthesizer()BalearicCatalan.createDefaultSynthesizer()Catalan.createDefaultSynthesizer()CrimeanTatar.createDefaultSynthesizer()Dutch.createDefaultSynthesizer()English.createDefaultSynthesizer()French.createDefaultSynthesizer()Galician.createDefaultSynthesizer()German.createDefaultSynthesizer()Greek.createDefaultSynthesizer()Irish.createDefaultSynthesizer()Italian.createDefaultSynthesizer()LanguageBuilder.ExtendedLanguage.createDefaultSynthesizer()Polish.createDefaultSynthesizer()Portuguese.createDefaultSynthesizer()Romanian.createDefaultSynthesizer()Russian.createDefaultSynthesizer()Slovak.createDefaultSynthesizer()Spanish.createDefaultSynthesizer()Swedish.createDefaultSynthesizer()Deprecated.Ukrainian.createDefaultSynthesizer()ValencianCatalan.createDefaultSynthesizer() -
Uses of Synthesizer in org.languagetool.remote
Fields in org.languagetool.remote declared as Synthesizer -
Uses of Synthesizer in org.languagetool.rules
Methods in org.languagetool.rules that return SynthesizerModifier and TypeMethodDescriptionprotected SynthesizerAbstractFindSuggestionsFilter.getSynthesizer()protected abstract SynthesizerAbstractRepeatedWordsRule.getSynthesizer()AbstractSimpleReplaceRule.getSynthesizer()Synthesizer to generate inflected suggestions -
Uses of Synthesizer in org.languagetool.rules.ca
Fields in org.languagetool.rules.ca declared as SynthesizerModifier and TypeFieldDescriptionprivate final SynthesizerWordCoherencyRule.synthprivate final SynthesizerWordCoherencyValencianRule.synthMethods in org.languagetool.rules.ca that return SynthesizerModifier and TypeMethodDescriptionprotected SynthesizerCatalanRepeatedWordsRule.getSynthesizer()Methods in org.languagetool.rules.ca with parameters of type SynthesizerModifier and TypeMethodDescriptionprivate StringConvertToGenderAndNumberFilter.synthesizeWithGenderAndNumber(AnalyzedToken atr, String[] splitPostag, String gender, String number, Synthesizer synth) -
Uses of Synthesizer in org.languagetool.rules.de
Fields in org.languagetool.rules.de declared as SynthesizerModifier and TypeFieldDescriptionprivate final SynthesizerAgreementSuggestor2.synthesizerprivate final SynthesizerGermanSpellerRule.synthesizerMethods in org.languagetool.rules.de that return SynthesizerConstructors in org.languagetool.rules.de with parameters of type SynthesizerModifierConstructorDescription(package private)AgreementSuggestor2(Synthesizer synthesizer, AnalyzedTokenReadings determinerToken, AnalyzedTokenReadings adjToken1, AnalyzedTokenReadings adjToken2, AnalyzedTokenReadings nounToken, AgreementRule.ReplacementType replacementType) (package private)AgreementSuggestor2(Synthesizer synthesizer, AnalyzedTokenReadings determinerToken, AnalyzedTokenReadings adjToken1, AnalyzedTokenReadings nounToken, AgreementRule.ReplacementType replacementType) (package private)AgreementSuggestor2(Synthesizer synthesizer, AnalyzedTokenReadings determinerToken, AnalyzedTokenReadings nounToken, AgreementRule.ReplacementType replacementType) -
Uses of Synthesizer in org.languagetool.rules.en
Methods in org.languagetool.rules.en that return SynthesizerModifier and TypeMethodDescriptionprotected SynthesizerEnglishRepeatedWordsRule.getSynthesizer() -
Uses of Synthesizer in org.languagetool.rules.en.translation
Fields in org.languagetool.rules.en.translation declared as Synthesizer -
Uses of Synthesizer in org.languagetool.rules.es
Methods in org.languagetool.rules.es that return SynthesizerModifier and TypeMethodDescriptionprotected SynthesizerSpanishRepeatedWordsRule.getSynthesizer() -
Uses of Synthesizer in org.languagetool.rules.fr
Methods in org.languagetool.rules.fr that return SynthesizerModifier and TypeMethodDescriptionprotected SynthesizerFindSuggestionsFilter.getSynthesizer()protected SynthesizerFrenchRepeatedWordsRule.getSynthesizer() -
Uses of Synthesizer in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as SynthesizerMethods in org.languagetool.rules.patterns that return 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.rules.uk
Fields in org.languagetool.rules.uk declared as SynthesizerModifier and TypeFieldDescriptionprivate final SynthesizerTokenAgreementAdjNounRule.synthesizerprivate final SynthesizerTokenAgreementNumrNounRule.synthesizerprivate final SynthesizerTokenAgreementPrepNounRule.synthesizerprivate final SynthesizerTokenAgreementVerbNounRule.synthesizer -
Uses of Synthesizer in org.languagetool.synthesis
Classes in org.languagetool.synthesis that implement SynthesizerModifier and TypeClassDescriptionclassclassFrench word form synthesizer.classGerman word form synthesizer. -
Uses of Synthesizer in org.languagetool.synthesis.ar
Classes in org.languagetool.synthesis.ar that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.ca
Classes in org.languagetool.synthesis.ca that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.crh
Classes in org.languagetool.synthesis.crh that implement SynthesizerModifier and TypeClassDescriptionclassCrimean Tatar word form synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.el
Classes in org.languagetool.synthesis.el that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.en
Classes in org.languagetool.synthesis.en that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.es
Classes in org.languagetool.synthesis.es that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.ga
Classes in org.languagetool.synthesis.ga that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.gl
Classes in org.languagetool.synthesis.gl that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.it
Classes in org.languagetool.synthesis.it that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.nl
Classes in org.languagetool.synthesis.nl that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.pl
Classes in org.languagetool.synthesis.pl that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.pt
Classes in org.languagetool.synthesis.pt that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.ro
Classes in org.languagetool.synthesis.ro that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.ru
Classes in org.languagetool.synthesis.ru that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.sk
Classes in org.languagetool.synthesis.sk that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.sv
Classes in org.languagetool.synthesis.sv that implement Synthesizer -
Uses of Synthesizer in org.languagetool.synthesis.uk
Classes in org.languagetool.synthesis.uk that implement Synthesizer