edu.illinois.cs.cogcomp.lbj.coref
Class TestCoref

java.lang.Object
  extended by edu.illinois.cs.cogcomp.lbj.coref.TestCoref

public class TestCoref
extends java.lang.Object

This program tests the Emnlp8 classifier on ACE 2004 testing data.

Usage

   java edu.illinois.cs.cogcomp.lbj.coref.TestCoref <corpus> \
                                          [<preprocessed=false>]
 

Input

<corpus> is the name (only file name; don't include a path) of a file containing a list of ACE 2004 data file names. The directory containing <corpus> as well as the directory containing the files named in <corpus> must be on the CLASSPATH. <preprocessed> should most likely be left false (the default), but can be set true if preprocessing has already been performed.

Output

Three lines of output are sent to STDOUT. They report the B3 precision, recall, and F1 measures of the classifier's predictions.


Constructor Summary
TestCoref()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCoref

public TestCoref()
Method Detail

main

public static void main(java.lang.String[] args)