Uses of Class
anl.aida.core.DocumentID

Packages that use DocumentID
anl.aida.core   
anl.aida.score   
 

Uses of DocumentID in anl.aida.core
 

Fields in anl.aida.core declared as DocumentID
private  DocumentID MIFSDocument.id
           
 

Fields in anl.aida.core with type parameters of type DocumentID
private  java.util.List<DocumentID> DocumentIterable.docs
           
 

Methods in anl.aida.core that return DocumentID
 DocumentID MIFSDocument.getId()
           
 

Constructor parameters in anl.aida.core with type arguments of type DocumentID
DocumentIterable(ScoredTermsCollection stc, java.util.List<DocumentID> docs)
           
 

Uses of DocumentID in anl.aida.score
 

Methods in anl.aida.score with parameters of type DocumentID
 boolean TermScoreFilter.evaluate(java.lang.String term, DocumentID id)
          Evaluates the term and document.
 boolean ScorerThresholdFilter.evaluate(java.lang.String term, DocumentID id)
          Evaluates the term and document.
 boolean OccurrenceFilter.evaluate(java.lang.String term, DocumentID id)
          Evaluates the term and document to see if the term occurs in the document.
 float TFScorer.getScore(java.lang.String term, DocumentID id)
          Gets the term frequency for the specified term w/r to the specified document.
 float TFIDFScorer.getScore(java.lang.String term, DocumentID id)
          Gets the tf/idf score for the specified term w/r to the specified document.
 float SVScorer.getScore(java.lang.String term, DocumentID id)
          Gets the term frequency for the specified term w/r to the specified document.
 float Scorer.getScore(java.lang.String term, DocumentID id)
          Gets a score for the specified term w/r to the specified document.