Class ADChunkSampleStreamFactory

  • All Implemented Interfaces:
    opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample>

    public class ADChunkSampleStreamFactory
    extends LanguageSampleStreamFactory<ChunkSample>
    A Factory to create a Arvores Deitadas ChunkStream from the command line utility.

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

    • Method Detail

      • registerFactory

        public static void registerFactory()
      • create

        public ObjectStream<ChunkSample> create​(String[] args)
        Description copied from interface: opennlp.tools.cmdline.ObjectStreamFactory
        Creates the ObjectStream.
        Parameters:
        args - arguments
        Returns:
        ObjectStream instance