Package opennlp.tools.formats.conllu
Class ConlluPOSSampleStream
- java.lang.Object
- 
- opennlp.tools.util.FilterObjectStream<ConlluSentence,POSSample>
- 
- opennlp.tools.formats.conllu.ConlluPOSSampleStream
 
 
- 
- All Implemented Interfaces:
- AutoCloseable,- ObjectStream<POSSample>
 
 public class ConlluPOSSampleStream extends FilterObjectStream<ConlluSentence,POSSample> 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description POSSampleread()Returns the next object.- 
Methods inherited from class opennlp.tools.util.FilterObjectStreamclose, reset
 
- 
 
- 
- 
- 
Method Detail- 
readpublic POSSample read() throws IOException Description copied from interface:ObjectStreamReturns 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
 
 
- 
 
-