Package opennlp.tools.cmdline.langdetect
Class LanguageDetectorEvaluatorTool
- java.lang.Object
-
- opennlp.tools.cmdline.CmdLineTool
-
- opennlp.tools.cmdline.TypedCmdLineTool<T,P>
-
- opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
-
- opennlp.tools.cmdline.AbstractEvaluatorTool<LanguageSample,opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluatorTool.EvalToolParams>
-
- opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluatorTool
-
public final class LanguageDetectorEvaluatorTool extends opennlp.tools.cmdline.AbstractEvaluatorTool<LanguageSample,opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluatorTool.EvalToolParams>
A defaultLanguageSample
-centric implementation ofAbstractEvaluatorTool
that prints to an output stream.- See Also:
AbstractEvaluatorTool
,LanguageDetectorEvaluatorTool.EvalToolParams
-
-
Constructor Summary
Constructors Constructor Description LanguageDetectorEvaluatorTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
void
run(String format, String[] args)
Executes the tool with the given parameters.
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
- Overrides:
getShortDescription
in classopennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves 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<LanguageSample,opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluatorTool.EvalToolParams>
- Parameters:
format
- format to work withargs
- command line arguments
-
-