Parsing Engine

Uses of Class
danbikel.parser.ms.SubcatModelStructure1

Packages that use SubcatModelStructure1
danbikel.parser.ms Default package for model structure classes (subclasses of ProbabilityStructure). 
 

Uses of SubcatModelStructure1 in danbikel.parser.ms
 

Subclasses of SubcatModelStructure1 in danbikel.parser.ms
 class BrokenLeftSubcatModelStructure
          Provides the complete back-off structure of the subcat-generation model for the left side of the head child.
 class BrokenRightSubcatModelStructure
          Provides the complete back-off structure of the subcat-generation model for the right side of the head child.
 class LeftSubcatModelStructure1
          Representation of the complete back-off structure of the subcat-generation model for the left side of the head child.
 class RightSubcatModelStructure1
          Representation of the complete back-off structure of the subcat-generation model for the right side of the head child.
 


Parsing Engine

Author: Dan Bikel.