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