edu.stanford.nlp.stats
Interface ObservationScorer


public interface ObservationScorer

scoring interface for discrete observations


Method Summary
 double score(Observation obs)
          Return the score for an observation
 

Method Detail

score

public double score(Observation obs)
Return the score for an observation

Parameters:
obs - The observation to score
Returns:
the score of the observation


Stanford NLP Group