Uses of Interface
anl.aida.score.Scorer

Packages that use Scorer
anl.aida.score   
 

Uses of Scorer in anl.aida.score
 

Classes in anl.aida.score that implement Scorer
 class SVScorer
          Scorer that returns the semantic vector similarity score for a term w/r to a document.
 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.
 

Fields in anl.aida.score declared as Scorer
private  Scorer ScorerThresholdFilter.scorer
           
 

Constructors in anl.aida.score with parameters of type Scorer
ScorerThresholdFilter(Scorer scorer, float threshold)