Package opennlp.tools.cmdline.parser
Class BuildModelUpdaterTool
- java.lang.Object
-
- opennlp.tools.cmdline.CmdLineTool
-
- opennlp.tools.cmdline.TypedCmdLineTool<T>
-
- 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
Constructors Constructor Description BuildModelUpdaterTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
Retrieves a short description of what the tool does.void
run(String format, String[] args)
Executes the tool with the given parameters.
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Description copied from class:opennlp.tools.cmdline.CmdLineTool
Retrieves a short description of what the tool does.- Overrides:
getShortDescription
in classopennlp.tools.cmdline.CmdLineTool
- Returns:
- a short description of what the tool does
-
run
public final void run(String format, String[] args)
Description copied from class:opennlp.tools.cmdline.TypedCmdLineTool
Executes the tool with the given parameters.- Specified by:
run
in classopennlp.tools.cmdline.TypedCmdLineTool<Parse>
- Parameters:
format
- format to work withargs
- command line arguments
-
-