edu.stanford.nlp.tagger.maxent
Class OutputTags

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

public class OutputTags
extends Object


Constructor Summary
OutputTags()
           
OutputTags(String in, boolean probs)
           
 
Method Summary
 String getTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputTags

public OutputTags()

OutputTags

public OutputTags(String in,
                  boolean probs)
Method Detail

getTag

public String getTag()


Stanford NLP Group