Class ChunkerTrainerTool

java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.TypedCmdLineTool<T,P>
opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
opennlp.tools.cmdline.AbstractEvaluatorTool<T,P>
opennlp.tools.cmdline.AbstractTrainerTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerTrainerTool.TrainerToolParams>
opennlp.tools.cmdline.chunker.ChunkerTrainerTool

public class ChunkerTrainerTool extends opennlp.tools.cmdline.AbstractTrainerTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerTrainerTool.TrainerToolParams>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    run(String format, String[] args)
    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

    hasParams

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChunkerTrainerTool

      public ChunkerTrainerTool()
  • Method Details

    • getName

      public String getName()
      Overrides:
      getName in class opennlp.tools.cmdline.CmdLineTool
      Returns:
      Retrieves the name of the command line tool. The name (used as command) must not contain white spaces.
    • getShortDescription

      public String getShortDescription()
      Overrides:
      getShortDescription in class opennlp.tools.cmdline.CmdLineTool
      Returns:
      Retrieves a short description of what the tool does
    • run

      public void run(String format, String[] args)
      Description copied from class: opennlp.tools.cmdline.TypedCmdLineTool
      Executes the tool with the given parameters.
      Overrides:
      run in class opennlp.tools.cmdline.AbstractEvaluatorTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerTrainerTool.TrainerToolParams>
      Parameters:
      format - format to work with
      args - command line arguments