Package | Description |
---|---|
org.languagetool | |
org.languagetool.openoffice | |
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,
List<String> abTest,
Long textSessionId,
boolean hidePremiumMatches,
List<String> preferredLanguages) |
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 | Class and Description |
---|---|
class |
LinguisticServices
Class to handle information from linguistic services of LibreOffice/OpenOffice
|
Modifier and Type | Field and Description |
---|---|
protected LinguServices |
AbstractStyleRepeatedWordRule.linguServices |
protected LinguServices |
AbstractCompoundRule.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
|