Parsing Engine

Uses of Class
danbikel.parser.constraints.UnlexTreeConstraint

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

Uses of UnlexTreeConstraint in danbikel.parser.constraints
 

Subclasses of UnlexTreeConstraint in danbikel.parser.constraints
 class LexTreeConstraint
          Specifies a node in a tree of constraints, to allow the decoder only to pursue theories that are consistent with a particular head-lexicalized tree.
 class PartialLexTreeConstraint
          Represents a node in a parsing constraint tree, that requires an associated chart item to have the same label, head word and head tag.
 

Fields in danbikel.parser.constraints declared as UnlexTreeConstraint
protected  UnlexTreeConstraint UnlexTreeConstraint.parent
          The parent of this constraint.
protected  UnlexTreeConstraint UnlexTreeConstraintSet.root
          The root of this tree of constraints.
 

Methods in danbikel.parser.constraints with parameters of type UnlexTreeConstraint
protected  void UnlexTreeConstraintSet.collectNodes(UnlexTreeConstraint tree)
          A helper method to collect all of the constraints in the specified cosntraint tree.
 

Constructors in danbikel.parser.constraints with parameters of type UnlexTreeConstraint
UnlexTreeConstraint(UnlexTreeConstraint parent, Sexp tree, IntCounter currWordIdx)
          Constructs a tree of constraints isomorphic to the specified unlexicalized syntactic tree.
 


Parsing Engine

Author: Dan Bikel.