Class ConstitParseSampleStreamFactory

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<Parse,opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory.Parameters>
opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<Parse,opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory.Parameters>

@Internal public class ConstitParseSampleStreamFactory extends AbstractSampleStreamFactory<Parse,opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory.Parameters>
Note: Do not use this class, internal use only!
See Also:
  • Method Details

    • create

      public ObjectStream<Parse> 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.
    • registerFactory

      public static void registerFactory()