Class LeipzigLanguageSampleStreamFactory<P>

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<LanguageSample,P>
opennlp.tools.formats.leipzig.LeipzigLanguageSampleStreamFactory<P>
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<LanguageSample,P>

@Internal public class LeipzigLanguageSampleStreamFactory<P> extends AbstractSampleStreamFactory<LanguageSample,P>
Note: Do not use this class, internal use only!
See Also:
  • Method Details

    • registerFactory

      public static void registerFactory()
    • create

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