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 private java.util.List<Rule>
JLanguageTool. getAllBuiltinRules(Language language, java.util.ResourceBundle messages, UserConfig userConfig, GlobalConfig globalConfig)
java.util.List<Rule>
Language. getRelevantRulesGlobalConfig(java.util.ResourceBundle messages, GlobalConfig globalConfig, UserConfig userConfig, Language motherTongue, java.util.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, java.util.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.
-