Uses of Class
edu.mit.csail.brill.Sentence

Uses of Sentence in edu.mit.csail.brill
 

Methods in edu.mit.csail.brill that return Sentence
 edu.mit.csail.brill.Sentence BrillTagger.tag(String sentence)
          Part-of-speech tags a sentence.
 edu.mit.csail.brill.Sentence TaggedToken.getSentence()
          Returns the sentence to which this token belongs.
 

Methods in edu.mit.csail.brill with parameters of type Sentence
 boolean Sentence.equals(edu.mit.csail.brill.Sentence s)
           
 void TaggedToken.setSentence(edu.mit.csail.brill.Sentence s)
          Sets the sentence to which this token belongs.
 

Constructors in edu.mit.csail.brill with parameters of type Sentence
TaggedToken(String s, String pos, edu.mit.csail.brill.Sentence sent, int i)
          Constructs a tagged token.