Package | Description |
---|---|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
Modifier and Type | Method | Description |
---|---|---|
List<HunspellWord> |
HunspellDictionary.lookupWord(char[] word,
int offset,
int length) |
Looks up HunspellWords that match the String created from the given char array, offset and length
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.