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