Class AbstractSampleStreamFactory<T>

    • Method Detail

      • getLang

        public String getLang()
      • getParameters

        public <P> Class<P> getParameters()
        Description copied from interface: opennlp.tools.cmdline.ObjectStreamFactory
        Returns interface with parameters description.
        Specified by:
        getParameters in interface opennlp.tools.cmdline.ObjectStreamFactory<T>
        Type Parameters:
        P - interfaces which describes the parameters.
        Returns:
        interface with parameters description