| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopennlp.tools.cmdline.parser.BuildModelUpdaterTool
public final class BuildModelUpdaterTool
| Constructor Summary | |
|---|---|
| BuildModelUpdaterTool() | |
| Method Summary | |
|---|---|
|  String | getHelp()Retrieves a description on how to use the tool. | 
|  String | getName()Retrieves the name of the training data tool. | 
|  String | getShortDescription()Retrieves a short description of what the tool does. | 
|  void | run(String[] args)Executes the tool with the given parameters. | 
| protected  ParserModel | trainAndUpdate(ParserModel originalModel,
               ObjectStream<Parse> parseSamples,
               BasicTrainingParameters parameters) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BuildModelUpdaterTool()
| Method Detail | 
|---|
public String getName()
CmdLineTool
public String getShortDescription()
CmdLineTool
protected ParserModel trainAndUpdate(ParserModel originalModel,
                                     ObjectStream<Parse> parseSamples,
                                     BasicTrainingParameters parameters)
                              throws IOException
IOExceptionpublic String getHelp()
CmdLineTool
getHelp in interface CmdLineToolpublic final void run(String[] args)
CmdLineTool
run in interface CmdLineTool| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||