Class ConlluPOSSampleStreamFactory<P>

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

@Internal public class ConlluPOSSampleStreamFactory<P> extends AbstractSampleStreamFactory<POSSample,P>
Note: Do not use this class, internal use only!
  • Field Details

  • Method Details

    • registerFactory

      public static void registerFactory()
    • create

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