Uses of Class
edu.columbia.cs.ref.model.Sentence

Packages that use Sentence
edu.columbia.cs.ref.model   
edu.columbia.cs.ref.tool.document.splitter   
edu.columbia.cs.ref.tool.document.splitter.impl   
 

Uses of Sentence in edu.columbia.cs.ref.model
 

Methods in edu.columbia.cs.ref.model that return Sentence
 Sentence CandidateSentence.getSentence()
          This methods gets the sentence that the candidate sentence corresponds to.
 Sentence Sentence.merge(Sentence nextSentence)
          Merge.
 

Methods in edu.columbia.cs.ref.model with parameters of type Sentence
 Sentence Sentence.merge(Sentence nextSentence)
          Merge.
 void CandidateSentence.setSentence(Sentence sentence)
          This method sets the sentence that the candidate sentence corresponds to.
 

Constructors in edu.columbia.cs.ref.model with parameters of type Sentence
CandidateSentence(Sentence sentence, java.util.List<Entity> entities)
          Candidate sentence constructor.
 

Uses of Sentence in edu.columbia.cs.ref.tool.document.splitter
 

Methods in edu.columbia.cs.ref.tool.document.splitter that return Sentence
 Sentence[] SentenceSplitter.split(Document d)
          Splits the input document into sentences
 

Uses of Sentence in edu.columbia.cs.ref.tool.document.splitter.impl
 

Methods in edu.columbia.cs.ref.tool.document.splitter.impl that return Sentence
 Sentence[] OpenNLPMESplitter.split(Document d)