Package opennlp.tools.formats.letsmt
Class LetsmtSentenceStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<SentenceSample,LetsmtSentenceStreamFactory.Parameters>
opennlp.tools.formats.letsmt.LetsmtSentenceStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample,
LetsmtSentenceStreamFactory.Parameters>
@Internal
public class LetsmtSentenceStreamFactory
extends AbstractSampleStreamFactory<SentenceSample,LetsmtSentenceStreamFactory.Parameters>
Note: Do not use this class, internal use only!
- See Also:
-
SentenceSample
LetsmtSentenceStream
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
Method Details
-
registerFactory
public static void registerFactory() -
create
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactory
Creates anObjectStream
of the template typeT
.- Parameters:
args
- arguments- Returns:
- The created
ObjectStream
instance.
-