Parsing Engine

Uses of Class
danbikel.parser.CKYItem.MappedPrevModBaseNPAware

Packages that use CKYItem.MappedPrevModBaseNPAware
danbikel.parser Provides the core framework of this extensible statistical parsing engine. 
 

Uses of CKYItem.MappedPrevModBaseNPAware in danbikel.parser
 

Subclasses of CKYItem.MappedPrevModBaseNPAware in danbikel.parser
static class CKYItem.KBestHack
          A hack to approximate k-best parsing by effectively turning off dynamic programming (usability depends on reducing the beam size from its normal value).
 class EMItem
          Class to represent a chart item when performing the Inside-Outside algorithm.
 


Parsing Engine

Author: Dan Bikel.