Class ChunkerSampleStreamFactory

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<opennlp.tools.chunker.ChunkSample, ChunkerSampleStreamFactory.Parameters>
opennlp.tools.formats.ChunkerSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<opennlp.tools.chunker.ChunkSample, ChunkerSampleStreamFactory.Parameters>

public class ChunkerSampleStreamFactory extends AbstractSampleStreamFactory<opennlp.tools.chunker.ChunkSample, ChunkerSampleStreamFactory.Parameters>
Factory producing OpenNLP ChunkSampleStreams.
  • Method Details

    • registerFactory

      public static void registerFactory()
    • create

      public opennlp.tools.util.ObjectStream<opennlp.tools.chunker.ChunkSample> create(String[] args)