Practical Grammar 9: Difference between revisions

From English Grammar
Jump to navigation Jump to search
Line 24: Line 24:


==''try (Control verb)''==
==''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);  the SUBJ of the higher verb and the XCOMP's SUBJ are identical.
* (↑OBJ) = (↑XCOMP SUBJ);  the OBJ of the higher verb and the XCOMP's SUBJ are identical.


<span style="color: blue>Exercise 9.1 (based on section pages 102-103 and 108-110 of the textbook)</span>
<span style="color: blue>Exercise 9.1 (based on section pages 102-103 and 108-110 of the textbook)</span>

Revision as of 10:35, 1 February 2022

Functional Control

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); the SUBJ of the higher verb and the XCOMP's SUBJ are identical.
  • (↑OBJ) = (↑XCOMP SUBJ); the OBJ of the higher verb and the XCOMP's SUBJ are identical.

Exercise 9.1 (based on section pages 102-103 and 108-110 of the textbook)

  • Go to https://xlfg.labri.fr/.
  • Create a new project and copy your previous grammar into your new project.
  • Make sure that under 'Output Parameters' Extended Coherence test on Feature-Structures is set toYes.
  • On the basis of pages 102-108 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.

Ingrid-tried-to-buy-olives-cs.JPG     Ingrid-tried-to-buy-olives-fs.JPG

Implement the following grammatical assumptions:

  • 'to' (the infinitive marker): assume that it is marked [IM:+].
  • 'buy': [VFORM:INF]

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.

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)

(4) Ingrid seemed to buy olives.


(2) Ingrid seemed to buy olives

Ingrid-seemed-to-buy-olives-csJPG.JPG     Ingrid-seemd-to-buy-olives-fs.JPG Ingrid-seemed-to-buy-olives-as.JPG