Package opennlp.tools.cmdline.chunker
Class ChunkerMETool
- java.lang.Object
-
- opennlp.tools.cmdline.CmdLineTool
-
- opennlp.tools.cmdline.BasicCmdLineTool
-
- opennlp.tools.cmdline.chunker.ChunkerMETool
-
public class ChunkerMETool extends opennlp.tools.cmdline.BasicCmdLineTool
-
-
Constructor Summary
Constructors Constructor Description ChunkerMETool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHelp()Retrieves a description on how to use the tool.StringgetShortDescription()Retrieves a short description of what the tool does.voidrun(String[] args)Executes the tool with the given parameters.
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Description copied from class:opennlp.tools.cmdline.CmdLineToolRetrieves a short description of what the tool does.- Overrides:
getShortDescriptionin classopennlp.tools.cmdline.CmdLineTool- Returns:
- a short description of what the tool does
-
getHelp
public String getHelp()
Description copied from class:opennlp.tools.cmdline.CmdLineToolRetrieves a description on how to use the tool.- Specified by:
getHelpin classopennlp.tools.cmdline.CmdLineTool- Returns:
- a description on how to use the tool
-
run
public void run(String[] args)
Description copied from class:opennlp.tools.cmdline.BasicCmdLineToolExecutes the tool with the given parameters.- Specified by:
runin classopennlp.tools.cmdline.BasicCmdLineTool- Parameters:
args- arguments
-
-