Parsing Engine

Uses of Interface
danbikel.parser.Training

Packages that use Training
danbikel.parser Provides the core framework of this extensible statistical parsing engine. 
danbikel.parser.arabic Provides language-specific classes necessary to parse Arabic. 
danbikel.parser.chinese Provides language-specific classes necessary to parse Chinese. 
danbikel.parser.english Provides language-specific classes necessary to parse English. 
danbikel.parser.lang Provides default abstract base classes for the required interfaces of a language package. 
 

Uses of Training in danbikel.parser
 

Methods in danbikel.parser that return Training
static Training Language.training()
          Gets the Training object for the current language.
 

Uses of Training in danbikel.parser.arabic
 

Classes in danbikel.parser.arabic that implement Training
 class Training
          Provides methods for language-specific processing of training parse trees.
 

Uses of Training in danbikel.parser.chinese
 

Classes in danbikel.parser.chinese that implement Training
 class NoNPBTraining
          This class is identical to its superclass Training, except that it overrides AbstractTraining.addBaseNPs(Sexp) to do nothing.
 class NPArgThreadTraining
          This class is identical to Training, except that the NPArgThreadTraining.preProcess(Sexp) method invokes AbstractTraining.threadNPArgAugmentations(Sexp).
 

Uses of Training in danbikel.parser.english
 

Classes in danbikel.parser.english that implement Training
 class BrokenTraining
          Provides methods for language-specific processing of training parse trees.
 

Uses of Training in danbikel.parser.lang
 

Classes in danbikel.parser.lang that implement Training
 class AbstractTraining
          Provides methods for language-specific preprocessing of training parse trees.
 


Parsing Engine

Author: Dan Bikel.