|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
opennlp.maxent | Provides main functionality of the maxent package including data structures and algorithms for parameter estimation. |
Uses of Event in opennlp.maxent |
---|
Methods in opennlp.maxent that return Event | |
---|---|
Event[] |
EventCollector.getEvents()
Return the events which this EventCollector has gathered. |
Event[] |
EventCollector.getEvents(boolean evalMode)
Return the events which this EventCollector has gathered based on whether we wish to train a model or evaluate one based on those events. |
Event |
RealValueFileEventStream.nextEvent()
|
Event |
RealBasicEventStream.nextEvent()
|
Event |
FileEventStream.nextEvent()
|
Event |
EventStream.nextEvent()
Returns the next Event object held in this EventStream. |
Event |
EventCollectorAsStream.nextEvent()
|
Event |
BasicEventStream.nextEvent()
Returns the next Event object held in this EventStream. |
Methods in opennlp.maxent with parameters of type Event | |
---|---|
static java.lang.String |
FileEventStream.toLine(Event event)
Generates a string representing the specified event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |