edu.cmu.minorthird.text
Class SpanDifference.Invoker

java.lang.Object
  extended by edu.cmu.minorthird.util.BasicCommandLineProcessor
      extended by edu.cmu.minorthird.text.SpanDifference.Invoker
All Implemented Interfaces:
CommandLineProcessor, Saveable
Enclosing class:
SpanDifference

public static class SpanDifference.Invoker
extends BasicCommandLineProcessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.cmu.minorthird.util.CommandLineProcessor
CommandLineProcessor.Configurable
 
Field Summary
 java.lang.String actualType
           
 java.lang.String predictedType
           
 TextLabels textLabels
           
 
Constructor Summary
SpanDifference.Invoker()
           
 
Method Summary
 void actual(java.lang.String s)
           
 void labels(java.lang.String s)
           
 void predicted(java.lang.String s)
           
 
Methods inherited from class edu.cmu.minorthird.util.BasicCommandLineProcessor
config, config, consumeArguments, getExtensionFor, getFormatNames, help, main, processArguments, propertyList, propertyValue, restore, saveAs, shouldTerminate, tryToGetCLP, usage, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textLabels

public TextLabels textLabels

predictedType

public java.lang.String predictedType

actualType

public java.lang.String actualType
Constructor Detail

SpanDifference.Invoker

public SpanDifference.Invoker()
Method Detail

labels

public void labels(java.lang.String s)

predicted

public void predicted(java.lang.String s)

actual

public void actual(java.lang.String s)