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 default 
LanguageSample-centric implementation of AbstractEvaluatorTool
 that prints to an output stream.- See Also:
- 
- AbstractEvaluatorTool
- LanguageDetectorEvaluatorTool.EvalToolParams
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidExecutes the tool with the given parameters.Methods inherited from class opennlp.tools.cmdline.AbstractTypedParamToolgetHelpMethods inherited from class opennlp.tools.cmdline.TypedCmdLineToolgetHelpMethods inherited from class opennlp.tools.cmdline.CmdLineToolgetName, hasParams
- 
Constructor Details- 
LanguageDetectorEvaluatorToolpublic LanguageDetectorEvaluatorTool()
 
- 
- 
Method Details- 
getShortDescription- Overrides:
- getShortDescriptionin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves a short description of what the tool does
 
- 
runDescription copied from class:opennlp.tools.cmdline.TypedCmdLineToolExecutes the tool with the given parameters.- Overrides:
- runin class- opennlp.tools.cmdline.AbstractEvaluatorTool<LanguageSample,- opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluatorTool.EvalToolParams> 
- Parameters:
- format- format to work with
- args- command line arguments
 
 
-