edu.stanford.nlp.parser.lexparser
Class AbstractEval.TaggingEval

java.lang.Object
  extended by edu.stanford.nlp.parser.lexparser.AbstractEval
      extended by edu.stanford.nlp.parser.lexparser.AbstractEval.TaggingEval
Enclosing class:
AbstractEval

public static class AbstractEval.TaggingEval
extends AbstractEval


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval
AbstractEval.CatErrorEval, AbstractEval.DependencyEval, AbstractEval.RuleErrorEval, AbstractEval.ScoreEval, AbstractEval.TaggingEval
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval
runningAverages, str
 
Constructor Summary
AbstractEval.TaggingEval(String str)
           
AbstractEval.TaggingEval(String str, boolean runningAverages, Lexicon lex)
           
AbstractEval.TaggingEval(String str, boolean runningAverages, Lexicon lex, boolean useTag)
           
 
Method Summary
 void evaluate(Tree guess, Tree gold, PrintWriter pw)
           
 
Methods inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval
display, display, evaluate, getEvalbF1, getEvalbF1Percent, getExact, getExactPercent, getNum, getSentAveF1, precision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEval.TaggingEval

public AbstractEval.TaggingEval(String str)

AbstractEval.TaggingEval

public AbstractEval.TaggingEval(String str,
                                boolean runningAverages,
                                Lexicon lex)

AbstractEval.TaggingEval

public AbstractEval.TaggingEval(String str,
                                boolean runningAverages,
                                Lexicon lex,
                                boolean useTag)
Parameters:
useTag - If true, use a special way of getting the tags out of a dependency tree, when the usual Tree code doesn't work.
Method Detail

evaluate

public void evaluate(Tree guess,
                     Tree gold,
                     PrintWriter pw)
Overrides:
evaluate in class AbstractEval


Stanford NLP Group