edu.stanford.nlp.parser.oldparser
Class NullEdgeOutsideEstimator

java.lang.Object
  |
  +--edu.stanford.nlp.parser.oldparser.NullEdgeOutsideEstimator
All Implemented Interfaces:
EdgeOutsideEstimator

public class NullEdgeOutsideEstimator
extends Object
implements EdgeOutsideEstimator

Null Edge Outside Estimator Gives the trivial estimate (zero) for all edges.


Constructor Summary
NullEdgeOutsideEstimator()
           
 
Method Summary
 double estimate(Edge e, Sentence s)
          Gives the trivial outside estimate (zero).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEdgeOutsideEstimator

public NullEdgeOutsideEstimator()
Method Detail

estimate

public double estimate(Edge e,
                       Sentence s)
Gives the trivial outside estimate (zero).

Specified by:
estimate in interface EdgeOutsideEstimator
Parameters:
e - The edge to estimate.
s - The sentence context.


Stanford NLP Group