opennlp.tools.cmdline
Class BasicCmdLineTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.BasicCmdLineTool
- Direct Known Subclasses:
- CensusDictionaryCreatorTool, ChunkerMETool, CoreferencerTool, DictionaryBuilderTool, DictionaryDetokenizerTool, DoccatTool, ParserTool, POSTaggerTool, SentenceDetectorTool, SimpleTokenizerTool, TaggerModelReplacerTool, TokenizerMETool, TokenNameFinderTool
public abstract class BasicCmdLineTool
- extends CmdLineTool
A simple tool which can be executed from the command line.
Note: Do not use this class, internal use only!
Method Summary |
abstract void |
run(String[] args)
Executes the tool with the given parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicCmdLineTool
public BasicCmdLineTool()
run
public abstract void run(String[] args)
- Executes the tool with the given parameters.
- Parameters:
args
- arguments
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.