| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrieNode | |
|---|---|
| org.maltparser.core.symbol.trie | Provides classes for handling different kinds of symbols as trie data structure. | 
| Uses of TrieNode in org.maltparser.core.symbol.trie | 
|---|
| Methods in org.maltparser.core.symbol.trie that return TrieNode | |
|---|---|
|  TrieNode | Trie.addValue(StringBuilder symbol,
                 TrieSymbolTable table,
                 int code) | 
|  TrieNode | Trie.addValue(String value,
                 TrieSymbolTable table,
                 int code) | 
|  TrieNode | TrieNode.getChild(char c)Returns the child node that corresponds to the character | 
|  TrieNode | TrieNode.getOrAddChild(boolean isWord,
                           char c,
                           TrieSymbolTable table,
                           int code)Adds and/or retrieve a child trie node. | 
|  TrieNode | TrieNode.getParent()Returns the parent node | 
| Methods in org.maltparser.core.symbol.trie that return types with arguments of type TrieNode | |
|---|---|
|  SortedMap<Integer,TrieNode> | TrieSymbolTable.getCodeTable() | 
| Methods in org.maltparser.core.symbol.trie with parameters of type TrieNode | |
|---|---|
|  String | Trie.getValue(TrieNode node,
                 TrieSymbolTable table) | 
| Constructors in org.maltparser.core.symbol.trie with parameters of type TrieNode | |
|---|---|
| TrieNode(char character,
                 TrieNode parent)Constructs a trie node | |
| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||