Package opennlp.tools.cmdline.parser
Class BuildModelUpdaterTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.TypedCmdLineTool<T,P>
opennlp.tools.cmdline.AbstractTypedParamTool<Parse,opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams>
opennlp.tools.cmdline.parser.BuildModelUpdaterTool
public final class BuildModelUpdaterTool
extends opennlp.tools.cmdline.AbstractTypedParamTool<Parse,opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Executes the tool with the given parameters.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
getName, hasParams
-
Constructor Details
-
BuildModelUpdaterTool
public BuildModelUpdaterTool()
-
-
Method Details
-
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.- Specified by:
run
in classopennlp.tools.cmdline.TypedCmdLineTool<Parse,
opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams> - Parameters:
format
- format to work withargs
- command line arguments
-