edu.cmu.minorthird.util
Interface CommandLineProcessor.Configurable

All Known Implementing Classes:
ApplyAnnotator, DebugMixup, EditLabels, Expt, LabeledDirectory, OnlineLearner, PreprocessTextForClassifier, PreprocessTextForExtractor, Recommended.HMMTokenFE, Recommended.MultitokenSpanFE, Recommended.TokenFE, RunMixup, Test.DataClassificationTask, TestClassifier, TestExtractor, TestMultiClassifier, Train.DataClassificationTask, TrainClassifier, TrainExtractor, TrainMultiClassifier, TrainTest.DataClassificationTask, TrainTestClassifier, TrainTestExtractor, TrainTestMultiClassifier, TrainTestTagger, UI.DataClassificationTask, UIMain
Enclosing interface:
CommandLineProcessor

public static interface CommandLineProcessor.Configurable

Interface for objects that can be configured with command-line arguments. Configuration for x is done by calling x.getCLP().processArgs(ags).


Method Summary
 CommandLineProcessor getCLP()
          Produce a command-line processor that configures this object.
 

Method Detail

getCLP

CommandLineProcessor getCLP()
Produce a command-line processor that configures this object.