Parsing Engine

Uses of Class
danbikel.parser.GapEvent

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

Uses of GapEvent in danbikel.parser
 

Methods in danbikel.parser with parameters of type GapEvent
protected  void Trainer.addGapEvent(GapEvent event)
          This method is a synonym for addGapEvent(event, 1.0).
protected  void Trainer.addGapEvent(GapEvent event, double count)
          Adds the specified GapEvent to Trainer.gapEvents with the specified count.
 


Parsing Engine

Author: Dan Bikel.