anl.aida.algo
Interface ScoredKeyword

All Superinterfaces:
java.lang.Comparable<Keyword>, Keyword
All Known Implementing Classes:
DefaultConceptGenerator.ScoredKeywordImpl, DefaultScoredKeyword

public interface ScoredKeyword
extends Keyword

Associates a keyword with a a score and document count.


Method Summary
 int getDocumentCount()
          Gets the number of documents associated with this concept.
 float getScore()
          Gets this concept's score.
 
Methods inherited from interface anl.aida.client.Keyword
getLabel, getTerm
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getScore

float getScore()
Gets this concept's score.

Returns:
this concept's score.

getDocumentCount

int getDocumentCount()
Gets the number of documents associated with this concept.

Returns:
the number of documents associated with this concept.