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>
public class ChunkerSampleStreamFactory<P> extends AbstractSampleStreamFactory<ChunkSample,P>
Factory producing OpenNLPChunkSampleStreams.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStream<ChunkSample>create(String[] args)Creates anObjectStreamof the template typeT.static voidregisterFactory()-
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
-
-
-
-
Method Detail
-
registerFactory
public static void registerFactory()
-
create
public ObjectStream<ChunkSample> create(String[] args)
Description copied from interface:opennlp.tools.cmdline.ObjectStreamFactoryCreates anObjectStreamof the template typeT.- Parameters:
args- arguments- Returns:
- The created
ObjectStreaminstance.
-
-