edu.stanford.nlp.tagger.maxent
Class OutputTags
java.lang.Object
edu.stanford.nlp.tagger.maxent.OutputTags
public class OutputTags
- extends Object
This is an array of max 3 tags with probabilities for them, that the taggers have output.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputTags
public OutputTags()
OutputTags
public OutputTags(String in,
boolean probs)
getTag
public String getTag()
Stanford NLP Group