Parsing Engine

Uses of Interface
danbikel.parser.NonterminalMapper

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

Uses of NonterminalMapper in danbikel.parser
 

Classes in danbikel.parser that implement NonterminalMapper
 class Collins
          Provides a nonterminal mapping scheme that, when applied to previously-generated modifiers, allows for emulation of Michael Collins' modifier-generation model.
 class IdentityNTMapper
          Provides the identity mapping function.
 


Parsing Engine

Author: Dan Bikel.