|
||||||||||
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. |
opennlp.model |
Uses of Event in opennlp.maxent |
---|
Methods in opennlp.maxent that return Event | |
---|---|
Event |
RealBasicEventStream.next()
|
Event |
BasicEventStream.next()
Returns the next Event object held in this EventStream. |
Uses of Event in opennlp.model |
---|
Methods in opennlp.model that return Event | |
---|---|
Event[] |
Sequence.getEvents()
Returns the events which make up this sequence. |
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.next()
|
Event |
FileEventStream.next()
|
Event |
ListEventStream.next()
|
Event |
SequenceStreamEventStream.next()
|
Event |
HashSumEventStream.next()
|
Event |
EventCollectorAsStream.next()
|
Event |
EventStream.next()
Returns the next Event object held in this EventStream. |
Event[] |
SequenceStream.updateContext(Sequence sequence,
AbstractModel model)
Creates a new event array based on the outcomes predicted by the specified parameters for the specified sequence. |
Methods in opennlp.model with parameters of type Event | |
---|---|
static String |
FileEventStream.toLine(Event event)
Generates a string representing the specified event. |
Method parameters in opennlp.model with type arguments of type Event | |
---|---|
protected List |
OnePassRealValueDataIndexer.index(LinkedList<Event> events,
Map<String,Integer> predicateIndex)
|
protected List |
OnePassDataIndexer.index(LinkedList<Event> events,
Map<String,Integer> predicateIndex)
|
Constructors in opennlp.model with parameters of type Event | |
---|---|
Sequence(Event[] events,
T source)
Creates a new sequence made up of the specified events and derived from the specified source. |
Constructor parameters in opennlp.model with type arguments of type Event | |
---|---|
ListEventStream(List<Event> events)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |