Practical Grammar 10: Difference between revisions

From English Grammar
Jump to navigation Jump to search
 
(86 intermediate revisions by the same user not shown)
Line 2: Line 2:
<font size="3">
<font size="3">


== When it rains, it pours ==
== Infinitives ==


Note the following sharp contrasts:
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) It rained.<br>
(1) Ingrid tried [to buy olives] <br>
(2) *Ingrid rained<br>
(2) Ingrid pursuaded Fred [to buy olives] <br>
(3) Ingrid promised Fred [to buy olives]


(3) There arose a storm<br>
The bracketed infinitives differ from COMPs in three major ways:
(4) *Ingrid arose a storm
1. The form of the verb is an infinitive;
2. The infinitive marker ''to'' appears before the verb.
3. The infinitive lacks an overt SUBJ.


What these examples show is that there are places where only meaningless expressions like ''it'' and ''there'' can occur in English, but not meaningful expressions like ''Ingrid'' or ''the cat''. ''rain'' and similar words are called '''weather verbs''' and the construction in (3) has the name '''existential construction'''. This leads to the ''it'' of weather verbs being referred to as '''weather-it''' and the ''there'' in the existential construction as '''existential there'''. It is assumed that both expressions are meaningless and that the only subject th weather verbs permit is ''weather-it'' and the only subject that the existential construction tolerates is the ''existential there''.
Let us investigate the meaning of these sentences. ''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


Note: for both of these meaningsless pronouns, there are pronouns spelled identically that are meaningful and in fact that is no coincidence: the meaningless pronouns developed historically from the meaningful ones in environments where their meaning came to be more and more bleached. As a consequence, we need two different lexical entries with the spelling ''it'' and two different ones for ''there'' as well.
(1b) '''Ingrid''' tried to bring it about that '''she (= Ingrid)''' buys olives.<br>
(2b) Ingrid pursuaded '''Fred''' that '''he (= Fred)''' buys olives. <br>
(3b) '''Ingrid''' promised Fred that '''she (= Ingrid)''' buys olives.


Altogether, with respect to their subjects, there are three different verb classes in English:
Interestingly, even though a. there is an understood agent 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. 'Normal' verbs: they require a meaningful subject. They make up almost all verbs. Examples: ''sing, dance, put, tell, insult''.
(1c) * Ingrid tried ['''she''' to buy olives] <br>
2. wheather-verbs: require wheather-it as their subject. Examples: ''rain, snowed, thunder''.
(2c) * Ingrid pursuaded Fred ['''he''' to buy olives] <br>
3. Existential verbs: demand that their subject be the existential ''there''. Examples: ''arise, be, arrive''.
(3c) * Ingrid promised Fred ['''she''' to buy olives]


=== Implementation ===
As the examples above show, the understood subject of the infinitive is not always the same. That naturally raises the question of how the interpretation of the understood subject is determined.


It is actually fairly easy to implement these ideas in XLFG. We need the following:
A little thought shows that the understood subject of the infinitive is determined by the (meaning of) the upper verb. When one tries or promises to do something, then one does so for an action that one will perform oneself. On the other hand, when one persuades somebody to do something, it is the pursuaded person that is supposed to perform the action, not the pursuader. The phenomenon that we witness here is called '''Control'''. We say that ''try'' and ''promise'' make their subject control the infinitive, whereas ''pursuade'' makes its object control the infinitive.


a. A way of marking the distinction between words that do and do not have meaning
These are the facts that we wish to capture in this unit. As always, we will need lexical entries and annotated phrase structure rules to accomplish that. Here are some guiding ideas to help you do that.
b. To make sure that normal verbs only tolerate meaningful subjects.
c. To find a way of making weather-verbs require their subject to be the meaningless weather-it and that the existential verbs require their subject to be the existential-there.


==== A ====
== Guiding ideas ==


