Klasse ADChunkSampleStreamFactory<P>

Alle implementierten Schnittstellen:
opennlp.tools.cmdline.ObjectStreamFactory<ChunkSample,P>

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

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

  • Methodendetails

    • registerFactory

      public static void registerFactory()
    • create

      public ObjectStream<ChunkSample> create(String[] args)
      Beschreibung aus Schnittstelle kopiert: opennlp.tools.cmdline.ObjectStreamFactory
      Creates an ObjectStream of the template type T.
      Parameter:
      args - arguments
      Gibt zurück:
      The created ObjectStream instance.