qualifiedPluralNounPhraseGrammarProd
grammar
qualifiedPluralNounPhrase(all)
:
Production
‘all’ detPluralNounPhrase->np_
| ‘all’ ‘of’ explicitDetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(allNum)
:
QuantifierProduction
‘all’ numberPhrase->quant_ indetPluralNounPhrase->np_
| ‘all’ numberPhrase->quant_ ‘of’
explicitDetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(anyNum)
:
QuantifierProduction
(‘any’ | ) numberPhrase->quant_ indetPluralNounPhrase->np_
| (‘any’ | ) numberPhrase->quant_ ‘of’
explicitDetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(both)
:
QuantifierProduction
‘both’ detPluralNounPhrase->np_
| ‘both’ ‘of’ explicitDetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(definiteNum)
:
QuantifierProduction
‘the’ numberPhrase->quant_ indetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(determiner)
:
Production
‘any’ detPluralOnlyNounPhrase->np_
grammar
qualifiedPluralNounPhrase(theOnesContaining)
:
ContentsQualifierProduction
(‘the’ ‘ones’ | ‘everything’ | ‘all’)
contentsPrepOrVerb->prep_ completeNounPhraseWithoutAll->cont_
grammar
qualifiedPluralNounPhrase(theOnesIn)
:
LocationalProduction
(‘the’ ‘ones’ (‘that’ (‘are’ | ‘were’) | )
| (‘everything’ | ‘all’)
(‘that’ (‘is’ | ‘was’) | ‘that’ tokApostropheS | ))
locationPrep->prep_ completeNounPhraseWithoutAll->cont_
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1