Package opennlp.tools.cmdline.chunker
Class ChunkerCrossValidatorTool
- java.lang.Object
-
- opennlp.tools.cmdline.CmdLineTool
-
- opennlp.tools.cmdline.TypedCmdLineTool<T>
-
- opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
-
- opennlp.tools.cmdline.AbstractEvaluatorTool<T,P>
-
- opennlp.tools.cmdline.AbstractTrainerTool<T,P>
-
- opennlp.tools.cmdline.AbstractCrossValidatorTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerCrossValidatorTool.CVToolParams>
-
- opennlp.tools.cmdline.chunker.ChunkerCrossValidatorTool
-
public final class ChunkerCrossValidatorTool extends opennlp.tools.cmdline.AbstractCrossValidatorTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerCrossValidatorTool.CVToolParams>
-
-
Constructor Summary
Constructors Constructor Description ChunkerCrossValidatorTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
Retrieves a short description of what the tool does.void
run(String format, String[] args)
Executes the tool with the given parameters.
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Description copied from class:opennlp.tools.cmdline.CmdLineTool
Retrieves a short description of what the tool does.- Overrides:
getShortDescription
in classopennlp.tools.cmdline.CmdLineTool
- Returns:
- a short description of what the tool does
-
run
public void run(String format, String[] args)
Description copied from class:opennlp.tools.cmdline.TypedCmdLineTool
Executes the tool with the given parameters.- Overrides:
run
in classopennlp.tools.cmdline.AbstractEvaluatorTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerCrossValidatorTool.CVToolParams>
- Parameters:
format
- format to work withargs
- command line arguments
-
-