public class BasicEventStream
extends opennlp.model.AbstractEventStream
cp_1 cp_2 ... cp_n outcome
cp_1,cp_2,...,cp_n,outcome
| Constructor and Description |
|---|
BasicEventStream(DataStream ds) |
BasicEventStream(DataStream ds,
java.lang.String sep) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
opennlp.model.Event |
next()
Returns the next Event object held in this EventStream.
|
public BasicEventStream(DataStream ds, java.lang.String sep)
public BasicEventStream(DataStream ds)
public opennlp.model.Event next()
public boolean hasNext()
Copyright ? 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.