Uses of Class
org.languagetool.UserConfig
-
-
Uses of UserConfig in org.languagetool
Methods in org.languagetool with parameters of type UserConfig Modifier and Type Method Description List<Rule>
Language. getRelevantLanguageModelCapableRules(ResourceBundle messages, @Nullable LanguageModel languageModel, UserConfig userConfig, Language motherTongue, List<Language> altLanguages)
Get a list of rules that can optionally use aLanguageModel
.abstract List<Rule>
Language. getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language motherTongue, List<Language> altLanguages)
Get the rules classes that should run for texts in this language.List<Rule>
Language. getRelevantRulesGlobalConfig(ResourceBundle messages, GlobalConfig globalConfig, UserConfig userConfig, Language motherTongue, List<Language> altLanguages)
Get the rules classes that should run for texts in this language.Constructors in org.languagetool with parameters of type UserConfig Constructor Description JLanguageTool(Language language, List<Language> altLanguages, Language motherTongue, ResultCache cache, GlobalConfig globalConfig, UserConfig userConfig)
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.JLanguageTool(Language language, Language motherTongue, ResultCache cache, UserConfig userConfig)
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.JLanguageTool(Language language, ResultCache cache, UserConfig userConfig)
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.MultiThreadedJLanguageTool(Language language, Language motherTongue, int threadPoolSize, UserConfig userConfig)
MultiThreadedJLanguageTool(Language language, Language motherTongue, UserConfig userConfig)
-
Uses of UserConfig in org.languagetool.noop
Methods in org.languagetool.noop with parameters of type UserConfig Modifier and Type Method Description List<Rule>
NoopLanguage. getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language motherTongue, List<Language> altLanguages)
-
Uses of UserConfig in org.languagetool.rules
Constructors in org.languagetool.rules with parameters of type UserConfig Constructor Description AbstractFillerWordsRule(ResourceBundle messages, Language lang, UserConfig userConfig)
AbstractFillerWordsRule(ResourceBundle messages, Language lang, UserConfig userConfig, boolean defaultActive)
AbstractStyleRepeatedWordRule(ResourceBundle messages, Language lang, UserConfig userConfig)
DictionaryMatchFilter(UserConfig userConfig)
LongParagraphRule(ResourceBundle messages, Language lang, UserConfig userConfig)
LongParagraphRule(ResourceBundle messages, Language lang, UserConfig userConfig, int defaultWords)
LongParagraphRule(ResourceBundle messages, Language lang, UserConfig userConfig, int defaultWords, boolean defaultActive)
LongSentenceRule(ResourceBundle messages, UserConfig userConfig)
Creates a rule with default values can be overwritten by configuration settingsLongSentenceRule(ResourceBundle messages, UserConfig userConfig, int defaultWords)
Creates a rule with default inactiveLongSentenceRule(ResourceBundle messages, UserConfig userConfig, int defaultWords, boolean defaultActive)
ReadabilityRule(ResourceBundle messages, Language lang, UserConfig userConfig, boolean tooEasyTest)
ReadabilityRule(ResourceBundle messages, Language lang, UserConfig userConfig, boolean tooEasyTest, boolean defaultOn)
ReadabilityRule(ResourceBundle messages, Language lang, UserConfig userConfig, boolean tooEasyTest, int level)
ReadabilityRule(ResourceBundle messages, Language lang, UserConfig userConfig, boolean tooEasyTest, int level, boolean defaultOn)
-
Uses of UserConfig in org.languagetool.rules.spelling
Methods in org.languagetool.rules.spelling with parameters of type UserConfig Modifier and Type Method Description protected static @Nullable SymSpell
SymSpellRule. initUserDictSpeller(UserConfig config)
Constructors in org.languagetool.rules.spelling with parameters of type UserConfig Constructor Description SpellingCheckRule(ResourceBundle messages, Language language, UserConfig userConfig)
SpellingCheckRule(ResourceBundle messages, Language language, UserConfig userConfig, List<Language> altLanguages)
SpellingCheckRule(ResourceBundle messages, Language language, UserConfig userConfig, List<Language> altLanguages, @Nullable LanguageModel languageModel)
SymSpellRule(ResourceBundle messages, Language language, UserConfig userConfig)
SymSpellRule(ResourceBundle messages, Language language, UserConfig userConfig, List<Language> altLanguages)
SymSpellRule(ResourceBundle messages, Language language, UserConfig userConfig, List<Language> altLanguages, @Nullable LanguageModel languageModel)
-
Uses of UserConfig in org.languagetool.rules.spelling.hunspell
-
Uses of UserConfig in org.languagetool.rules.spelling.morfologik
Constructors in org.languagetool.rules.spelling.morfologik with parameters of type UserConfig Constructor Description MorfologikMultiSpeller(String binaryDictPath, List<String> plainTextPaths, String languageVariantPlainTextPath, UserConfig userConfig, int maxEditDistance)
MorfologikSpellerRule(ResourceBundle messages, Language language, UserConfig userConfig)
MorfologikSpellerRule(ResourceBundle messages, Language language, UserConfig userConfig, List<Language> altLanguages)
MorfologikSpellerRule(ResourceBundle messages, Language language, UserConfig userConfig, List<Language> altLanguages, LanguageModel languageModel)
-