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

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

public class TestCorefByType
extends java.lang.Object

This program tests the Emnlp8 classifier on ACE 2004 testing data, splitting up the results by mention type.

Usage

   java edu.illinois.cs.cogcomp.lbj.coref.TestCorefByType <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

A table of B3 precision, recall, and F1 measures of the classifier's predictions is produced on STDOUT.


Constructor Summary
TestCorefByType()
           
 
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

TestCorefByType

public TestCorefByType()
Method Detail

main

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