Uses of Interface
anl.aida.score.TermScoreFilter

Packages that use TermScoreFilter
anl.aida.score   
 

Uses of TermScoreFilter in anl.aida.score
 

Classes in anl.aida.score that implement TermScoreFilter
 class OccurrenceFilter
          TermScoreFilter implemenation that passes a document if the term occurs in the document.
 class ScorerThresholdFilter
          TermScoreFilter that passes documents whose term score is greater than or equal to some threshold.