|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Consumer | |
---|---|
danbikel.parser | Provides the core framework of this extensible statistical parsing engine. |
danbikel.switchboard | Provides classes to implement a distributed client-server environment, with a central switchboard responsible for assigning clients to servers and for doling out objects to clients for processing. |
Uses of Consumer in danbikel.parser |
---|
Classes in danbikel.parser that implement Consumer | |
---|---|
class |
EventCountsConsumer
An implementation of the Consumer interface (part of the Switchboard
framework) for counting events (TrainerEvent instances) produced as
part of the E-step of the EM algorithm (Inside-Outside). |
Uses of Consumer in danbikel.switchboard |
---|
Methods in danbikel.switchboard with parameters of type Consumer | |
---|---|
void |
Switchboard.registerConsumer(Consumer consumer)
Registers the specified consumer of processed objects with this switchboard. |
void |
SwitchboardRemote.registerConsumer(Consumer consumer)
Registers the specified consumer of processed objects with this switchboard. |
|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |