Class 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:
    ConstitParseSampleStream
    • Method Detail

      • 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()