Uses of Class
org.languagetool.LinguServices
-
Packages that use LinguServices Package Description org.languagetool -
-
Uses of LinguServices in org.languagetool
Methods in org.languagetool that return LinguServices Modifier and Type Method Description LinguServices
UserConfig. getLinguServices()
Constructors in org.languagetool with parameters of type LinguServices Constructor Description UserConfig(List<String> userSpecificSpellerWords, Map<String,Integer> ruleValues, int maxSpellingSuggestions, String userDictName, LinguServices linguServices)
UserConfig(List<String> userSpecificSpellerWords, Map<String,Integer> ruleValues, int maxSpellingSuggestions, String userDictName, LinguServices linguServices, boolean filterDictionaryMatches)
UserConfig(Map<String,Integer> ruleValues, LinguServices linguServices)
-