Package opennlp.tools.cmdline.sentdetect
Klasse SentenceDetectorEvaluatorTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.TypedCmdLineTool<SentenceSample,opennlp.tools.cmdline.sentdetect.SentenceDetectorEvaluatorTool.EvalToolParams>
opennlp.tools.cmdline.AbstractTypedParamTool<SentenceSample,opennlp.tools.cmdline.sentdetect.SentenceDetectorEvaluatorTool.EvalToolParams>
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.- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Executes the tool with the given parameters.Von Klasse geerbte Methoden opennlp.tools.cmdline.AbstractTypedParamTool
getHelp
Von Klasse geerbte Methoden opennlp.tools.cmdline.TypedCmdLineTool
getHelp
Von Klasse geerbte Methoden opennlp.tools.cmdline.CmdLineTool
getName, hasParams
-
Konstruktordetails
-
SentenceDetectorEvaluatorTool
public SentenceDetectorEvaluatorTool()
-
-
Methodendetails
-
getShortDescription
- Setzt außer Kraft:
getShortDescription
in Klasseopennlp.tools.cmdline.CmdLineTool
- Gibt zurück:
- Retrieves a short description of what the tool does
-
run
Beschreibung aus Klasse kopiert:opennlp.tools.cmdline.TypedCmdLineTool
Executes the tool with the given parameters.- Setzt außer Kraft:
run
in Klasseopennlp.tools.cmdline.AbstractEvaluatorTool<SentenceSample,
opennlp.tools.cmdline.sentdetect.SentenceDetectorEvaluatorTool.EvalToolParams> - Parameter:
format
- format to work withargs
- command line arguments
-