Package opennlp.tools.cmdline.sentdetect
Class SentenceDetectorTrainerTool
- 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<SentenceSample,opennlp.tools.cmdline.sentdetect.SentenceDetectorTrainerTool.TrainerToolParams>
- 
- opennlp.tools.cmdline.sentdetect.SentenceDetectorTrainerTool
 
 
 
 
 
 
- 
 public final class SentenceDetectorTrainerTool extends opennlp.tools.cmdline.AbstractTrainerTool<SentenceSample,opennlp.tools.cmdline.sentdetect.SentenceDetectorTrainerTool.TrainerToolParams> 
- 
- 
Constructor SummaryConstructors Constructor Description SentenceDetectorTrainerTool()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetShortDescription()voidrun(String format, String[] args)Executes the tool with the given parameters.
 
- 
- 
- 
Method Detail- 
getShortDescriptionpublic String getShortDescription() - Overrides:
- getShortDescriptionin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves a short description of what the tool does
 
 - 
runpublic void run(String format, String[] args) Description copied from class:opennlp.tools.cmdline.TypedCmdLineToolExecutes the tool with the given parameters.- Overrides:
- runin class- opennlp.tools.cmdline.AbstractEvaluatorTool<SentenceSample,opennlp.tools.cmdline.sentdetect.SentenceDetectorTrainerTool.TrainerToolParams>
- Parameters:
- format- format to work with
- args- command line arguments
 
 
- 
 
-