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 one-sentence per line and tokenized with names identified by:

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