Uses of Class
org.languagetool.LinguServices
Packages that use LinguServices
Package
Description
-
Uses of LinguServices in org.languagetool
Fields in org.languagetool declared as LinguServicesMethods in org.languagetool that return LinguServicesConstructors in org.languagetool with parameters of type LinguServicesModifierConstructorDescriptionUserConfig(List<String> userSpecificSpellerWords, List<Rule> userSpecificRules, Map<String, Object[]> ruleValues, int maxSpellingSuggestions, Long premiumUid, String userDictName, Long userDictCacheSize, LinguServices linguServices, boolean filterDictionaryMatches, List<String> abTest, Long textSessionId, boolean hidePremiumMatches, List<String> preferredLanguages) UserConfig(List<String> userSpecificSpellerWords, List<Rule> userSpecificRules, Map<String, Object[]> ruleValues, int maxSpellingSuggestions, Long premiumUid, String userDictName, Long userDictCacheSize, LinguServices linguServices, boolean filterDictionaryMatches, List<String> abTest, Long textSessionId, boolean hidePremiumMatches, List<String> preferredLanguages, boolean trustedSource, boolean optInThirdPartyAI, boolean isPremium) UserConfig(List<String> userSpecificSpellerWords, Map<String, Object[]> ruleValues, int maxSpellingSuggestions, Long premiumUid, String userDictName, Long userDictCacheSize, LinguServices linguServices) UserConfig(Map<String, Object[]> ruleValues, LinguServices linguServices) -
Uses of LinguServices in org.languagetool.rules
Fields in org.languagetool.rules declared as LinguServicesModifier and TypeFieldDescriptionprotected final LinguServicesAbstractCompoundRule.linguServicesprotected final LinguServicesAbstractStyleRepeatedWordRule.linguServicesprivate final LinguServicesReadabilityRule.linguServices -
Uses of LinguServices in org.languagetool.rules.de
Fields in org.languagetool.rules.de declared as LinguServicesModifier and TypeFieldDescriptionprivate final LinguServicesCompoundInfinitivRule.linguServicesprivate static LinguServicesProhibitedCompoundRule.linguServices -
Uses of LinguServices in org.languagetool.rules.en
Fields in org.languagetool.rules.en declared as LinguServices -
Uses of LinguServices in org.languagetool.tools
Fields in org.languagetool.tools declared as LinguServicesMethods in org.languagetool.tools that return LinguServicesMethods in org.languagetool.tools with parameters of type LinguServicesModifier and TypeMethodDescriptionstatic voidTools.setLinguisticServices(LinguServices ls) set linguistic services (only to introduce external speller for LT) since 5.7