Package opennlp.tools.cmdline.tokenizer
Class SimpleTokenizerTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.BasicCmdLineTool
opennlp.tools.cmdline.tokenizer.SimpleTokenizerTool
public final class SimpleTokenizerTool
extends opennlp.tools.cmdline.BasicCmdLineTool
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class opennlp.tools.cmdline.CmdLineToolgetName
- 
Constructor Details- 
SimpleTokenizerToolpublic SimpleTokenizerTool()
 
- 
- 
Method Details- 
getShortDescription- Overrides:
- getShortDescriptionin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves a short description of what the tool does
 
- 
getHelp- Specified by:
- getHelpin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves a description on how to use the tool
 
- 
hasParamspublic boolean hasParams()- Overrides:
- hasParamsin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves whether the tool has any command line params
 
- 
runDescription copied from class:opennlp.tools.cmdline.BasicCmdLineToolExecutes the tool with the given parameters.- Specified by:
- runin class- opennlp.tools.cmdline.BasicCmdLineTool
- Parameters:
- args- arguments
 
 
-