Class IrishSentenceBankSentenceStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<SentenceSample,IrishSentenceBankSentenceStreamFactory.Parameters>
opennlp.tools.formats.irishsentencebank.IrishSentenceBankSentenceStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample,
IrishSentenceBankSentenceStreamFactory.Parameters>
@Internal
public class IrishSentenceBankSentenceStreamFactory
extends AbstractSampleStreamFactory<SentenceSample,IrishSentenceBankSentenceStreamFactory.Parameters>
Note: Do not use this class, internal use only!
- See Also:
-
SentenceSample
IrishSentenceBankSentenceStream
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
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.
-