Package opennlp.tools.formats
Class NameSampleDataStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<NameSample,P>
 
opennlp.tools.formats.NameSampleDataStreamFactory<P>
- All Implemented Interfaces:
- opennlp.tools.cmdline.ObjectStreamFactory<NameSample,- P> 
Factory producing OpenNLP 
NameSampleDataStreams.- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from class opennlp.tools.formats.AbstractSampleStreamFactorygetLang, getParameters
- 
Method Details- 
registerFactorypublic static void registerFactory()
- 
createDescription copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates anObjectStreamof the template typeT.- Parameters:
- args- arguments
- Returns:
- The created ObjectStreaminstance.
 
 
-