Class ChunkerTrainerTool


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

      • ChunkerTrainerTool

        public ChunkerTrainerTool()
    • Method Detail

      • getName

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

        public String getShortDescription()
        Description copied from class: opennlp.tools.cmdline.CmdLineTool
        Retrieves a short description of what the tool does.
        Overrides:
        getShortDescription in class opennlp.tools.cmdline.CmdLineTool
        Returns:
        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