Package opennlp.tools.cmdline.chunker
Class ChunkerTrainerTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.TypedCmdLineTool<T,P>
 
opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
 
opennlp.tools.cmdline.AbstractEvaluatorTool<T,P>
 
opennlp.tools.cmdline.AbstractTrainerTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerTrainerTool.TrainerToolParams>
 
opennlp.tools.cmdline.chunker.ChunkerTrainerTool
public class ChunkerTrainerTool
extends opennlp.tools.cmdline.AbstractTrainerTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerTrainerTool.TrainerToolParams> 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class opennlp.tools.cmdline.AbstractTypedParamTool
getHelpMethods inherited from class opennlp.tools.cmdline.TypedCmdLineTool
getHelpMethods inherited from class opennlp.tools.cmdline.CmdLineTool
hasParams 
- 
Constructor Details
- 
ChunkerTrainerTool
public ChunkerTrainerTool() 
 - 
 - 
Method Details
- 
getName
- Overrides:
 getNamein classopennlp.tools.cmdline.CmdLineTool- Returns:
 - Retrieves the name of the command line tool. The name (used as command) must not contain white spaces.
 
 - 
getShortDescription
- Overrides:
 getShortDescriptionin classopennlp.tools.cmdline.CmdLineTool- Returns:
 - Retrieves a short description of what the tool does
 
 - 
run
Description copied from class:opennlp.tools.cmdline.TypedCmdLineToolExecutes the tool with the given parameters.- Overrides:
 runin classopennlp.tools.cmdline.AbstractEvaluatorTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerTrainerTool.TrainerToolParams> - Parameters:
 format- format to work withargs- command line arguments
 
 -