Miscellaneous Questions


Parse Tree

Q. Develop a parse tree for the sentence "The boy ate a popsicle." using the following rule:

S à NP VP
NP à ART N
VP à V NP
N à boy | popsicle
V à ate
ART à the | a


Q. Develop a parse tree for the sentence "Shyam slept on the platform" using the following rules:

S à NP VP
NP à N
NP à DET N
VP à V PP
PP à PREP NP
N à Shyam | Platform
V à slept
DET à the
PREP à on

 
          AI Contents  
©Universal Teacher Publications Web: www.universalteacherpublications.com.