Chapter 7
Phrasal Structure and Verb Complementation
The Form of Phrase Structure Rules
For each of the following phrase structure rules, write out the possible sequences that each rule generates:
Example: A → B (C D) E
Answer: A → B E
A → B C D E
A → B (C) D (E)
A → B (C) (D) E
A → B {C, D} {E, F, H} G
For the following phrase structure rule, write out all the possible sequences that the rule generates.
Given the following tree diagram, write the phrase structure rules that generated it.
Consider the following hypothetical phrase structure grammar:
H → x R (S)
R → k m ({n, o})
m → P
k → v
S → {y, z} (H)
What is the initial symbol?
What are the terminal symbols?
What is the recursive symbol?
List the nonbranching nodes
List the branching nodes
Are S and k sister nodes?
Are z and v sister nodes?
Are m and n sister nodes
Are R and S sister nodes?
Which node may immediately dominate S?
Which nodes may S immediately dominate?
In this grammar:
Can the sequence k and m form a constituent
Can k, m, and o?
Can m and n?
Can R and S?
Can y?
Indicate which of the following trees are generated by this grammar. Explain what is wrong with the unacceptable trees.
A →B D
A →B C D
A →B D E
A →B C D E
A →B E
A →B C E
A →B D E
A →B C D E
A →B C F G
A →B C E G
A →B C H G
A →B D F G
A →B D E G
A →B D H G
(d)A →B E
A →B C E
A →B D E
S →A B C D
S →A B C E
S →A D
S →A E
S →F G
S →G
S → A B C
C → D {C, A}
Note that from the evidence of one tree, you cannot determine which elements are optional. For example, B may be optional.
H
x, n, o, P, v, y, z
H
m, k
H, S, R
No (S is the “aunt” of k)
No (they are “cousins”)
Yes – both are dominated by R
Yes – both are dominated by S
H
y, z, H
Yes of R
Yes, of R
No, k must be present
No, x must be present
Yes, of S
not acceptable – H must dominate x
acceptable
not acceptable – R must dominate m
not acceptable – S can dominate y or z, but not both
acceptable