edu.cmu.minorthird.ui
Class PreprocessTextForExtractor
java.lang.Object
edu.cmu.minorthird.ui.UIMain
edu.cmu.minorthird.ui.PreprocessTextForClassifier
edu.cmu.minorthird.ui.PreprocessTextForExtractor
- All Implemented Interfaces:
- CommandLineProcessor.Configurable, Console.Task
public class PreprocessTextForExtractor
- extends PreprocessTextForClassifier
Preprocess extraction text data for sequential learning methods.
- Author:
- William Cohen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
historySize
protected int historySize
reduction
protected Extraction2TaggingReduction reduction
PreprocessTextForExtractor
public PreprocessTextForExtractor()
usage
public void usage()
getCLP
public CommandLineProcessor getCLP()
- Description copied from interface:
CommandLineProcessor.Configurable
- Produce a command-line processor that configures this object.
- Specified by:
getCLP
in interface CommandLineProcessor.Configurable
- Overrides:
getCLP
in class PreprocessTextForClassifier
getHistorySize
public int getHistorySize()
setHistorySize
public void setHistorySize(int n)
getReduction
public Extraction2TaggingReduction getReduction()
setReduction
public void setReduction(Extraction2TaggingReduction r)
doMain
public void doMain()
- Description copied from class:
UIMain
- Do the main action, after setting all parameters.
- Specified by:
doMain
in interface Console.Task
- Overrides:
doMain
in class PreprocessTextForClassifier
main
public static void main(java.lang.String[] args)