Package opennlp.tools.stemmer
package opennlp.tools.stemmer
-
ClassesClassDescriptionA
Stemmerthat memoizes word-to-stem mappings in a bounded per-thread LRU cache.AStemmer, implementing the Porter Stemming AlgorithmA thread-safe factory forPorterStemmerinstances.AStemmerthat is safe to share across threads by routing each call to a per-thread delegate minted from aStemmerFactory.