edu.stanford.nlp.util
Interface Scored

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

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.

Author:
Dan Klein

Method Summary
 double score()
           
 

Method Detail

score

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


Stanford NLP Group