opennlp.tools.cmdline.parser
Class CheckModelUpdaterTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by opennlp.tools.cmdline.TypedCmdLineTool<T>
          extended by opennlp.tools.cmdline.AbstractTypedParamTool<Parse,opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams>
              extended by opennlp.tools.cmdline.parser.CheckModelUpdaterTool

public final class CheckModelUpdaterTool
extends AbstractTypedParamTool<Parse,opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams>


Field Summary
 
Fields inherited from class opennlp.tools.cmdline.AbstractTypedParamTool
paramsClass
 
Fields inherited from class opennlp.tools.cmdline.TypedCmdLineTool
type
 
Constructor Summary
CheckModelUpdaterTool()
           
 
Method Summary
 String getShortDescription()
          Retrieves a short description of what the tool does.
 void run(String format, String[] args)
          Executes the tool with the given parameters.
protected  ParserModel trainAndUpdate(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters)
           
 
Methods inherited from class opennlp.tools.cmdline.AbstractTypedParamTool
getHelp
 
Methods inherited from class opennlp.tools.cmdline.TypedCmdLineTool
getBasicHelp, getHelp, getStreamFactory, validateAllArgs, validateFactoryArgs
 
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
getBasicHelp, getName, hasParams, validateAndParseParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckModelUpdaterTool

public CheckModelUpdaterTool()
Method Detail

getShortDescription

public String getShortDescription()
Description copied from class: CmdLineTool
Retrieves a short description of what the tool does.

Overrides:
getShortDescription in class CmdLineTool
Returns:
a short description of what the tool does

trainAndUpdate

protected ParserModel trainAndUpdate(ParserModel originalModel,
                                     ObjectStream<Parse> parseSamples,
                                     opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters)
                              throws IOException
Throws:
IOException

run

public final void run(String format,
                      String[] args)
Description copied from class: TypedCmdLineTool
Executes the tool with the given parameters.

Specified by:
run in class TypedCmdLineTool<Parse>
Parameters:
format - format to work with
args - command line arguments


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.