Uses of Class
org.languagetool.JLanguageTool
Packages that use JLanguageTool
Package
Description
-
Uses of JLanguageTool in org.languagetool
Subclasses of JLanguageTool in org.languagetoolModifier and TypeClassDescriptionclassA variant ofJLanguageToolthat uses several threads for rule matching.Fields in org.languagetool with type parameters of type JLanguageToolModifier and TypeFieldDescriptionprivate static final Map<Class<Language>, JLanguageTool> Language.languagetoolInstancesMethods in org.languagetool that return JLanguageToolModifier and TypeMethodDescriptionLanguage.createDefaultJLanguageTool()Create a shared instance of JLanguageTool to use in rules for further processing Instances are shared by Language As this is a shared instance, do not modify (add or remove) any rules or filters. -
Uses of JLanguageTool in org.languagetool.gui
Methods in org.languagetool.gui with parameters of type JLanguageToolModifier and TypeMethodDescriptionstatic voidTools.configureFromRules(JLanguageTool lt, Configuration config) -
Uses of JLanguageTool in org.languagetool.remote
Fields in org.languagetool.remote declared as JLanguageToolModifier and TypeFieldDescription(package private) static JLanguageToolArtificialErrorEval.localLt -
Uses of JLanguageTool in org.languagetool.rules
Fields in org.languagetool.rules declared as JLanguageToolModifier and TypeFieldDescriptionprotected final JLanguageToolRemoteRule.ltprivate final JLanguageToolSuggestionFilter.lt -
Uses of JLanguageTool in org.languagetool.rules.de
Fields in org.languagetool.rules.de declared as JLanguageTool -
Uses of JLanguageTool in org.languagetool.rules.fr
Methods in org.languagetool.rules.fr with parameters of type JLanguageToolModifier and TypeMethodDescriptionprivate booleanWordWithDeterminerFilter.suggestionHasNoErrors(String newSuggestion, JLanguageTool lt) -
Uses of JLanguageTool in org.languagetool.server
Subclasses of JLanguageTool in org.languagetool.serverModifier and TypeClassDescription(package private) classWrapper for JLanguageTool instances that can be made immutable.Methods in org.languagetool.server with parameters of type JLanguageToolModifier and TypeMethodDescriptionprivate voidPipelinePool.configureFromGUI(JLanguageTool lt, Language lang) private voidPipelinePool.configureFromRulesFile(JLanguageTool lt, Language lang) default voidAbTestService.configureLTForTreatment(List<String> abTest, JLanguageTool lt, Language lang, TextChecker.QueryParams params, UserConfig userConfig) This allows reconfiguring JLanguageTool instances based on the abtest parameter -
Uses of JLanguageTool in org.languagetool.tools
Methods in org.languagetool.tools with parameters of type JLanguageToolModifier and TypeMethodDescriptionTools.checkBitext(String src, String trg, JLanguageTool srcLt, JLanguageTool trgLt, List<BitextRule> bRules) Checks the bilingual input (bitext).static StringTools.correctText(String contents, JLanguageTool lt) Automatically applies suggestions to the text, as suggested by the rules that match.static intTools.profileRulesOnLine(String contents, JLanguageTool lt, Rule rule) static voidTools.selectRules(JLanguageTool lt, List<String> disabledRuleIds, List<String> enabledRuleIds, boolean useEnabledOnly) Enable and disable rules of the given LanguageTool instance.static voidTools.selectRules(JLanguageTool lt, Set<CategoryId> disabledCategories, Set<CategoryId> enabledCategories, Set<String> disabledRules, Set<String> enabledRules, boolean useEnabledOnly, boolean enableTempOff)