LocationalProductionclass | parser.t[4336] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
Each grammar rule of this type needs to define two special '->' associations in its template:
cont_ is the locational qualifier. This is also just an ordinary noun phrase. This is the "the table" part in "the book on the table".
prep_ is the preposition production. This should be *or* contain a LocationTypeProduction match, which tells us the type of containment relationship specified by the grammar. *Alternatively*, you can define locType directly on this production. This specifies a LocType object giving the containment relationship.
class
LocationalProduction : Production
LocationalProduction
Production
object
LocationalProduction
disambigPhrase(locational)
indetPluralNounPhrase(locational)
indetPluralOnlyNounPhrase(locational)
indetSingularNounPhrase(locational)
qualifiedPluralNounPhrase(theOnesIn)
qualifiedSingularNounPhrase(anyOneIn)
qualifiedSingularNounPhrase(theOneIn)
Inherited from Production
:
determiner
nounPhraseRole
npClass
parent
Inherited from Production
:
addNounListItem
build
findAction
findChild
findParent
getNounPhraseRole
getText
getTokens
grammarInfoForBuild
isChildOf
noteEndOfSentence
visitLiteral
locType | parser.t[4383] |
visitProd (cmd, np, prod) OVERRIDDEN | parser.t[4343] |