Klasse NameSampleDataStream

java.lang.Object
opennlp.tools.util.FilterObjectStream<String,NameSample>
opennlp.tools.namefind.NameSampleDataStream
Alle implementierten Schnittstellen:
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 one-sentence per line and tokenized with names identified by:

&lt;START&gt; and &lt;END&gt; tags.

  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • read

      public NameSample read() throws IOException
      Beschreibung aus Schnittstelle kopiert: ObjectStream
      Returns the next ObjectStream object. Calling this method repeatedly until it returns null will return each object from the underlying source exactly once.
      Gibt zurück:
      The next object or null to signal that the stream is exhausted.
      Löst aus:
      IOException - Thrown if there is an error during reading.