opennlp.tools.cmdline.chunker
Class ChunkerEvaluatorTool

java.lang.Object
  extended by opennlp.tools.cmdline.chunker.ChunkerEvaluatorTool
All Implemented Interfaces:
CmdLineTool

public final class ChunkerEvaluatorTool
extends java.lang.Object
implements CmdLineTool


Constructor Summary
ChunkerEvaluatorTool()
           
 
Method Summary
 java.lang.String getHelp()
          Retrieves a description on how to use the tool.
 java.lang.String getName()
          Retrieves the name of the training data tool.
 java.lang.String getShortDescription()
          Retrieves a short description of what the tool does.
 void run(java.lang.String[] args)
          Executes the tool with the given parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkerEvaluatorTool

public ChunkerEvaluatorTool()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: CmdLineTool
Retrieves the name of the training data tool. The name (used as command) must not contain white spaces.

Specified by:
getName in interface CmdLineTool
Returns:
the name of the command line tool

getShortDescription

public java.lang.String getShortDescription()
Description copied from interface: CmdLineTool
Retrieves a short description of what the tool does.

Specified by:
getShortDescription in interface CmdLineTool
Returns:

getHelp

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

Specified by:
getHelp in interface CmdLineTool
Returns:

run

public void run(java.lang.String[] args)
Description copied from interface: CmdLineTool
Executes the tool with the given parameters.

Specified by:
run in interface CmdLineTool


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