edu.washington.cs.knowitall.util
Class CommandLineReVerb

java.lang.Object
  extended by edu.washington.cs.knowitall.util.CommandLineReVerb

public class CommandLineReVerb
extends Object

A command line wrapper for ReVerbExtractor. Run with -h to see the usage information.

Author:
afader

Constructor Summary
CommandLineReVerb(org.apache.commons.cli.CommandLine params)
           
 
Method Summary
static void main(String[] args)
           
 void runExtractor()
           
static void usage(org.apache.commons.cli.Options options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineReVerb

public CommandLineReVerb(org.apache.commons.cli.CommandLine params)
                  throws ExtractorException
Throws:
ExtractorException
Method Detail

main

public static void main(String[] args)
                 throws ExtractorException
Throws:
ExtractorException

usage

public static void usage(org.apache.commons.cli.Options options)

runExtractor

public void runExtractor()
                  throws IOException,
                         ExtractorException
Throws:
IOException
ExtractorException


Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.