Class ParseSampleStream

java.lang.Object
opennlp.tools.util.FilterObjectStream<String, opennlp.tools.parser.Parse>
opennlp.tools.parser.ParseSampleStream
All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<opennlp.tools.parser.Parse>

public class ParseSampleStream extends FilterObjectStream<String, opennlp.tools.parser.Parse>
See Also:
  • Constructor Details

    • ParseSampleStream

      public ParseSampleStream(opennlp.tools.util.ObjectStream<String> in)
      Initializes a instance.
      Parameters:
      in - A plain text stream used as input.
  • Method Details