Uses of Class
org.languagetool.GlobalConfig
-
Packages that use GlobalConfig Package Description org.languagetool -
-
Uses of GlobalConfig in org.languagetool
Methods in org.languagetool with parameters of type GlobalConfig Modifier and Type Method Description 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 GlobalConfig 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.
-