Searched defs:Trie (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/analyzers/stempel/src/java/org/egothor/stemmer/
H A DTrie.java64 * A Trie is used to store a dictionary of words and their stems.
69 * for which a Trie is constructed.
71 public class Trie { class
79 * Constructor for the Trie object.
84 public Trie(DataInput is) throws IOException { method in class:Trie
96 * Constructor for the Trie object.
100 public Trie(boolean forward) { method in class:Trie
107 * Constructor for the Trie object.
113 * @param rows a Vector of Vectors. Each inner Vector is a node of this Trie
115 public Trie(boolea method in class:Trie
[all...]

Completed in 27 milliseconds