edu.cmu.minorthird.ui
Class CommandLineUtil.OnlineSignalParams

java.lang.Object
  extended by edu.cmu.minorthird.util.BasicCommandLineProcessor
      extended by edu.cmu.minorthird.ui.CommandLineUtil.OnlineSignalParams
All Implemented Interfaces:
CommandLineProcessor, Saveable
Enclosing class:
CommandLineUtil

public static class CommandLineUtil.OnlineSignalParams
extends BasicCommandLineProcessor

Parameters encoding the 'training signal' for extraction learning.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.cmu.minorthird.util.CommandLineProcessor
CommandLineProcessor.Configurable
 
Field Summary
 java.lang.String spanType
           
 java.lang.String spanTypeHelp
           
 
Constructor Summary
CommandLineUtil.OnlineSignalParams()
          Not recommended, but required for bean-shell like visualization
CommandLineUtil.OnlineSignalParams(CommandLineUtil.OnlineBaseParams base)
           
 
Method Summary
 java.lang.String getOutputType(java.lang.String output)
           
 java.lang.String getSpanType()
           
 java.lang.String getSpanTypeHelp()
           
 void setSpanType(java.lang.String t)
           
 void spanType(java.lang.String s)
           
 void usage()
          Override this to print a meaningful usage error.
 
Methods inherited from class edu.cmu.minorthird.util.BasicCommandLineProcessor
config, config, consumeArguments, getExtensionFor, getFormatNames, help, main, processArguments, propertyList, propertyValue, restore, saveAs, shouldTerminate, tryToGetCLP, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spanType

public java.lang.String spanType

spanTypeHelp

public java.lang.String spanTypeHelp
Constructor Detail

CommandLineUtil.OnlineSignalParams

public CommandLineUtil.OnlineSignalParams()
Not recommended, but required for bean-shell like visualization


CommandLineUtil.OnlineSignalParams

public CommandLineUtil.OnlineSignalParams(CommandLineUtil.OnlineBaseParams base)
Method Detail

spanType

public void spanType(java.lang.String s)

getOutputType

public java.lang.String getOutputType(java.lang.String output)

usage

public void usage()
Description copied from class: BasicCommandLineProcessor
Override this to print a meaningful usage error. Default will list all commands other than 'usage', 'help', 'getX', and 'setX'.

Specified by:
usage in interface CommandLineProcessor
Overrides:
usage in class BasicCommandLineProcessor

getSpanType

public java.lang.String getSpanType()

setSpanType

public void setSpanType(java.lang.String t)

getSpanTypeHelp

public java.lang.String getSpanTypeHelp()