Parsing Engine

Uses of Class
danbikel.switchboard.AbstractSwitchboardUser

Packages that use AbstractSwitchboardUser
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 AbstractSwitchboardUser in danbikel.parser
 

Subclasses of AbstractSwitchboardUser in danbikel.parser
 class DecoderServer
          Provides probabilities and other resources needed by decoders.
 class EMParser
          An EM parsing client.
 class Parser
          A parsing client.
 

Uses of AbstractSwitchboardUser in danbikel.switchboard
 

Subclasses of AbstractSwitchboardUser in danbikel.switchboard
 class AbstractClient
          Provides a convenient default implementation of the Client interface, as well as other convenient utility methods.
 class AbstractServer
          Provides a convenient default implementation of the Server interface, allowing subclasses to focus solely on the services they will provide to clients.
 

Methods in danbikel.switchboard with parameters of type AbstractSwitchboardUser
protected static Object AbstractSwitchboardUser.SBUserRetry.proxyFor(Object stub, AbstractSwitchboardUser sbUser, int retries, long sleep)
           
 

Constructors in danbikel.switchboard with parameters of type AbstractSwitchboardUser
AbstractSwitchboardUser.SBUserRetry(Object stub, AbstractSwitchboardUser sbUser, int retries, long sleep)
           
 


Parsing Engine

Author: Dan Bikel.