explicitDetPluralOnlyNounPhraseGrammarProd

grammar explicitDetPluralOnlyNounPhrase(definite) :   Production grammar.t[638]

'the' indetPluralOnlyNounPhrase->np_
grammar explicitDetPluralOnlyNounPhrase(definiteNumber) :   QuantifierProduction grammar.t[645]
'the' numberPhrase->quant_ indetPluralNounPhrase->np_
grammar explicitDetPluralOnlyNounPhrase(possessive) :   Production grammar.t[652]
possessiveAdjPhrase->poss_ indetPluralOnlyNounPhrase->np_
| indetPluralOnlyNounPhrase->np_ 'of' possessiveNounPhrase->poss_
grammar explicitDetPluralOnlyNounPhrase(possessiveNumber) :   QuantifierProduction grammar.t[658]
possessiveAdjPhrase->poss_ numberPhrase->quant_ indetPluralNounPhrase->np_
| 'the' numberPhrase->quant_ indetPluralNounPhrase->np_
'of' possessiveNounPhrase->poss_
grammar explicitDetPluralOnlyNounPhrase(possessiveNumber2) :   QuantifierProduction grammar.t[668]
numberPhrase->quant_ indetPluralNounPhrase->np_
'of' possessiveNounPhrase->poss_
Adv3Lite Library Reference Manual
Generated on 01/03/2024 from adv3Lite version 1.6.2