org.maltparser.core.symbol.trie
Class Trie
java.lang.Object
org.maltparser.core.symbol.trie.Trie
public class Trie
- extends Object
- Since:
- 1.0
- Author:
- Johan Hall
Constructor Summary |
Trie()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Trie
public Trie()
addValue
public TrieNode addValue(String value,
TrieSymbolTable table,
int code)
throws SymbolException
- Throws:
SymbolException
getValue
public String getValue(TrieNode node,
TrieSymbolTable table)
getEntry
public TrieEntry getEntry(String value,
TrieSymbolTable table)
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.