edu.stanford.nlp.tagger.maxent
Class CollectionTaggerOutputs.TaggerOutputHolder
java.lang.Object
edu.stanford.nlp.tagger.maxent.CollectionTaggerOutputs.TaggerOutputHolder
- Enclosing class:
- CollectionTaggerOutputs
public static class CollectionTaggerOutputs.TaggerOutputHolder
- extends Object
This class has instances for each tagger used in the tagger combination. It will contain an array of elements
- one element per token in the training/test sets.
Each element will be an array of length 3 - the top probable 3 tags with scaled probability.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionTaggerOutputs.TaggerOutputHolder
public CollectionTaggerOutputs.TaggerOutputHolder(boolean probs)
CollectionTaggerOutputs.TaggerOutputHolder
public CollectionTaggerOutputs.TaggerOutputHolder(String fileName,
boolean probs)
getTag
public String getTag(int numToken)
Stanford NLP Group