opennlp.tools.cmdline.tokenizer
Class DictionaryDetokenizerTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by opennlp.tools.cmdline.BasicCmdLineTool
          extended by opennlp.tools.cmdline.tokenizer.DictionaryDetokenizerTool

public final class DictionaryDetokenizerTool
extends BasicCmdLineTool


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

Constructor Detail

DictionaryDetokenizerTool

public DictionaryDetokenizerTool()
Method Detail

getHelp

public String getHelp()
Description copied from class: CmdLineTool
Retrieves a description on how to use the tool.

Specified by:
getHelp in class CmdLineTool
Returns:
a description on how to use the tool

run

public void run(String[] args)
Description copied from class: BasicCmdLineTool
Executes the tool with the given parameters.

Specified by:
run in class BasicCmdLineTool
Parameters:
args - arguments


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.