Uses of Class
org.apache.lucene.analysis.hunspell.HunspellWord

Packages that use HunspellWord
org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm. 
 

Uses of HunspellWord in org.apache.lucene.analysis.hunspell
 

Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type HunspellWord
 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-2014 Apache Software Foundation. All Rights Reserved.