Package ch.uzh.ifi.attempto.chartparser

This package contains a chart parser (concretely an Earley parser) that is fully implemented in Java.

See:
          Description

Class Summary
Category This class represents a grammatical category.
ChartParser This is a chart parser (concretely an Earley parser) fully implemented in Java.
Grammar This class represents a grammar that is needed to run the chart parser.
Nonterminal This class stands for a nonterminal category.
Rule This class represents a grammar rule.
StringRef This class represents a string object that can unify with other string objects.
Terminal This class stands for a terminal category.
 

Exception Summary
UnificationFailedException This exception is thrown if one attempts to unify two objects that cannot unify.
 

Package ch.uzh.ifi.attempto.chartparser Description

This package contains a chart parser (concretely an Earley parser) that is fully implemented in Java.

Author:
Tobias Kuhn


Copyright 2008-2009, Attempto Group, University of Zurich (see http://attempto.ifi.uzh.ch)