| Package | Description |
|---|---|
| org.languagetool | |
| org.languagetool.rules.spelling | |
| org.languagetool.rules.spelling.hunspell | |
| org.languagetool.rules.spelling.morfologik |
| Modifier and Type | Method and Description |
|---|---|
protected SpellingCheckRule |
Language.createDefaultSpellingRule(ResourceBundle messages) |
SpellingCheckRule |
Language.getDefaultSpellingRule()
Retrieve default spelling rule for this language
Useful for rules to implement suppression of misspelled suggestions
|
SpellingCheckRule |
Language.getDefaultSpellingRule(ResourceBundle messages)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpellingCheckRule> |
JLanguageTool.getAllSpellingCheckRules()
Get all spelling check rules for the current language that are built-in or
that have been added using
JLanguageTool.addRule(Rule). |
| Modifier and Type | Class and 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundAwareHunspellRule
A spell checker that combines Hunspell and Morfologik spell checking
to support compound words and offer fast suggestions for some misspelled
compound words.
|
class |
HunspellNoSuggestionRule
Like
HunspellRule, but does not offer suggestions for incorrect words
as that is very slow with Hunspell. |
class |
HunspellRule
A hunspell-based spellchecking-rule.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MorfologikSpellerRule |