We already have a way to distinguish meaningful from meaningless nouns. Recall that we specify the meaning of a noun in its PRED value. To model a meaningless noun simply means to '''not''' give it a PRED value.
1. We analyze infinitival subordinate clauses as VPs.<br>
2. The infinitive marker ''to'' can be assumed to belong to part of speech '''IM''' (for infinitive marker). That is all the lexicon needs to say about it.<br>
3. Assume that IM combines with a VP to form another VP. IM and its sister VP are co-heads of their mother-VP.<br>
4. The infinitive ''buy'' is a new type of verb form for us. So far, all the verb forms that we encountered were tensed forms in the present and past tense, e.g. the third person singular present tense form ''buys'' or the non-third person singular present tense form ''buy'', as in ''I buy olives, you buy olives'', etc. Note that even though the non-third person singular tense forms and the infinitives of most verbs are homophonous (= are pronounced the same way), they must be kept distinct. They have different grammatical properties and for some verbs, they are not homophonous. Note, for instance, ''I am, you are'' vs. ''to be''!<br>
5. To separate these finite and infinitival verb forms from each other, we introduce a new feature called '''VFORM''', with the values "fin" (= finite = tensed) and "inf" (= infinitive = non-tensed). There will eventually also be VFORM values for progressive verb forms like ''buying'' and participles like ''bought'', but we will not deal with those here.<br>
6. As always, when we introduce a new expression kind (in this case the infinitive), we need to specify a grammatical function for it. For tensed subordinate clauses we chose the grammatical function COMP (= complement clause). For infinitival complements we postulate the grammatical function '''XCOMP'''. The X stands for the unexpressed subject of the subordinate clause.


==== B ====
== How to write the control equations in XLFG ==


This is also straightforward: meaningful subjects are those which are assigned a semantic role in the verb's PRED value. Meaningless subjects are of course not assigned a semantic role. After all, since meaningless expressions do not refer to anything, there is nothing that could play that role in an event.
Each control verb contains a control equation that expresses which of the control verb's arguments controls the understood SUBJ of the control verb's XCOMP. Below, the equations for SUBJ and OBJ control are stated.  


==== C ====
'''Note:'''


This is a little more involved and requires two theoretical innovations.
a. Remember to use the up arrow from the editor, not those from your keyboard.<br>
b. The control equations must occur in curled parentheses at the end of the lexical entry. <br>
c. There is '''no''' semicolon before '''{''' !<br>
d. There '''is''' a semicolon after '''}''' !


