Class LetsmtSentenceStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<opennlp.tools.sentdetect.SentenceSample, LetsmtSentenceStreamFactory.Parameters>
opennlp.tools.formats.letsmt.LetsmtSentenceStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<opennlp.tools.sentdetect.SentenceSample, LetsmtSentenceStreamFactory.Parameters>
@Internal
public class LetsmtSentenceStreamFactory
extends AbstractSampleStreamFactory<opennlp.tools.sentdetect.SentenceSample, LetsmtSentenceStreamFactory.Parameters>
Note: Do not use this class, internal use only!
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionopennlp.tools.util.ObjectStream<opennlp.tools.sentdetect.SentenceSample> static voidMethods inherited from class AbstractSampleStreamFactory
getLang, getParameters
-
Method Details
-
registerFactory
public static void registerFactory() -
create
public opennlp.tools.util.ObjectStream<opennlp.tools.sentdetect.SentenceSample> create(String[] args)
-