Package opennlp.tools.cmdline.doccat
Class DoccatEvaluatorTool
- java.lang.Object
- 
- opennlp.tools.cmdline.CmdLineTool
- 
- opennlp.tools.cmdline.TypedCmdLineTool<T>
- 
- opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
- 
- opennlp.tools.cmdline.AbstractEvaluatorTool<DocumentSample,opennlp.tools.cmdline.doccat.DoccatEvaluatorTool.EvalToolParams>
- 
- opennlp.tools.cmdline.doccat.DoccatEvaluatorTool
 
 
 
 
 
- 
 public final class DoccatEvaluatorTool extends opennlp.tools.cmdline.AbstractEvaluatorTool<DocumentSample,opennlp.tools.cmdline.doccat.DoccatEvaluatorTool.EvalToolParams> 
- 
- 
Constructor SummaryConstructors Constructor Description DoccatEvaluatorTool()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetShortDescription()Retrieves a short description of what the tool does.voidrun(String format, String[] args)Executes the tool with the given parameters.
 
- 
- 
- 
Method Detail- 
getShortDescriptionpublic String getShortDescription() Description copied from class:opennlp.tools.cmdline.CmdLineToolRetrieves a short description of what the tool does.- Overrides:
- getShortDescriptionin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- a short description of what the tool does
 
 - 
runpublic void run(String format, String[] args) Description copied from class:opennlp.tools.cmdline.TypedCmdLineToolExecutes the tool with the given parameters.- Overrides:
- runin class- opennlp.tools.cmdline.AbstractEvaluatorTool<DocumentSample,opennlp.tools.cmdline.doccat.DoccatEvaluatorTool.EvalToolParams>
- Parameters:
- format- format to work with
- args- command line arguments
 
 
- 
 
-