edu.stanford.nlp.parser.lexparser
Class EvalbFormatWriter

java.lang.Object
  extended by edu.stanford.nlp.parser.lexparser.EvalbFormatWriter

public class EvalbFormatWriter
extends Object


Constructor Summary
EvalbFormatWriter()
           
 
Method Summary
static void closeEVALBfiles()
           
static void initEVALBfiles(TreebankLangParserParams tlpParams)
           
static void writeEVALBline(Tree gold, Tree test)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvalbFormatWriter

public EvalbFormatWriter()
Method Detail

initEVALBfiles

public static void initEVALBfiles(TreebankLangParserParams tlpParams)

closeEVALBfiles

public static void closeEVALBfiles()

writeEVALBline

public static void writeEVALBline(Tree gold,
                                  Tree test)


Stanford NLP Group