Class Muc6NameSampleStreamFactory

  • All Implemented Interfaces:
    opennlp.tools.cmdline.ObjectStreamFactory<NameSample,​opennlp.tools.formats.muc.Muc6NameSampleStreamFactory.Parameters>

    public class Muc6NameSampleStreamFactory
    extends AbstractSampleStreamFactory<NameSample,​opennlp.tools.formats.muc.Muc6NameSampleStreamFactory.Parameters>
    • 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.