Uses of Class
org.languagetool.JLanguageTool
-
Packages that use JLanguageTool Package Description org.languagetool org.languagetool.tools -
-
Uses of JLanguageTool in org.languagetool
Subclasses of JLanguageTool in org.languagetool Modifier and Type Class Description class
MultiThreadedJLanguageTool
A variant ofJLanguageTool
that uses several threads for rule matching. -
Uses of JLanguageTool in org.languagetool.tools
Methods in org.languagetool.tools with parameters of type JLanguageTool Modifier and Type Method Description static List<RuleMatch>
Tools. 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)
-