Uses of Class
tc.TCTerm

Packages that use TCTerm
tc   
 

Uses of TCTerm in tc
 

Methods in tc with parameters of type TCTerm
 void TCDocument.removeTerm(TCTerm term)
          Removes the term out of this document (forever!)
 void TCCorpus.removeTerm(TCTerm term)
          removes the given term (recursively, i.e., in every category and in every document)
 void TCCategory.removeTerm(TCTerm term)
          remove the given term in the category and in all documents belonging to the category (recursive) (NOT USED ANYWHERE)