Parsing Engine

Package danbikel.parser.lang

Provides default abstract base classes for the required interfaces of a language package.

See:
          Description

Class Summary
AbstractHeadFinder Provides a default abstract implementation of the HeadFinder interface.
AbstractHeadFinder.HeadFindInstruction Data structure for specifying a way to search for a head in a grammar production: a set of symbols to scan for and the direction of that scan.
AbstractTraining Provides methods for language-specific preprocessing of training parse trees.
AbstractTreebank A collection of mostly-abstract methods to be implemented by a langauge-specific subclass.
AbstractWordFeatures Provides a default abstract implementation of the WordFeatures interface.
 

Package danbikel.parser.lang Description

Provides default abstract base classes for the required interfaces of a language package.


Parsing Engine

Author: Dan Bikel.