Class | Description |
---|---|
CachingWordListLoader |
Helper to load text files from classpath.
|
CommonFileTypes | |
ForeignLanguageChecker | |
RuleWithLanguage | |
SpellingCheckRule |
An abstract rule for spellchecking rules.
|
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
|
VagueSpellChecker |
A spell checker that's fast but not guaranteed to always agree with the
"real" spell checker used in LT.
|