Package opennlp.tools.cmdline.namefind
Class TokenNameFinderEvaluatorTool
- java.lang.Object
-
- opennlp.tools.cmdline.CmdLineTool
-
- opennlp.tools.cmdline.TypedCmdLineTool<T>
-
- opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
-
- opennlp.tools.cmdline.AbstractEvaluatorTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderEvaluatorTool.EvalToolParams>
-
- opennlp.tools.cmdline.namefind.TokenNameFinderEvaluatorTool
-
public final class TokenNameFinderEvaluatorTool extends opennlp.tools.cmdline.AbstractEvaluatorTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderEvaluatorTool.EvalToolParams>
-
-
Constructor Summary
Constructors Constructor Description TokenNameFinderEvaluatorTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
Retrieves a short description of what the tool does.void
run(String format, String[] args)
Executes the tool with the given parameters.
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Description copied from class:opennlp.tools.cmdline.CmdLineTool
Retrieves a short description of what the tool does.- Overrides:
getShortDescription
in classopennlp.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 classopennlp.tools.cmdline.AbstractEvaluatorTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderEvaluatorTool.EvalToolParams>
- Parameters:
format
- format to work withargs
- command line arguments
-
-