Uses of Package
org.egothor.stemmer
-
Packages that use org.egothor.stemmer Package Description org.apache.lucene.analysis.pl Analyzer for Polish.org.apache.lucene.analysis.stempel Stempel: Algorithmic Stemmerorg.egothor.stemmer Egothor stemmer API. -
Classes in org.egothor.stemmer used by org.apache.lucene.analysis.pl Class Description Trie A Trie is used to store a dictionary of words and their stems. -
Classes in org.egothor.stemmer used by org.apache.lucene.analysis.stempel Class Description Trie A Trie is used to store a dictionary of words and their stems. -
Classes in org.egothor.stemmer used by org.egothor.stemmer Class Description MultiTrie The MultiTrie is a Trie of Tries.Optimizer The Optimizer class is a Trie that will be reduced (have empty rows removed).Reduce The Reduce object is used to remove gaps in a Trie which stores a dictionary.Row The Row class represents a row in a matrix representation of a trie.Trie A Trie is used to store a dictionary of words and their stems.