Uses of Class
org.languagetool.JLanguageTool
Packages that use JLanguageTool
-
Uses of JLanguageTool in org.languagetool
Subclasses of JLanguageTool in org.languagetoolModifier and TypeClassDescriptionclass
A variant ofJLanguageTool
that uses several threads for rule matching. -
Uses of JLanguageTool in org.languagetool.rules
Fields in org.languagetool.rules declared as JLanguageTool -
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 String
Tools.correctText
(String contents, JLanguageTool lt) Automatically applies suggestions to the text, as suggested by the rules that match.static int
Tools.profileRulesOnLine
(String contents, JLanguageTool lt, Rule rule) static void
Tools.selectRules
(JLanguageTool lt, List<String> disabledRuleIds, List<String> enabledRuleIds, boolean useEnabledOnly) Enable and disable rules of the given LanguageTool instance.static void
Tools.selectRules
(JLanguageTool lt, Set<CategoryId> disabledCategories, Set<CategoryId> enabledCategories, Set<String> disabledRules, Set<String> enabledRules, boolean useEnabledOnly)