edu.stanford.nlp.tagger.maxent
Class PairsHolder
java.lang.Object
edu.stanford.nlp.tagger.maxent.PairsHolder
public class PairsHolder
- extends Object
A simple class that maintains a list of WordTag pairs which are interned
as they are added. This stores a tagged corpus.
- Author:
- Kristina Toutanova
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PairsHolder
public PairsHolder()
getSize
public int getSize()
release
public void release()
save
public void save(String filename)
read
public void read(String filename)
Stanford NLP Group