| 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. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Hunspell.suggest(String word) |
List<String> |
Hunspell.suggest(String word,
long timeLimitMs) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.