Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.egothor.stemmer Classes and Interfaces - 12 results found.
| Name | Description | Type | Package | Framework |
| Compile | The Compile class is used to compile a stemmer table. | Class | org.egothor.stemmer | Apache Lucene |
|
| Diff | The Diff object generates a patch string. | Class | org.egothor.stemmer | Apache Lucene |
|
| DiffIt | | Class | org.egothor.stemmer | Apache Lucene |
|
| Gener | The Gener object helps in the discarding of nodes which break the reduction effort and defend the structure against large reductions. | Class | org.egothor.stemmer | Apache Lucene |
|
| Lift | The Lift class is a data structure that is a variation of a Patricia trie. | Class | org.egothor.stemmer | Apache Lucene |
|
| MultiTrie | The MultiTrie is a Trie of Tries. | Class | org.egothor.stemmer | Apache Lucene |
|
| MultiTrie2 | The MultiTrie is a Trie of Tries. | Class | org.egothor.stemmer | Apache Lucene |
|
| Optimizer | The Optimizer class is a Trie that will be reduced (have empty rows removed). | Class | org.egothor.stemmer | Apache Lucene |
|
| Optimizer2 | The Optimizer class is a Trie that will be reduced (have empty rows removed). | Class | org.egothor.stemmer | Apache Lucene |
|
| Reduce | The Reduce object is used to remove gaps in a Trie which stores a dictionary. | Class | org.egothor.stemmer | Apache Lucene |
|
| Row | The Row class represents a row in a matrix representation of a trie. | Class | org.egothor.stemmer | Apache Lucene |
|
| Trie | A Trie is used to store a dictionary of words and their stems. | Class | org.egothor.stemmer | Apache Lucene |