Class NKJPSentenceSampleStream

java.lang.Object
opennlp.tools.formats.nkjp.NKJPSentenceSampleStream
All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<opennlp.tools.sentdetect.SentenceSample>

public class NKJPSentenceSampleStream extends Object implements opennlp.tools.util.ObjectStream<opennlp.tools.sentdetect.SentenceSample>
  • Method Details

    • read

      public opennlp.tools.sentdetect.SentenceSample read() throws IOException
      Specified by:
      read in interface opennlp.tools.util.ObjectStream<opennlp.tools.sentdetect.SentenceSample>
      Throws:
      IOException
    • reset

      public void reset()
      Specified by:
      reset in interface opennlp.tools.util.ObjectStream<opennlp.tools.sentdetect.SentenceSample>