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. |
Constructor and Description |
---|
Hunspell(Dictionary dictionary) |
Hunspell(Dictionary dictionary,
TimeoutPolicy policy,
Runnable checkCanceled) |
HunspellStemFilter(TokenStream input,
Dictionary dictionary)
Create a
HunspellStemFilter outputting all possible stems. |
HunspellStemFilter(TokenStream input,
Dictionary dictionary,
boolean dedup)
Create a
HunspellStemFilter outputting all possible stems. |
HunspellStemFilter(TokenStream input,
Dictionary dictionary,
boolean dedup,
boolean longestOnly)
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided
Dictionary
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.