Parsing Engine

Package danbikel.parser.ms

Default package for model structure classes (subclasses of ProbabilityStructure).

See:
          Description

Class Summary
BrokenLeftSubcatModelStructure Provides the complete back-off structure of the subcat-generation model for the left side of the head child.
BrokenLexPriorModelStructure Provides the complete back-off structure for the submodel that generates the marginal probabilities of lexical items and their parts of speech (loosely but inaccurately called “lexical priors”).
BrokenModWordModelStructure Provides the complete back-off structure for the submodel that generates the head words of modifying nonterminals.
BrokenRightSubcatModelStructure Provides the complete back-off structure of the subcat-generation model for the right side of the head child.
BrokenTopLexModelStructure  
GapModelStructure1 Representation of the complete back-off structure of the subcat-generation model for either side of the head child.
HeadModelStructure1  
LeftSubcatModelStructure1 Representation of the complete back-off structure of the subcat-generation model for the left side of the head child.
LeftSubcatModelStructure2 Representation of the complete back-off structure of the subcat-generation model for the left side of the head child.
LexPriorModelStructure1  
ModNonterminalModelStructure1 Representation of the complete back-off structure of the generation model for modifying nonterminals/part-of-speech tags (the modifying nonterminals are partially lexicalized with the parts of speech of their respective head words).
ModNonterminalModelStructure2 Representation of the complete back-off structure of the generation model for modifying nonterminals/part-of-speech tags (the modifying nonterminals are partially lexicalized with the parts of speech of their respective head words).
ModNonterminalModelStructure3 Representation of the complete back-off structure of the generation model for modifying nonterminals/part-of-speech tags (the modifying nonterminals are partially lexicalized with the parts of speech of their respective head words).
ModNonterminalModelStructure4 Representation of the complete back-off structure of the generation model for modifying nonterminals/part-of-speech tags (the modifying nonterminals are partially lexicalized with the parts of speech of their respective head words).
ModNonterminalModelStructure5 This class provides a probability structure identical to its superclass, except that ModNonterminalModelStructure5.getFuture(TrainerEvent,int) has been overridden so that the future only consists of an unlexicalized modifying nonterminal label.
ModNonterminalModelStructure6  
ModNonterminalModelStructure7  
ModNonterminalModelStructure8 Representation of the complete back-off structure of the generation model for modifying nonterminals/part-of-speech tags (the modifying nonterminals are partially lexicalized with the parts of speech of their respective head words).
ModNonterminalModelStructure9 Representation of the complete back-off structure of the generation model for modifying nonterminals/part-of-speech tags (the modifying nonterminals are partially lexicalized with the parts of speech of their respective head words).
ModWordModelStructure1  
ModWordModelStructure2  
ModWordModelStructure3  
ModWordModelStructure4  
ModWordModelStructure5  
ModWordModelStructure6  
ModWordModelStructure7  
ModWordModelStructure8  
ModWordModelStructure9  
NonterminalPriorModelStructure1  
RightSubcatModelStructure1 Representation of the complete back-off structure of the subcat-generation model for the right side of the head child.
RightSubcatModelStructure2 Representation of the complete back-off structure of the subcat-generation model for the right side of the head child.
SubcatModelStructure1 Provides the complete back-off structure of the subcat-generation model for either side of the head child.
SubcatModelStructure2 Representation of the complete back-off structure of the subcat-generation model for either side of the head child.
TagModelStructure1 Representation of the complete back-off structure of the generation model for modifying part-of-speech tags (the modifying nonterminals are partially lexicalized with the parts of speech of their respective head words, and this model generates the part of speech component of these partially-lexicalized nonterminals).
TagModelStructure2 Representation of the complete back-off structure of the generation model for modifying part-of-speech tags (the modifying nonterminals are partially lexicalized with the parts of speech of their respective head words, and this model generates the part of speech component of these partially-lexicalized nonterminals).
TopLexModelStructure1  
TopNonterminalModelStructure1  
 

Package danbikel.parser.ms Description

Default package for model structure classes (subclasses of ProbabilityStructure). A model structure class is composed with a Model object to form a submodel for a particular type of element that is output in the generative process (such as, for example, the head child of some parent nonterminal, or a subcat frame).

The package in which to find such classes can be changed via the Settings.modelStructurePackage setting.


Parsing Engine

Author: Dan Bikel.