edu.washington.cs.knowitall.extractor.conf
Class ReVerbDataSetCreator
java.lang.Object
edu.washington.cs.knowitall.extractor.conf.ReVerbDataSetCreator
public class ReVerbDataSetCreator
- extends 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
|
Method Summary |
static void |
main(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 |
ReVerbDataSetCreator
public ReVerbDataSetCreator()
main
public static void main(String[] args)
throws 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:
Exception
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.