Practical Grammar 9-Raising-Control: Difference between revisions
: |
No edit summary |
||
| Line 10: | Line 10: | ||
(3) Ingrid promised Fred [to buy olives] | (3) Ingrid promised Fred [to buy olives] | ||
Let us investigate the meaning of these sentences first. 'buy' is a predicate that needs an AGENT and a PATIENT. The patient in each of the sentences above is mentioned directly: ''olives''. But who is the agent? As is shown by the following (not always natural sounding) paraphrases, in (1) and (3), Ingrid is understood to be the one buying olives and in (2) Fred is understood as the intended olive buyer Interestingly, even though a. there is an understood buyer in each case and b. ''buy'' assigns the agent role to its subject, this subject cannot be expressed inside the infinitive. An attempt to add one, for instance as a pronoun leads to ungrammaticality: | Let us investigate the meaning of these sentences first. 'buy' is a predicate that needs an AGENT and a PATIENT. The patient in each of the sentences above is mentioned directly: ''olives''. But who is the agent? As is shown by the following (not always natural sounding) paraphrases, in (1) and (3), Ingrid is understood to be the one buying olives and in (2) Fred is understood as the intended olive buyer | ||
(1') '''Ingrid''' tried to bring it about that '''she (= Ingrid)''' buys olives.<br> | |||
(2') Ingrid pursuaded Fred that he (= Fred) buys olives. <br> | |||
(3') Ingrid promised Fred that she (= Ingrid) buys olives. | |||
Interestingly, even though a. there is an understood buyer in each case and b. ''buy'' assigns the agent role to its subject, this subject cannot be expressed inside the infinitive. An attempt to add one, for instance as a pronoun leads to ungrammaticality: | |||
(1') * Ingrid tried [she to buy olives] <br> | (1') * Ingrid tried [she to buy olives] <br> | ||
Revision as of 03:17, 14 July 2026
Infinitives
Having dealt with complements in the form of NP, PP, and subordinate clauses, we now turn to infinitives. Here are a few typical examples:
(1) Ingrid tried [to buy olives]
(2) Ingrid pursuaded Fred [to buy olives]
(3) Ingrid promised Fred [to buy olives]
Let us investigate the meaning of these sentences first. 'buy' is a predicate that needs an AGENT and a PATIENT. The patient in each of the sentences above is mentioned directly: olives. But who is the agent? As is shown by the following (not always natural sounding) paraphrases, in (1) and (3), Ingrid is understood to be the one buying olives and in (2) Fred is understood as the intended olive buyer
(1') Ingrid tried to bring it about that she (= Ingrid) buys olives.
(2') Ingrid pursuaded Fred that he (= Fred) buys olives.
(3') Ingrid promised Fred that she (= Ingrid) buys olives.
Interestingly, even though a. there is an understood buyer in each case and b. buy assigns the agent role to its subject, this subject cannot be expressed inside the infinitive. An attempt to add one, for instance as a pronoun leads to ungrammaticality:
(1') * Ingrid tried [she to buy olives]
(2') * Ingrid pursuaded Fred [he to buy olives]
(3') * Ingrid promised Fred [she to buy olives]
Even though , the subject of to buy olives has to remain understood
(5) Ingrid bought olives
(6) *it bought olives
(7) *there bought olives
(8) it rained
(9) *Ingrid rained
(10) *there rained
In this unit, we will extend the grammar to license sentences with verbs like 'try' and 'seems' which have interesting properties.
try (Control verb)
Notation:
In the exercises of this unit, we will have to implement Control: this means that a GF of the higher verb and the SUBJ of the higher verb's XCOMP are identical.
In XLFG, this is written as follows:
- (↑SUBJ) = (↑XCOMP SUBJ); means: the SUBJ of the higher verb and the XCOMP's SUBJ are identical.
- (↑OBJ) = (↑XCOMP SUBJ); means: the OBJ of the higher verb and the XCOMP's SUBJ are identical.
Exercise 9.1
- Go to https://147.210.117.56.
- On the basis of pages 102-103 in the textbook, make all the additions to the grammar that are necessary to yield the following outputs for sentence (1):
(1) Ingrid tried to buy olives.
Implement the following grammatical assumptions:
- 'to' (the infinitive marker): assume that it is marked [IM:+].
- 'buy': [VFORM:INF]
Make sure that your grammar makes the correct predictions for the sentences below:
(2) Ingrid buys olives
(3) *Ingrid tried 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.
persuade (Object control verb)
try and seem are subject control (raising verbs), 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.
Exercise 9.3
Make all the changes to your current grammar so that it licenses the representations below:
(5) Ingrid persuaded Fred to buy olives.
Make sure that your grammar makes the correct predictions for the sentences below:
(2) Ingrid buys olives
(3) *Ingrid persuaded Fred buys olives
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.