Class NameSampleDataStream

java.lang.Object
opennlp.tools.util.FilterObjectStream<String,NameSample>
opennlp.tools.namefind.NameSampleDataStream
All Implemented Interfaces:
AutoCloseable, ObjectStream<NameSample>

public class NameSampleDataStream extends FilterObjectStream<String,NameSample>
The NameSampleDataStream class converts tagged Strings provided by a DataStream to NameSample objects. It uses text that is is one-sentence per line and tokenized with names identified by <START> and <END> tags.
  • Field Details

  • Constructor Details

  • Method Details

    • read

      public NameSample read() throws IOException
      Description copied from interface: ObjectStream
      Returns the next object. Calling this method repeatedly until it returns null will return each object from the underlying source exactly once.
      Returns:
      the next object or null to signal that the stream is exhausted
      Throws:
      IOException - if there is an error during reading