| Package | Description |
|---|---|
| org.apache.lucene.analysis.hunspell |
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it. |
| Class and Description |
|---|
| DictEntries
An object representing homonym dictionary entries.
|
| Dictionary
In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.
|
| SuggestionTimeoutException
An exception thrown when
Hunspell.suggest(java.lang.String) call takes too long, if TimeoutPolicy.THROW_EXCEPTION is used. |
| TimeoutPolicy
A strategy determining what to do when Hunspell API calls take too much time
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.