Uses of Class
org.languagetool.GlobalConfig
Packages that use GlobalConfig
-
Uses of GlobalConfig in org.languagetool
Methods in org.languagetool with parameters of type GlobalConfigModifier and TypeMethodDescriptionJLanguageTool.getAllBuiltinRules
(Language language, ResourceBundle messages, UserConfig userConfig, GlobalConfig globalConfig) 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 GlobalConfigModifierConstructorDescriptionJLanguageTool
(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.