anl.aida.score
Interface TermScoreFilter

All Known Implementing Classes:
OccurrenceFilter, ScorerThresholdFilter

public interface TermScoreFilter

Filters documents based on the term score for that Document.


Method Summary
 boolean evaluate(java.lang.String term, DocumentID id)
          Evaluates the term and document.
 

Method Detail

evaluate

boolean evaluate(java.lang.String term,
                 DocumentID id)
Evaluates the term and document.

Parameters:
term - the term to evaluate against
id - the id of the document to evaluate
Returns:
true if the document passes the filter w/r to the specified term, otherwise false.