Uses of Class
org.languagetool.rules.spelling.SpellingCheckRule
-
Packages that use SpellingCheckRule Package Description org.languagetool.rules.spelling org.languagetool.rules.spelling.hunspell org.languagetool.rules.spelling.morfologik -
-
Uses of SpellingCheckRule in org.languagetool.rules.spelling
Subclasses of SpellingCheckRule in org.languagetool.rules.spelling Modifier and Type Class Description class
SymSpellRule
spell checking using SymSpell algorithm, implementation from https://github.com/Lundez/JavaSymSpell in org.languagetool.rules.spelling.symspell.implementation potential faster alternative to Morfologik, especially in generating suggestions -
Uses of SpellingCheckRule in org.languagetool.rules.spelling.hunspell
Subclasses of SpellingCheckRule in org.languagetool.rules.spelling.hunspell Modifier and Type Class Description class
CompoundAwareHunspellRule
A spell checker that combines Hunspell und Morfologik spell checking to support compound words and offer fast suggestions for some misspelled compound words.class
HunspellNoSuggestionRule
LikeHunspellRule
, but does not offer suggestions for incorrect words as that is very slow with Hunspell.class
HunspellRule
A hunspell-based spellchecking-rule. -
Uses of SpellingCheckRule in org.languagetool.rules.spelling.morfologik
Subclasses of SpellingCheckRule in org.languagetool.rules.spelling.morfologik Modifier and Type Class Description class
MorfologikSpellerRule
-