Class ConlluPOSSampleStreamFactory

All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<POSSample,ConlluPOSSampleStreamFactory.Parameters>

Note: Do not use this class, internal use only!
See Also:
  • 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.