Uses of Class
tml.corpus.TextPassage

Packages that use TextPassage
tml.corpus Implements all the classes required for corpora management as Bags of Words, it also includes NLP for sentences. 
 

Uses of TextPassage in tml.corpus
 

Methods in tml.corpus that return types with arguments of type TextPassage
 java.util.List<TextPassage> Term.getTextPassages()
           
 

Methods in tml.corpus with parameters of type TextPassage
 void Term.addTermAppearance(TextPassage textPassage, double termFrequency)
          Adds a new TextPassage to the Term
 void Dictionary.addTerms(java.lang.String[] newTerms, int[] termFreqs, TextPassage document)
          Adds an array of Terms to the Dictionary and their frequencies.