Practical Grammar CompClauses: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<font face="Arial, Helvetica, sans-serif"> <font size="3"> == Complement Clauses == <span style="color: blue>Exercise 9 </span> * Add the words in the following sentences: (1) Fred thinks that Lilly disappeared<br> (2) Fred enquires whether Lilly disappeared Implement the following: # ''that'' and ''whether'' belong to the part of speech C (= complementizer). # Complementizers head CPs. # CPs take two daughers: a C and an IP. The two daughters are co-heads of the...") |
No edit summary |
||
Line 20: | Line 20: | ||
* Make any further changes that are necessary to obtain the f-structure (10) on p. 101 for (1), with one exception: your grammar will not contain the information [CLTYPE DECL] in the main f-structure! For sentence (2), you should obtain an f-structure which is identical to that of sentence (1), with the exception that the CLTYPE of the COMP in (2) should be INTER. | * Make any further changes that are necessary to obtain the f-structure (10) on p. 101 for (1), with one exception: your grammar will not contain the information [CLTYPE DECL] in the main f-structure! For sentence (2), you should obtain an f-structure which is identical to that of sentence (1), with the exception that the CLTYPE of the COMP in (2) should be INTER. | ||
<br> | <br> | ||
<br> | <br> | ||
Line 117: | Line 28: | ||
[[Practical_Grammar |'''Main page''']] [[Practical_Grammar_2|'''Week 2''']] [[Practical_Grammar_3|'''Week 3''']] [[Practical_Grammar_4|'''Week 4''']] [[Practical_Grammar_5|'''Week 5''']] [[Practical_Grammar_6|'''Week 6''']] [[Practical_Grammar_7_new|'''Week 7''']] '''Week 8''' [[Practical_Grammar_9|'''Week 9''']] | [[Practical_Grammar |'''Main page''']] [[Practical_Grammar_2|'''Week 2''']] [[Practical_Grammar_3|'''Week 3''']] [[Practical_Grammar_4|'''Week 4''']] [[Practical_Grammar_5|'''Week 5''']] [[Practical_Grammar_6|'''Week 6''']] [[Practical_Grammar_7_new|'''Week 7''']] '''Week 8''' [[Practical_Grammar_9|'''Week 9''']] | ||
</div> | </div> | ||
Revision as of 06:37, 25 July 2025
Complement Clauses
Exercise 9
- Add the words in the following sentences:
(1) Fred thinks that Lilly disappeared
(2) Fred enquires whether Lilly disappeared
Implement the following:
- that and whether belong to the part of speech C (= complementizer).
- Complementizers head CPs.
- CPs take two daughers: a C and an IP. The two daughters are co-heads of the CP.
- You need to add a new VP rule which allows a VP to consist of a V and a CP. The CP bears the GF COMP.
- Make any further changes that are necessary to obtain the f-structure (10) on p. 101 for (1), with one exception: your grammar will not contain the information [CLTYPE DECL] in the main f-structure! For sentence (2), you should obtain an f-structure which is identical to that of sentence (1), with the exception that the CLTYPE of the COMP in (2) should be INTER.