Uses of Class
anl.aida.score.AbstractSTCScorer

Packages that use AbstractSTCScorer
anl.aida.score   
 

Uses of AbstractSTCScorer in anl.aida.score
 

Subclasses of AbstractSTCScorer in anl.aida.score
 class TFIDFScorer
          Scorer that returns the tf/idf score for a term in a document.
 class TFScorer
          Scorer that returns the term frequency for a term in a document.