public class LemmatizerTrainerTool extends opennlp.tools.cmdline.AbstractTrainerTool<LemmaSample,opennlp.tools.cmdline.lemmatizer.LemmatizerTrainerTool.TrainerToolParams>
| Constructor and Description | 
|---|
LemmatizerTrainerTool()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Retrieves the name of the training data tool. 
 | 
String | 
getShortDescription()
Retrieves a short description of what the tool does. 
 | 
void | 
run(String format,
   String[] args)
Executes the tool with the given parameters. 
 | 
public String getName()
opennlp.tools.cmdline.CmdLineToolgetName in class opennlp.tools.cmdline.CmdLineToolpublic String getShortDescription()
opennlp.tools.cmdline.CmdLineToolgetShortDescription in class opennlp.tools.cmdline.CmdLineToolpublic void run(String format, String[] args)
opennlp.tools.cmdline.TypedCmdLineToolrun in class opennlp.tools.cmdline.AbstractEvaluatorTool<LemmaSample,opennlp.tools.cmdline.lemmatizer.LemmatizerTrainerTool.TrainerToolParams>format - format to work withargs - command line argumentsCopyright © 2021 The Apache Software Foundation. All rights reserved.