Class LetsmtSentenceStreamFactory<P>

java.lang.Object
opennlp.tools.formats.AbstractSampleStreamFactory<SentenceSample,P>
opennlp.tools.formats.letsmt.LetsmtSentenceStreamFactory<P>
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<SentenceSample,P>

public class LetsmtSentenceStreamFactory<P> extends AbstractSampleStreamFactory<SentenceSample,P>
See Also:
  • LetsmtSentenceStream
  • Method Details

    • registerFactory

      public static void registerFactory()
    • create

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