edu.stanford.nlp.util
Interface Scored

All Known Implementing Classes:
Constituent, LabeledConstituent, LabeledScoredTreeLeaf, LabeledScoredTreeNode, SimpleConstituent, SimpleTree, Tree, TreeGraphNode

public interface Scored

Scored: This is a simple interface that says that an object can answer requests for the score, or goodness of the object.


Method Summary
 double score()
           
 

Method Detail

score

double score()
Returns:
The score of this thing.