edu.washington.cs.knowitall.extractor.conf
Class ReVerbDataSetCreator

java.lang.Object
  extended by edu.washington.cs.knowitall.extractor.conf.ReVerbDataSetCreator

public class ReVerbDataSetCreator
extends java.lang.Object

Used to create a labeled data set using the ReVerb extractions from a given file. See the documentation for LabeledBinaryExtractionReader for details on the output format.

Author:
afader

Constructor Summary
ReVerbDataSetCreator()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs ReVerb on the given file (the first argument), and writes the output to the given target file (the second argument).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReVerbDataSetCreator

public ReVerbDataSetCreator()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Runs ReVerb on the given file (the first argument), and writes the output to the given target file (the second argument). If the first argument is "-", then reads the data from standard input.

Parameters:
args -
Throws:
java.lang.Exception