Class ADNameSampleStreamFactory<P>

  • All Implemented Interfaces:
    opennlp.tools.cmdline.ObjectStreamFactory<NameSample,​P>

    @Internal
    public class ADNameSampleStreamFactory<P>
    extends LanguageSampleStreamFactory<NameSample,​P>
    A Factory to create a Arvores Deitadas NameSampleDataStream from the command line utility.

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

    • Method Detail

      • registerFactory

        public static void registerFactory()
      • create

        public ObjectStream<NameSample> create​(String[] args)
        Description copied from interface: opennlp.tools.cmdline.ObjectStreamFactory
        Creates an ObjectStream of the template type T.
        Parameters:
        args - arguments
        Returns:
        The created ObjectStream instance.