Package opennlp.tools.namefind
Class NameSampleDataStream
java.lang.Object
opennlp.tools.util.FilterObjectStream<String,NameSample>
 
opennlp.tools.namefind.NameSampleDataStream
- All Implemented Interfaces:
- AutoCloseable,- ObjectStream<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:
 
 <START> and <END> tags.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class opennlp.tools.util.FilterObjectStreamclose, reset
- 
Field Details- 
START_TAG_PREFIX- See Also:
 
- 
START_TAG- See Also:
 
- 
END_TAG- See Also:
 
 
- 
- 
Constructor Details- 
NameSampleDataStreamInitializes aNameSampleDataStreamwith givenpsisamples.- Parameters:
- in- The- streamof data samples.
 
 
- 
- 
Method Details- 
readDescription copied from interface:ObjectStreamReturns the nextObjectStreamobject. Calling this method repeatedly until it returnsnullwill return each object from the underlying source exactly once.- Returns:
- The next object or nullto signal that the stream is exhausted.
- Throws:
- IOException- Thrown if there is an error during reading.
 
 
-