Package opennlp.tools.formats
Class DocumentSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<DocumentSample,DocumentSampleStreamFactory.Parameters>
opennlp.tools.formats.DocumentSampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<DocumentSample,
DocumentSampleStreamFactory.Parameters>
public class DocumentSampleStreamFactory
extends AbstractSampleStreamFactory<DocumentSample,DocumentSampleStreamFactory.Parameters>
Factory producing OpenNLP
DocumentSampleStream
s.-
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.
-