Package opennlp.tools.parser
Class ChunkSampleStream
- java.lang.Object
- 
- opennlp.tools.util.FilterObjectStream<Parse,ChunkSample>
- 
- opennlp.tools.parser.ChunkSampleStream
 
 
- 
- All Implemented Interfaces:
- AutoCloseable,- ObjectStream<ChunkSample>
 
 public class ChunkSampleStream extends FilterObjectStream<Parse,ChunkSample> 
- 
- 
Constructor SummaryConstructors Constructor Description ChunkSampleStream(ObjectStream<Parse> in)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parse[]getInitialChunks(Parse p)ChunkSampleread()Returns the next object.- 
Methods inherited from class opennlp.tools.util.FilterObjectStreamclose, reset
 
- 
 
- 
- 
- 
Constructor Detail- 
ChunkSampleStreampublic ChunkSampleStream(ObjectStream<Parse> in) 
 
- 
 - 
Method Detail- 
readpublic ChunkSample 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
 
 
- 
 
-