com.aliasi.util
Interface Scored

All Known Subinterfaces:
Chunk
All Known Implementing Classes:
ChunkAndCharSeq, Dendrogram, DictionaryEntry, LeafDendrogram, LinkDendrogram, ScoredObject, ScoredTagging

public interface Scored

The Scored interface should be implemented by objects that return a double-valued score. There is a simple score comparator, and scored objects are the natural wrappers of other objects in priority queues.

Since:
LingPipe2.0
Version:
4.0.0
Author:
Bob Carpenter

Method Summary
 double score()
          Returns the score for this object.
 

Method Detail

score

double score()
Returns the score for this object.

Returns:
The score for this object.