Parsing Engine

Uses of Class
danbikel.parser.constraints.UnlexTreeConstraintSet

Packages that use UnlexTreeConstraintSet
danbikel.parser.constraints Provides interfaces and classes to allow constrain-parsing. 
 

Uses of UnlexTreeConstraintSet in danbikel.parser.constraints
 

Subclasses of UnlexTreeConstraintSet in danbikel.parser.constraints
 class LexTreeConstraintSet
          Represents a set of constraints that correspond to a specific lexicalized parse tree, for use when the bottom-up parsing algorithm needs to generate only the analyses that are consistent with a particular lexicalized tree.
 class PartialLexTreeConstraintSet
          Constructs a set of PartialLexTreeConstraints for a given tree.
 


Parsing Engine

Author: Dan Bikel.