|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
FeatureMap | This class represents a set of features consisting of name/value pairs. |
Grammar | This class represents a grammar that is needed to run the chart parser. |
Nonterminal | This class stands for a nonterminal category. |
Restriction | This class describes a restriction for the next token of a given token sequence. |
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. |
This package contains a chart parser (concretely an Earley parser) that is fully implemented in Java.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |