MaltParser 1.0.1

org.maltparser.core.symbol.trie
Class Trie

java.lang.Object
  extended by org.maltparser.core.symbol.trie.Trie

public class Trie
extends Object

Since:
1.0
Author:
Johan Hall

Constructor Summary
Trie()
           
 
Method Summary
 TrieNode addValue(String value, TrieSymbolTable table, int code)
           
 TrieEntry getEntry(String value, TrieSymbolTable table)
           
 String getValue(TrieNode node, TrieSymbolTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trie

public Trie()
Method Detail

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)

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.