CS-14 Intelligent Systems Dec-2003
Q.5(a) Develop the parse tree for the sentence “Jack slept on the table", using the following rules:
S → NP VP
NP→N NP→DETN
VP→V PP PP→PREPNP
N → Jack | table
V → Slept
DET →the
PREP → on
(b) Discuss general approaches to Natural Language Understanding.
© Give the conceptual dependency structure to parse the following sentence:
“While going to college, 1 saw a frog.”

