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 Summary
Constructors - 
Method Summary
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
getName, hasParams 
- 
Constructor Details
- 
DictionaryDetokenizerTool
public DictionaryDetokenizerTool() 
 - 
 - 
Method Details
- 
getShortDescription
- Overrides:
 getShortDescriptionin classopennlp.tools.cmdline.CmdLineTool- Returns:
 - Retrieves a short description of what the tool does
 
 - 
getHelp
- Specified by:
 getHelpin classopennlp.tools.cmdline.CmdLineTool- Returns:
 - Retrieves a description on how to use the tool
 
 - 
run
Description copied from class:opennlp.tools.cmdline.BasicCmdLineToolExecutes the tool with the given parameters.- Specified by:
 runin classopennlp.tools.cmdline.BasicCmdLineTool- Parameters:
 args- arguments
 
 -