public class RealBasicEventStream
extends opennlp.model.AbstractEventStream
| Constructor and Description |
|---|
RealBasicEventStream(DataStream ds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
static void |
main(java.lang.String[] args) |
opennlp.model.Event |
next()
Returns the next Event object held in this EventStream.
|
public RealBasicEventStream(DataStream ds)
public opennlp.model.Event next()
opennlp.model.EventStreampublic boolean hasNext()
opennlp.model.EventStreampublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOExceptionCopyright ? 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.