Parsing Engine

Uses of Class
danbikel.parser.constraints.LexTreeConstraint

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

Uses of LexTreeConstraint in danbikel.parser.constraints
 

Constructors in danbikel.parser.constraints with parameters of type LexTreeConstraint
LexTreeConstraint(LexTreeConstraint parent, Sexp tree, IntCounter currWordIdx, HeadFinder headFinder)
          Constructs a tree of constraints that is isomorphic to the specified parse tree.
 


Parsing Engine

Author: Dan Bikel.