Parsing Engine

Package danbikel.parser.english

Provides language-specific classes necessary to parse English.

See:
          Description

Class Summary
BrokenHeadFinder Reads a series of heuristics to determine the distinguished head child of a context-free production (a parent and its ordered list of children in a syntax tree).
BrokenTraining Provides methods for language-specific processing of training parse trees.
BrokenTreebank Provides data and methods speciifc to the structures found in the English Treebank (the Penn Treebank) or any other treebank that conforms to the Treebank II annotation guidelines for part-of-speech tagging and bracketing.
HeadFinder Reads a series of heuristics to determine the distinguished head child of a context-free production (a parent and its ordered list of children in a syntax tree).
NPArgThreadTraining This class is identical to Training, except that the NPArgThreadTraining.preProcess(Sexp) method invokes AbstractTraining.threadNPArgAugmentations(Sexp).
SimpleWordFeatures This class simply uses the defaults provided by the class danbikel.parser.WordFeatures.
Training Provides methods for language-specific processing of training parse trees.
Treebank Provides data and methods speciifc to the structures found in the English Treebank (the Penn Treebank) or any other treebank that conforms to the Treebank II annotation guidelines for part-of-speech tagging and bracketing.
WordFeatures WordFeatures are orthographic and morphological features of words.
 

Package danbikel.parser.english Description

Provides language-specific classes necessary to parse English.

See Also:
Language

Parsing Engine

Author: Dan Bikel.