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. |