edu.stanford.nlp.util
Interface Scored

All Known Subinterfaces:
Rule
All Known Implementing Classes:
Constituent, DFSA, DFSARule, DFSAState, DFSATransition, Edge, ScoredObject, ScoredPair, SimpleRule, Traversal, Tree

public interface Scored

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


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