MaltParser 1.0.1

org.maltparser.core.symbol.trie
Class TrieEntry

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

public class TrieEntry
extends Object

Since:
1.0
Author:
Johan Hall

Constructor Summary
TrieEntry(int code, boolean known)
           
 
Method Summary
 Integer getCode()
           
 boolean isKnown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrieEntry

public TrieEntry(int code,
                 boolean known)
Method Detail

getCode

public Integer getCode()

isKnown

public boolean isKnown()

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.