Package Jet.Parser

The Parser package includes several types of parsers (top-down, bottom-up, and chart).

See:
          Description

Class Summary
ActiveEdge the representation of an active edge (incompletely matched production) as used by the top-down active chart parser.
AddSyntacticRelations takes a Penn Tree Bank tree and adds links corresponding to various syntactic relations used by coreference.
Edge an abstract class for both inactive edges (complete parse tree nodes) and active edges (partially matched productions).
Grammar a context-free grammar.
Parsers contains static methods for various types of recognizers and parsers.
ParseTreeModel provides an implementation of the Java TreeModel for parse trees.
ParseTreeNode a node of a parse tree.
ParseTreeView a display of a parse tree using the Java tree drawing facility.
ParseView a graphical display of a parse tree.
Production a production of the context-free grammar.
Reduce a reduce goal for top-down parsing.
Sparkle procedures for generating a set of syntactic dependency relations from a document and comparing the generated set with a reference set of triples.
StatParser an interface to Dan Bikel's implementation of Collins' parser
SynFun syntactic functions which retrieve information from parse trees.
 

Package Jet.Parser Description

The Parser package includes several types of parsers (top-down, bottom-up, and chart).