Class TwentyNewsgroupSampleStreamFactory<P>

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<DocumentSample,P>
opennlp.tools.formats.TwentyNewsgroupSampleStreamFactory<P>
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<DocumentSample,P>

public class TwentyNewsgroupSampleStreamFactory<P> extends AbstractSampleStreamFactory<DocumentSample,P>
  • Method Details

    • registerFactory

      public static void registerFactory()
    • create

      public ObjectStream<DocumentSample> 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.