org.maltparser.core.symbol.trie
Class TrieEntry
java.lang.Object
org.maltparser.core.symbol.trie.TrieEntry
public class TrieEntry
- extends Object
- Since:
- 1.0
- Author:
- Johan Hall
Constructor Summary |
TrieEntry(int code,
boolean known)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrieEntry
public TrieEntry(int code,
boolean known)
getCode
public Integer getCode()
isKnown
public boolean isKnown()
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.