Parsing Engine

Uses of Class
danbikel.parser.lang.AbstractHeadFinder

Packages that use AbstractHeadFinder
danbikel.parser.arabic Provides language-specific classes necessary to parse Arabic. 
danbikel.parser.english Provides language-specific classes necessary to parse English. 
 

Uses of AbstractHeadFinder in danbikel.parser.arabic
 

Subclasses of AbstractHeadFinder in danbikel.parser.arabic
 class HeadFinder
          A class to find heads for context-free productions in Arabic syntax trees.
 

Uses of AbstractHeadFinder in danbikel.parser.english
 

Subclasses of AbstractHeadFinder in danbikel.parser.english
 class BrokenHeadFinder
          Reads a series of heuristics to determine the distinguished head child of a context-free production (a parent and its ordered list of children in a syntax tree).
 


Parsing Engine

Author: Dan Bikel.