Package opennlp.tools.cmdline.sentdetect
Class SentenceDetectorEvaluatorTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.TypedCmdLineTool<T,P>
opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
opennlp.tools.cmdline.AbstractEvaluatorTool<SentenceSample,opennlp.tools.cmdline.sentdetect.SentenceDetectorEvaluatorTool.EvalToolParams>
opennlp.tools.cmdline.sentdetect.SentenceDetectorEvaluatorTool
public final class SentenceDetectorEvaluatorTool
extends opennlp.tools.cmdline.AbstractEvaluatorTool<SentenceSample,opennlp.tools.cmdline.sentdetect.SentenceDetectorEvaluatorTool.EvalToolParams>
A default
SentenceSample
-centric implementation of AbstractEvaluatorTool
that prints to an output stream.- See Also:
-
AbstractEvaluatorTool
SentenceDetectorEvaluatorTool.EvalToolParams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes the tool with the given parameters.Methods inherited from class opennlp.tools.cmdline.AbstractTypedParamTool
getHelp
Methods inherited from class opennlp.tools.cmdline.TypedCmdLineTool
getHelp
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
getName, hasParams
-
Constructor Details
-
SentenceDetectorEvaluatorTool
public SentenceDetectorEvaluatorTool()
-
-
Method Details
-
getShortDescription
- Overrides:
getShortDescription
in classopennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves a short description of what the tool does
-
run
Description copied from class:opennlp.tools.cmdline.TypedCmdLineTool
Executes the tool with the given parameters.- Overrides:
run
in classopennlp.tools.cmdline.AbstractEvaluatorTool<SentenceSample,
opennlp.tools.cmdline.sentdetect.SentenceDetectorEvaluatorTool.EvalToolParams> - Parameters:
format
- format to work withargs
- command line arguments
-