| 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 |
|---|---|
static TimeoutPolicy |
TimeoutPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeoutPolicy[] |
TimeoutPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Hunspell(Dictionary dictionary,
TimeoutPolicy policy,
Runnable checkCanceled) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.