edu.stanford.nlp.tagger.maxent
Class HistoryTable

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.HistoryTable

public class HistoryTable
extends Object


Constructor Summary
HistoryTable()
           
HistoryTable(int capacity)
           
 
Method Summary
 int add(History h)
           
 boolean contains(History h)
           
 History getHistory(int index)
           
 int getIndex(History h)
           
static void main(String[] args)
           
 int put(History h)
           
 void read(String filename)
           
 void release()
           
 void save(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryTable

public HistoryTable()

HistoryTable

public HistoryTable(int capacity)
Method Detail

release

public void release()

add

public int add(History h)

put

public int put(History h)

getHistory

public History getHistory(int index)

getIndex

public int getIndex(History h)

contains

public boolean contains(History h)

save

public void save(String filename)

read

public void read(String filename)

main

public static void main(String[] args)


Stanford NLP Group