edu.stanford.nlp.util
Interface Scored

All Known Subinterfaces:
XScored
All Known Implementing Classes:
Constituent, ScoredObject, ScoredPair, Tree

public interface Scored

Scored Author: Dan Klein Date: 12/4/00 Interface for representing a scored things

Author:
Dan Klein

Method Summary
 double score()
          Return the score of this thing
 

Method Detail

score

public double score()
Return the score of this thing



Stanford NLP Group