qualifiedPluralNounPhraseGrammarProd

grammar qualifiedPluralNounPhrase(all) :   Production grammar.t[554]

'all' detPluralNounPhrase->np_
| 'all' 'of' explicitDetPluralNounPhrase->np_
grammar qualifiedPluralNounPhrase(allNum) :   QuantifierProduction grammar.t[521]
'all' numberPhrase->quant_ indetPluralNounPhrase->np_
| 'all' numberPhrase->quant_ 'of' explicitDetPluralNounPhrase->np_
grammar qualifiedPluralNounPhrase(anyNum) :   QuantifierProduction grammar.t[513]
('any' | ) numberPhrase->quant_ indetPluralNounPhrase->np_
| ('any' | ) numberPhrase->quant_ 'of' explicitDetPluralNounPhrase->np_
grammar qualifiedPluralNounPhrase(both) :   QuantifierProduction grammar.t[534]
'both' detPluralNounPhrase->np_
| 'both' 'of' explicitDetPluralNounPhrase->np_
grammar qualifiedPluralNounPhrase(definiteNum) :   QuantifierProduction grammar.t[547]
'the' numberPhrase->quant_ indetPluralNounPhrase->np_
grammar qualifiedPluralNounPhrase(determiner) :   Production grammar.t[506]
'any' detPluralOnlyNounPhrase->np_
grammar qualifiedPluralNounPhrase(theOnesContaining) :   ContentsQualifierProduction grammar.t[572]
('the' 'ones' | 'everything' | 'all')
contentsPrepOrVerb->prep_ completeNounPhraseWithoutAll->cont_
grammar qualifiedPluralNounPhrase(theOnesIn) :   LocationalProduction grammar.t[562]
('the' 'ones' ('that' ('are' | 'were') | )
| ('everything' | 'all')
('that' ('is' | 'was') | 'that' tokApostropheS | ))
locationPrep->prep_ completeNounPhraseWithoutAll->cont_
Adv3Lite Library Reference Manual
Generated on 01/03/2024 from adv3Lite version 1.6.2