Package opennlp.tools.cmdline.sentdetect
Class SentenceDetectorConverterTool
- java.lang.Object
-
- opennlp.tools.cmdline.CmdLineTool
-
- opennlp.tools.cmdline.TypedCmdLineTool<T,P>
-
- opennlp.tools.cmdline.AbstractConverterTool<SentenceSample,BasicFormatParams>
-
- opennlp.tools.cmdline.sentdetect.SentenceDetectorConverterTool
-
public class SentenceDetectorConverterTool extends opennlp.tools.cmdline.AbstractConverterTool<SentenceSample,BasicFormatParams>
Tool to convert multiple data formats into native OpenNLP sentence detector training format.- See Also:
AbstractConverterTool
,SentenceSample
-
-
Constructor Summary
Constructors Constructor Description SentenceDetectorConverterTool()
-