Package opennlp.tools.formats
Class ChunkerSampleStreamFactory<P>
java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<ChunkSample,P>
opennlp.tools.formats.ChunkerSampleStreamFactory<P>
- All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample,
P>
Factory producing OpenNLP
ChunkSampleStream
s.-
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.
-