|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventStream
A object which can deliver a stream of training events for the GIS procedure (or others such as IIS if and when they are implemented). EventStreams don't need to use opennlp.maxent.DataStreams, but doing so would provide greater flexibility for producing events from data stored in different formats.
Method Summary | |
---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream. |
Event |
nextEvent()
Returns the next Event object held in this EventStream. |
Method Detail |
---|
Event nextEvent()
boolean hasNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |