explicitDetPluralNounPhraseGrammarProd

grammar explicitDetPluralNounPhrase(definite) :   Production grammar.t[608]

'the' indetPluralNounPhrase->np_
grammar explicitDetPluralNounPhrase(definiteNumber) :   QuantifierProduction grammar.t[615]
'the' numberPhrase->quant_ indetPluralNounPhrase->np_
grammar explicitDetPluralNounPhrase(possessive) :   Production grammar.t[622]
possessiveAdjPhrase->poss_ indetPluralNounPhrase->np_
| indetPluralNounPhrase->np_ 'of' possessiveNounPhrase->poss_
grammar explicitDetPluralNounPhrase(possessiveNumber) :   QuantifierProduction grammar.t[628]
possessiveAdjPhrase->poss_ numberPhrase->quant_ indetPluralNounPhrase->np_
| 'the' numberPhrase->quant_ indetPluralNounPhrase->np_
'of' possessiveNounPhrase->poss_
grammar explicitDetPluralNounPhrase(possessiveNumber2) :   QuantifierProduction grammar.t[641]
numberPhrase->quant_ indetPluralNounPhrase->np_
'of' possessiveNounPhrase->poss_
Adv3Lite Library Reference Manual
Generated on 26/02/2025 from adv3Lite version 2.2