Package opennlp.tools.cmdline.lemmatizer
Class LemmatizerTrainerTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.TypedCmdLineTool<T,P>
opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
opennlp.tools.cmdline.AbstractEvaluatorTool<T,P>
opennlp.tools.cmdline.AbstractTrainerTool<LemmaSample,opennlp.tools.cmdline.lemmatizer.LemmatizerTrainerTool.TrainerToolParams>
opennlp.tools.cmdline.lemmatizer.LemmatizerTrainerTool
public class LemmatizerTrainerTool
extends opennlp.tools.cmdline.AbstractTrainerTool<LemmaSample,opennlp.tools.cmdline.lemmatizer.LemmatizerTrainerTool.TrainerToolParams>
-
Constructor Summary
-
Method Summary
Methods inherited from class opennlp.tools.cmdline.AbstractTypedParamTool
getHelp
Methods inherited from class opennlp.tools.cmdline.TypedCmdLineTool
getHelp
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
hasParams
-
Constructor Details
-
LemmatizerTrainerTool
public LemmatizerTrainerTool()
-
-
Method Details
-
getName
- Overrides:
getName
in classopennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves the name of the command line tool. The name (used as command) must not contain white spaces.
-
getShortDescription
- Overrides:
getShortDescription
in classopennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves a short description of what the tool does
-
run
Description copied from class:opennlp.tools.cmdline.TypedCmdLineTool
Executes the tool with the given parameters.- Overrides:
run
in classopennlp.tools.cmdline.AbstractEvaluatorTool<LemmaSample,
opennlp.tools.cmdline.lemmatizer.LemmatizerTrainerTool.TrainerToolParams> - Parameters:
format
- format to work withargs
- command line arguments
-