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