explicitDetPluralOnlyNounPhraseGrammarProd
grammar
explicitDetPluralOnlyNounPhrase(definite)
:
AllPluralProd
‘the’ indetPluralOnlyNounPhrase->np_
grammar
explicitDetPluralOnlyNounPhrase(definiteNumber)
:
ExactQuantifiedPluralProd
‘the’ numberPhrase->quant_ indetPluralNounPhrase->np_
grammar
explicitDetPluralOnlyNounPhrase(possessive)
:
PossessivePluralProd
possessiveAdjPhrase->poss_ indetPluralOnlyNounPhrase->np_
grammar
explicitDetPluralOnlyNounPhrase(possessiveNumber)
:
ExactQuantifiedPossessivePluralProd
possessiveAdjPhrase->poss_ numberPhrase->quant_
indetPluralNounPhrase->np_
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3