Package anl.aida.score

Interface Summary
Scorer Interface for classes that can score a term w/r to a document.
TermScoreFilter Filters documents based on the term score for that Document.
 

Class Summary
AbstractSTCScorer Abstract base class for scorers that use an STC.
OccurrenceFilter TermScoreFilter implemenation that passes a document if the term occurs in the document.
ScorerThresholdFilter TermScoreFilter that passes documents whose term score is greater than or equal to some threshold.
SVScorer Scorer that returns the semantic vector similarity score for a term w/r to a document.
TFIDFScorer Scorer that returns the tf/idf score for a term in a document.
TFScorer Scorer that returns the term frequency for a term in a document.