Practical Grammar 15: Difference between revisions
Created page with "==''expect(Object raising verb)''== ''expect'' is an object raising verb. <span style="color: blue>Exercise 9.4 </span> Make all the changes to your current grammar so that it licenses the representations below: (5) Ingrid expected Fred to buy olives. 1000px 500px 500px <br> 4. The most com..." |
|||
| Line 1: | Line 1: | ||
= Raising and control = | |||
==''expect(Object raising verb)''== | ==''expect(Object raising verb)''== | ||
| Line 51: | Line 53: | ||
(2) Ingrid buys olives <br> | (2) Ingrid buys olives <br> | ||
(3) *Ingrid tried buys olives | (3) *Ingrid tried buys olives | ||
<!-- | |||
''try'' is a subject control verb, because the controller of the lower subject is the higher '''subject'''. But, objects can control as well. One verb where that is the case is ''persuade''. | |||
<span style="color: blue>Exercise 10.2 </span> | |||
Make all the changes to your current grammar so that it licenses the representations for (2) below: | |||
(2) Ingrid persuaded Fred to buy olives. | |||
<!-- | |||
[[File:Ingrid-persuaded-Fred-to-buy-olives.cs.JPG | 1000px]] | |||
--> | |||
[[File:Ingrid-persuaded-Fred-to-buy-olives.fs.JPG | 500px]] | |||
[[File:Ingrid-persuaded-Fred-to-buy-olives-as.JPG | 500px]] | |||
<br> | |||
Make sure that your grammar makes the correct predictions for the sentences below: | |||
(2) Ingrid buys olives <br> | |||
(3) *Ingrid persuaded Fred buys olives | |||
==''seem (Raising verb)''== | |||
Notation: | |||
The verb ''seem'' differs from the verb ''try'' in that ''seem'' does not assign a semantic role to its SUBJ. This is the first time we encounter such verbs. In XLFG, GFs that the predicate does not assign a role to are written between the closing > and the final apostrophe, as follows: | |||
* PRED:'X<...><span style="color: red>Y</span>' | |||
Meaning of the line above: the GFs listed in ... are assigned semantic roles by the predicate, but the grammatical function <span style="color: red>Y</span> is not. | |||
<span style="color: blue>Exercise 9.2 </span> | |||
* Go to <span class="newwin">[https://147.210.117.56 https://147.210.117.56]</span>. | |||
* Make sure that under 'Output Parameters' '''Extended Coherence test on Feature-Structures''' is set to '''Yes'''</span>. | |||
* Extend your previous grammar. | |||
* On the basis of pages 104-108 in the textbook, make all the additions to the grammar that are necessary to yield the following outputs for sentence (4): | |||
(4) Ingrid seemed to buy olives. | |||
[[File:Ingrid-seemed-to-buy-olives-cs.JPG | 500px]] | |||
[[File:Ingrid-seemed-to-buy-olives-fs.JPG | 500px]] | |||
(4) Ingrid buys olives.<br> | |||
(5) Ingrid tried to buy olives <br> | |||
(6) * Ingrid tried buys olives <br> | |||
(7) Ingrid pursuaded Fred to buy olives <br> | |||
(8) * Ingrid pursuaded Fred bought olives <br> | |||
(9) Ingrid promised Fred to buy olives<br> | |||
(10) * Ingrid promised Fred buys olives<br> | |||
(11) * Ingrid tried she to buy olives <br> | |||
(12) * Ingrid pursuaded Fred he to buy olives <br> | |||
(13) * Ingrid promised Fred she to buy olives<br> | |||
Make sure that the following sentences come out to be ungrammatical: | |||
(14) * Ingrid tried to rain<br> | |||
(15) * Ingrid persuaded Fred to rain<br> | |||
(16) * Ingrid promised Fred to rain | |||
[[File:Ingrid-tried-to-buy-olives-cs.JPG | 500px]] <br> | |||
[[File:Ingrid-tried-to-buy-olives-fs.JPG | 1000px]] | |||
<br> | |||
Implement the following grammatical assumptions: | |||
* 'to' (the infinitive marker): assume that it is a verb which is marked [IM:+]. | |||
* 'buy': [VFORM:INF] | |||
Make sure that your grammar also makes the correct predictions for the sentences below: | |||
(2) Ingrid buys olives <br> | |||
(3) *Ingrid tried buys olives | |||
<font size="2"> | |||
Extended Coherence Condition [non-final version] (p. 138) | |||
* All governable functions present in an f-structure must occur in the value of a local PRED feature. | |||
* All functions that have a PRED value must have a theta role. | |||
--> | |||
<br> | |||
<br> | |||
<font face="Arial, Helvetica, sans-serif"> | |||
<font size="2"> | |||
<div align="center"> | |||
[[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''']] [[Practical_Grammar_8|'''Week 8''']] [[Practical_Grammar_9|'''Week 9''']] | |||
</div> | |||
<!-- [[Practical_Grammar_10|'''Week 10''']] [[Practical_Grammar_11|'''Week 11''']] [[Practical_Grammar_12|'''Term Paper Project''']] --> | |||
--> | |||
Revision as of 11:22, 21 July 2026
Raising and control
expect(Object raising verb)
expect is an object raising verb.
Exercise 9.4
Make all the changes to your current grammar so that it licenses the representations below:
(5) Ingrid expected Fred to buy olives.
4. The most complex task is to encode the control behavior of the different verbs. We need statements to the effect that the subject (or object) of the higher verb controls (= is identical) to the subject of the XCOMP. For that, we need to add special equations to the lexical entries of control verbs, which are of the general form:
(↑ GF) = (↑ XCOMP SUBJ);
where GF is either SUBJ or OBJ. In the first case we get:
(↑ SUBJ) = (↑ XCOMP SUBJ);
This means, informally: my subject is identical to my XCOMP's SUBJ. In other words, this encodes subject control. Object control works the same. Remember to use the arrows from the XLFG editor rather than those from your keyboard!
Exercise 10.1 Controlled infinitive complement clauses
1. Go to https://147.210.117.56 and log in.
2. Open Grammar XXX.
6. Parse and make sure that all 6 sentences come out as grammatical.
- Go to https://xlfg.labri.fr/.
- Create a new project and copy your previous grammar into your new project.
- On the basis of pages 102-108 in the textbook, make all the additions to the grammar that are necessary to yield the following o
(1) Ingrid tried to buy olives
Make sure that your grammar makes the correct predictions for the sentence below:
(2) Ingrid buys olives
(3) *Ingrid tried buys olives
Make sure that your grammar makes the correct predictions for the sentences below:
(2) Ingrid buys olives
(3) *Ingrid persuaded Fred buys olives
seem (Raising verb)
Notation:
The verb seem differs from the verb try in that seem does not assign a semantic role to its SUBJ. This is the first time we encounter such verbs. In XLFG, GFs that the predicate does not assign a role to are written between the closing > and the final apostrophe, as follows:
- PRED:'X<...>Y'
Meaning of the line above: the GFs listed in ... are assigned semantic roles by the predicate, but the grammatical function Y is not.
Exercise 9.2
- Go to https://147.210.117.56.
- Make sure that under 'Output Parameters' Extended Coherence test on Feature-Structures is set to Yes.
- Extend your previous grammar.
- On the basis of pages 104-108 in the textbook, make all the additions to the grammar that are necessary to yield the following outputs for sentence (4):
(4) Ingrid seemed to buy olives.
(4) Ingrid buys olives.
(5) Ingrid tried to buy olives
(6) * Ingrid tried buys olives
(7) Ingrid pursuaded Fred to buy olives
(8) * Ingrid pursuaded Fred bought olives
(9) Ingrid promised Fred to buy olives
(10) * Ingrid promised Fred buys olives
(11) * Ingrid tried she to buy olives
(12) * Ingrid pursuaded Fred he to buy olives
(13) * Ingrid promised Fred she to buy olives
Make sure that the following sentences come out to be ungrammatical:
(14) * Ingrid tried to rain
(15) * Ingrid persuaded Fred to rain
(16) * Ingrid promised Fred to rain
Implement the following grammatical assumptions:
- 'to' (the infinitive marker): assume that it is a verb which is marked [IM:+].
- 'buy': [VFORM:INF]
Make sure that your grammar also makes the correct predictions for the sentences below:
(2) Ingrid buys olives
(3) *Ingrid tried buys olives
Extended Coherence Condition [non-final version] (p. 138)
- All governable functions present in an f-structure must occur in the value of a local PRED feature.
- All functions that have a PRED value must have a theta role.
-->
-->