explicitDetPluralNounPhraseGrammarProd
grammar
explicitDetPluralNounPhrase(definite)
:
Production
‘the’ indetPluralNounPhrase->np_
grammar
explicitDetPluralNounPhrase(definiteNumber)
:
QuantifierProduction
‘the’ numberPhrase->quant_ indetPluralNounPhrase->np_
grammar
explicitDetPluralNounPhrase(possessive)
:
Production
possessiveAdjPhrase->poss_ indetPluralNounPhrase->np_
| indetPluralNounPhrase->np_ ‘of’ possessiveNounPhrase->poss_
grammar
explicitDetPluralNounPhrase(possessiveNumber)
:
QuantifierProduction
possessiveAdjPhrase->poss_ numberPhrase->quant_
indetPluralNounPhrase->np_
| ‘the’ numberPhrase->quant_ indetPluralNounPhrase->np_
‘of’ possessiveNounPhrase->poss_
grammar
explicitDetPluralNounPhrase(possessiveNumber2)
:
QuantifierProduction
numberPhrase->quant_ indetPluralNounPhrase->np_
‘of’ possessiveNounPhrase->poss_
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1