Class ADChunkSampleStreamFactory

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

@Internal public class ADChunkSampleStreamFactory extends LanguageSampleStreamFactory<opennlp.tools.chunker.ChunkSample, ADChunkSampleStreamFactory.Parameters>
A Factory to create a Arvores Deitadas ChunkStream from the command line utility.

Note: Do not use this class, internal use only!

  • Method Details

    • registerFactory

      public static void registerFactory()
    • create

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