Package opennlp.tools.formats
Class BioNLP2004NameSampleStreamFactory
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<NameSample,BioNLP2004NameSampleStreamFactory.Parameters>
opennlp.tools.formats.BioNLP2004NameSampleStreamFactory
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<NameSample,
BioNLP2004NameSampleStreamFactory.Parameters>
public class BioNLP2004NameSampleStreamFactory
extends AbstractSampleStreamFactory<NameSample,BioNLP2004NameSampleStreamFactory.Parameters>
- See Also:
-
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.
-