|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopennlp.tools.cmdline.parser.CheckModelUpdaterTool
public final class CheckModelUpdaterTool
| Constructor Summary | |
|---|---|
CheckModelUpdaterTool()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHelp()
Retrieves a description on how to use the tool. |
java.lang.String |
getName()
Retrieves the name of the training data tool. |
java.lang.String |
getShortDescription()
Retrieves a short description of what the tool does. |
void |
run(java.lang.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 CheckModelUpdaterTool()
| Method Detail |
|---|
public java.lang.String getName()
CmdLineTool
public java.lang.String getShortDescription()
CmdLineTool
protected ParserModel trainAndUpdate(ParserModel originalModel,
ObjectStream<Parse> parseSamples,
BasicTrainingParameters parameters)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getHelp()
CmdLineTool
getHelp in interface CmdLineToolpublic final void run(java.lang.String[] args)
CmdLineTool
run in interface CmdLineTool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||