|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Decoder | |
---|---|
danbikel.parser | Provides the core framework of this extensible statistical parsing engine. |
Uses of Decoder in danbikel.parser |
---|
Subclasses of Decoder in danbikel.parser | |
---|---|
class |
EMDecoder
Provides the methods necessary to perform constrained CKY parsing on input sentences so as to perform the E-step of the Inside-Outside EM algorithm. |
Fields in danbikel.parser declared as Decoder | |
---|---|
protected Decoder |
Parser.decoder
The internal Decoder that performs the actual parsing. |
Methods in danbikel.parser that return Decoder | |
---|---|
protected Decoder |
EMParser.getNewDecoder(int id,
DecoderServerRemote server)
Gets a new Decoder instance that uses the specified DecoderServerRemote instance. |
protected Decoder |
Parser.getNewDecoder(int id,
DecoderServerRemote server)
|
|
Parsing Engine | |||||||||
PREV NEXT | FRAMES NO FRAMES |