1. FORM values for meaningless ''it'' and ''there''. The problem is that weather verbs ONLY tolerate the meaningless ''it'' as a subject and existential verbs ONLY the meaningless ''there''. But, how can these verbs tell these two meaningless items apart? The answer is that we need to give these two nouns functional information that the verb can selects. This is what the new FORM feature is for. In their lexical entries, ''it'' is marked FORM:it and ''there'' is marked FORM:there. Meaningful items don't need the form feature.
== Subject control: ''try'' and ''promise'' ==


  2. The completeness and coherence conditions assume that all the grammatical functions in a verb's PRED value are assigned a thematic role. For the subjects of weather and existential verbs, however, that is precisely not the case. Therefore, these subjects have to be listed outside the verb's PRED value. The PRED value of ''rain'', for instance, will then be: [PRED:'RAIN'<>SUBJ'] . Since ''rain'' has no meaningful dependent, the brackets after its meaning stay empty. The non-semantic subject is then listed after the brackets.
  The SUBJ of the higher verb and the XCOMP's SUBJ are identical:
{ (↑SUBJ) = (↑XCOMP SUBJ); };


With this, we have all the pieces in place for the next excercise.
==Object control: ''persuade''==


<span style="color: blue>Exercise 11 </span>
  The OBJ of the higher verb and the XCOMP's SUBJ are identical.
  { (↑OBJ) = (↑XCOMP SUBJ); };


1. Open Grammar Grammar 8<br>
'''Also note:''' if necessary, there may be additional statements inside the curly brackets besides the control equations. Every such statement also ends with a semicolon!
2. For all the words in the sentences below, add lexical entries if that is necessary.<br>
3. Add these sentences as test items with their grammaticality status.<br>
4. Parse.


<!--
In the following exercise, we will extend the grammar to license sentences with verbs like ''try'', ''promise'', and ''persuade''.


== Existential sentences ==
==== <span style="color: blue>Exercise 10</span> Controlled infinitival complement clauses ====


English has a second expletive, namely the word ''there'' in sentences like (3):
1. Go to <span class="newwin">https://xlfg.labri.fr/</span> and log in.<br>
2. Open ''Exam Grammar SoSe 2026''.<br>
3. The grammar contains 14 test sentences.<br>
4. Add lexical entries and phrase structure rules so that your grammar makes the correct grammaticality predictions for all 14 test sentences.


(3) There arose a storm<br>


These sentences are called existential sentences, because they express that an instance of the concept named by the postverbal NP exists or comes about. Sentence (3), for instance, says that a storm came into existence. This can also be expressed by "A storm arose", but (3) stresses the existential aspect more strongly.


Existential sentences require the '''expletive''' ''there'' as a SUBJ, because the existence is expressed by the verb ''arise'' and ''there'' contributes no meaning to the sentence. In this usage, ''there'' is a noun. In its usage as a locative element (which we are not dealing with here), it is an adverb.
'''Important note''': the Wiki page currently does not allow me to upload pictures. Therefore, I have uploaded '''to Olat''' the file
Exercise-10-expected-output.pdf
which presents the structures that your grammar should produce for 14 test sentences.


From what was said above, the constrast between (3) and (4) follows. Implement these two sentences:
(4) *Ingrid arose a storm
Sentence (3) should get a single Argument Structure, namely the following one:
[[ File:Arose-a-storm-as.JPG  | 340px]]
-->
== Weather verbs and existential verbs in functional control constructions ==
Add the following test items to your grammar and parse all items:
(5) Ingrid bought olives <br>
(6) *it bought olives <br>
(7) *There bought olives <br>
(6) it rained<br>
(6) *Ingrid rained<br>
(7) *there rained<br>
(8) There arose a storm<br>
(8) *Ingrid arose a storm<br>
(9) *it arose a storm<br>
<!--
(10) *It tried to rain<br>
(11) *There tried to arise a storm<br>
(12) It seemed to rain<br>
(13) There seemed to arise a storm
-->
The data above together with the data from Unit 9 illustrate the following generalizations:
a. The verb ''buy'' tolerates as its SUBJ the word ''Ingrid'' but not the expletives ''it'' and ''there''.<br>
b. The verb ''rain'' tolerates as its SUBJ the expletive ''it'' but not the words ''Ingrid'' and the expletive ''there''.<br>
c. The verb ''arise'' in its existential use tolerates as its SUBJ the expletive ''there'' but not the words ''Ingrid'' and  the expletive ''it''.<br>
<!--
d. The verb ''buy'' can serve as the head of the complement of the control verb ''try'', but the verbs ''rain'' and ''arise'' cannot. In other words, you cannot embed a verb under ''try'' if that verb requires an expletive as its subject.<br>
e. All three verbs ''buy'', ''rain'' and ''arise'' can serve as the head of the complement of the raising verb ''seem''.
-->
<font size="2">
<br>
<br>


<br>
<br>
Line 119: Line 86:
<font size="2">
<font size="2">
<div align="center">
<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''']] [[Practical_Grammar_10|'''Week 10''']]  [[Practical_Grammar_11|'''Week 11''']]
   [[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>
<div align="center">
</div>
</div>


<!-- [[Practical_Grammar_12|'''Term Paper Project''']] -->
<!--   [[Practical_Grammar_10|'''Week 10''']]  [[Practical_Grammar_11|'''Week 11''']] [[Practical_Grammar_12|'''Term Paper Project''']] -->

Latest revision as of 11:40, 21 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]

The bracketed infinitives differ from COMPs in three major ways:

1. The form of the verb is an infinitive;
2. The infinitive marker to appears before the verb.
3. The infinitive lacks an overt SUBJ.

Let us investigate the meaning of these sentences. 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

(1b) Ingrid tried to bring it about that she (= Ingrid) buys olives.
(2b) Ingrid pursuaded Fred that he (= Fred) buys olives.
(3b) Ingrid promised Fred that she (= Ingrid) buys olives.

Interestingly, even though a. there is an understood agent 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:

(1c) * Ingrid tried [she to buy olives]
(2c) * Ingrid pursuaded Fred [he to buy olives]
(3c) * Ingrid promised Fred [she to buy olives]

As the examples above show, the understood subject of the infinitive is not always the same. That naturally raises the question of how the interpretation of the understood subject is determined.

A little thought shows that the understood subject of the infinitive is determined by the (meaning of) the upper verb. When one tries or promises to do something, then one does so for an action that one will perform oneself. On the other hand, when one persuades somebody to do something, it is the pursuaded person that is supposed to perform the action, not the pursuader. The phenomenon that we witness here is called Control. We say that try and promise make their subject control the infinitive, whereas pursuade makes its object control the infinitive.

These are the facts that we wish to capture in this unit. As always, we will need lexical entries and annotated phrase structure rules to accomplish that. Here are some guiding ideas to help you do that.

Guiding ideas

1. We analyze infinitival subordinate clauses as VPs.
2. The infinitive marker to can be assumed to belong to part of speech IM (for infinitive marker). That is all the lexicon needs to say about it.
3. Assume that IM combines with a VP to form another VP. IM and its sister VP are co-heads of their mother-VP.
4. The infinitive buy is a new type of verb form for us. So far, all the verb forms that we encountered were tensed forms in the present and past tense, e.g. the third person singular present tense form buys or the non-third person singular present tense form buy, as in I buy olives, you buy olives, etc. Note that even though the non-third person singular tense forms and the infinitives of most verbs are homophonous (= are pronounced the same way), they must be kept distinct. They have different grammatical properties and for some verbs, they are not homophonous. Note, for instance, I am, you are vs. to be!
5. To separate these finite and infinitival verb forms from each other, we introduce a new feature called VFORM, with the values "fin" (= finite = tensed) and "inf" (= infinitive = non-tensed). There will eventually also be VFORM values for progressive verb forms like buying and participles like bought, but we will not deal with those here.
6. As always, when we introduce a new expression kind (in this case the infinitive), we need to specify a grammatical function for it. For tensed subordinate clauses we chose the grammatical function COMP (= complement clause). For infinitival complements we postulate the grammatical function XCOMP. The X stands for the unexpressed subject of the subordinate clause.

How to write the control equations in XLFG

Each control verb contains a control equation that expresses which of the control verb's arguments controls the understood SUBJ of the control verb's XCOMP. Below, the equations for SUBJ and OBJ control are stated.

Note:

a. Remember to use the up arrow from the editor, not those from your keyboard.
b. The control equations must occur in curled parentheses at the end of the lexical entry.
c. There is no semicolon before { !
d. There is a semicolon after } !

Subject control: try and promise

The SUBJ of the higher verb and the XCOMP's SUBJ are identical:
{ (↑SUBJ) = (↑XCOMP SUBJ); };

Object control: persuade

 The OBJ of the higher verb and the XCOMP's SUBJ are identical.
 { (↑OBJ) = (↑XCOMP SUBJ); };

Also note: if necessary, there may be additional statements inside the curly brackets besides the control equations. Every such statement also ends with a semicolon!

In the following exercise, we will extend the grammar to license sentences with verbs like try, promise, and persuade.

Exercise 10 Controlled infinitival complement clauses

1. Go to https://xlfg.labri.fr/ and log in.
2. Open Exam Grammar SoSe 2026.
3. The grammar contains 14 test sentences.
4. Add lexical entries and phrase structure rules so that your grammar makes the correct grammaticality predictions for all 14 test sentences.


Important note: the Wiki page currently does not allow me to upload pictures. Therefore, I have uploaded to Olat the file

Exercise-10-expected-output.pdf

which presents the structures that your grammar should produce for 14 test sentences.