qualifiedPluralNounPhraseGrammarProd

grammar qualifiedPluralNounPhrase(all) :   AllPluralProd

en_us.t[5888]

‘all’ detPluralNounPhrase->np_
| ‘all’ ‘of’ explicitDetPluralNounPhrase->np_

grammar qualifiedPluralNounPhrase(allNum) :   ExactQuantifiedPluralProd

en_us.t[5874]

‘all’ numberPhrase->quant_ indetPluralNounPhrase->np_
| ‘all’ numberPhrase->quant_ ‘of’ explicitDetPluralNounPhrase->np_

grammar qualifiedPluralNounPhrase(anyNum) :   QuantifiedPluralProd

en_us.t[5867]

(‘any’ | ) numberPhrase->quant_ indetPluralNounPhrase->np_
| (‘any’ | ) numberPhrase->quant_ ‘of’ explicitDetPluralNounPhrase->np_

grammar qualifiedPluralNounPhrase(both) :   BothPluralProd

en_us.t[5881]

‘both’ detPluralNounPhrase->np_
| ‘both’ ‘of’ explicitDetPluralNounPhrase->np_

grammar qualifiedPluralNounPhrase(determiner) :   LayeredNounPhraseProd

en_us.t[5861]

(‘any’ | ) detPluralOnlyNounPhrase->np_

grammar qualifiedPluralNounPhrase(theOnesIn) :   AllInContainerNounPhraseProd

en_us.t[5895]

(‘the’ ‘ones’ (‘that’ (‘are’ | ‘were’) | )
| (‘everything’ | ‘all’)
(‘that’ (‘is’ | ‘was’) | ‘that’ tokApostropheS | ))
(‘in’ | ‘inside’ | ‘inside’ ‘of’ | ‘on’ | ‘from’)
completeNounPhraseWithoutAll->cont_

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3