opennlp.tools.cmdline
Class BasicCmdLineTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by 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!


Constructor Summary
BasicCmdLineTool()
           
 
Method Summary
abstract  void run(String[] args)
          Executes the tool with the given parameters.
 
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
getBasicHelp, getBasicHelp, getHelp, getName, getShortDescription, hasParams, validateAndParseParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCmdLineTool

public BasicCmdLineTool()
Method Detail

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.