Package | Description |
---|---|
org.egothor.parser.filter |
This package defines objects that filter tokens.
|
org.egothor.stemmer |
This package does not contain a solid JAVA documentation.
|
Class and Description |
---|
Trie
A Trie is used to store a dictionary of words and their stems.
|
Class and 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.
|
Copyright © 2016 Egothor. All Rights Reserved.