Class DocumentToLineStream

java.lang.Object
opennlp.tools.util.FilterObjectStream<String,String>
opennlp.tools.formats.brat.SegmenterObjectStream<String,String>
opennlp.tools.formats.ontonotes.DocumentToLineStream
All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<String>

public class DocumentToLineStream extends SegmenterObjectStream<String,String>
Reads a plain text file and return each line as a String object.
  • Constructor Details

    • DocumentToLineStream

      public DocumentToLineStream(opennlp.tools.util.ObjectStream<String> samples)
      Initializes a DocumentToLineStream.
      Parameters:
      samples - The samples as input. Must not be null.
      Throws:
      IllegalArgumentException - Thrown if parameters are invalid.