| Package | Description |
|---|---|
| org.languagetool | |
| org.languagetool.rules | |
| org.languagetool.tools |
| Modifier and Type | Method and Description |
|---|---|
LinguServices |
UserConfig.getLinguServices() |
| Constructor and Description |
|---|
UserConfig(List<String> userSpecificSpellerWords,
List<Rule> userSpecificRules,
Map<String,Integer> ruleValues,
int maxSpellingSuggestions,
Long premiumUid,
String userDictName,
Long userDictCacheSize,
LinguServices linguServices,
boolean filterDictionaryMatches,
String abTest,
Long textSessionId,
boolean hidePremiumMatches) |
UserConfig(List<String> userSpecificSpellerWords,
Map<String,Integer> ruleValues,
int maxSpellingSuggestions,
Long premiumUid,
String userDictName,
Long userDictCacheSize,
LinguServices linguServices) |
UserConfig(Map<String,Integer> ruleValues,
LinguServices linguServices) |
| Modifier and Type | Field and Description |
|---|---|
protected LinguServices |
AbstractCompoundRule.linguServices |
protected LinguServices |
AbstractStyleRepeatedWordRule.linguServices |
| Modifier and Type | Method and Description |
|---|---|
static LinguServices |
Tools.getLinguisticServices()
since 5.7
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Tools.setLinguisticServices(LinguServices ls)
set linguistic services (only to introduce external speller for LT)
since 5.7
|