edu.stanford.nlp.parser.oldparser
Interface EdgeOutsideEstimator

All Known Implementing Classes:
NullEdgeOutsideEstimator

public interface EdgeOutsideEstimator

Edge Outside Estimator Interface for giving outside Viterbi estimates for edges.


Method Summary
 double estimate(Edge e, Sentence s)
          Gives an estimate of the cost of a best parse of s containing e, excluding the cost below e.
 

Method Detail

estimate

public double estimate(Edge e,
                       Sentence s)
Gives an estimate of the cost of a best parse of s containing e, excluding the cost below e.

Parameters:
e - The edge to estimate.
s - The sentence context.


Stanford NLP Group