lingscope.drivers
Class NegexDriver

java.lang.Object
  extended by lingscope.drivers.NegexDriver

public class NegexDriver
extends java.lang.Object

Runs the annotators


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

NegexDriver

public NegexDriver()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - 0 - Annotator type ("cue" or "scope") 1 - Serialized annotator file 2 - Input file 3 - Output file 4 - (boolean) does the input file contain annotated sentence (true) or not (false)