Class ConlluLemmaSampleStreamFactory<P>

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<LemmaSample,P>
opennlp.tools.formats.conllu.ConlluLemmaSampleStreamFactory<P>
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<LemmaSample,P>

@Internal public class ConlluLemmaSampleStreamFactory<P> extends AbstractSampleStreamFactory<LemmaSample,P>
Note: Do not use this class, internal use only!
  • Method Details

    • registerFactory

      public static void registerFactory()
    • create

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