Package org.languagetool.rules.spelling.hunspell
-
Interface Summary Interface Description HunspellLibrary Functions from $hunspell/src/hunspell/hunspell.h The Hunspell java bindings are licensed under the same terms as Hunspell itself (GPL/LGPL/MPL tri-license), see the file COPYING.txt in the root of the distribution for the exact terms. -
Class Summary Class Description CompoundAwareHunspellRule A spell checker that combines Hunspell und Morfologik spell checking to support compound words and offer fast suggestions for some misspelled compound words.Hunspell The simple hunspell library frontend which takes care of creating and singleton'ing the library instance (no need to load it more than once per process).HunspellNoSuggestionRule LikeHunspellRule
, but does not offer suggestions for incorrect words as that is very slow with Hunspell.HunspellRule A hunspell-based spellchecking-rule.