edu.stanford.nlp.tagger.maxent
Class TagInference

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

public class TagInference
extends Object


Constructor Summary
TagInference()
           
 
Method Summary
 int[] bestSequence(edu.stanford.nlp.tagger.maxent.TagScorer ts)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagInference

public TagInference()
Method Detail

main

public static void main(String[] args)

bestSequence

public int[] bestSequence(edu.stanford.nlp.tagger.maxent.TagScorer ts)


Stanford NLP Group