opennlp.tools.cmdline.chunker
Class ChunkerEvaluatorTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.TypedCmdLineTool<T>
opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
opennlp.tools.cmdline.AbstractEvaluatorTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerEvaluatorTool.EvalToolParams>
opennlp.tools.cmdline.chunker.ChunkerEvaluatorTool
public final class ChunkerEvaluatorTool
- extends AbstractEvaluatorTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerEvaluatorTool.EvalToolParams>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChunkerEvaluatorTool
public ChunkerEvaluatorTool()
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
run
public void run(String format,
String[] args)
- Description copied from class:
TypedCmdLineTool
- Executes the tool with the given parameters.
- Overrides:
run
in class AbstractEvaluatorTool<ChunkSample,opennlp.tools.cmdline.chunker.ChunkerEvaluatorTool.EvalToolParams>
- Parameters:
format
- format to work withargs
- command line arguments
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.