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