Practical Grammar 8: Difference between revisions

From English Grammar
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
<font size="3">
<font size="3">


== Complement Clauses ==
<span style="color: blue>Exercise 8.1 (based on section 5.1 of the textbook)</span>
* Go to <span class="newwin">[https://xlfg.labri.fr/ https://xlfg.labri.fr/]</span>.
* Open your latest grammar or start with a copy of Grammar5-Ex 7.3.
* Add the words in the following sentences:
(1) Oscar thinks Sarah likes musicals<br>
(2) Oscar thinks that Sarah likes musicals
* Make any further changes that are necessary to obtain exactly the f-structure (10) on p. 101 for (1)-(2).
* Extend your grammar to predict the following facts:
(3) Oscar enquires whether Sarah likes musicals<br>
(4) *Oscar enquires Sarah likes musicals<br>
(5) *Oscar enquires that Sarah likes musicals
For sentence (3), you should obtain an f-structure which is identical to that of sentence (1), with the exception that the CLTYPE of (3) should be INTER.
Now make sure that your grammar does not license the following example:
(6) *Oscar thinks whether Sarah likes musicals
This requires the use of a constraining equation in one place!
'''Note:''' the solution to this exercise is going to be posted under the name ''Grammar5-Ex8.1-solution''.
<!--
== Collecting everything we have done so far in one grammar ==
<span style="color: blue>Exercise 8.2</span>
* Go to <span class="newwin">[https://xlfg.labri.fr/ https://xlfg.labri.fr/]</span>.
* Open the grammar ''Practical Grammar 7''. Except for test sentences, it is empty.
* Open xlfg again in a second browser tab by clicking on <span class="newwin">[https://xlfg.labri.fr/ https://xlfg.labri.fr/]</span>.
* Open your previous grammars in the second tab window and copy information from those grammars into ''Practical Grammar 7'' in the first browser tab until the grammar returns the expected result for all test sentences.
-->
== The Difference between Defining Equations and Constraining Equations ==
== The Difference between Defining Equations and Constraining Equations ==


Line 49: Line 89:
  '''<span style="color: red>(↑ TENSE) =<sub>c</sub> pres</span>''' becomes '''<span style="color: blue>(↑ TENSE) == pres;</span>''' in xlfg.
  '''<span style="color: red>(↑ TENSE) =<sub>c</sub> pres</span>''' becomes '''<span style="color: blue>(↑ TENSE) == pres;</span>''' in xlfg.


== Complement Clauses ==
<span style="color: blue>Exercise 8.1 (based on section 5.1 of the textbook)</span>
* Go to <span class="newwin">[https://xlfg.labri.fr/ https://xlfg.labri.fr/]</span>.
* Open your latest grammar or start with a copy of Grammar5-Ex 7.3.
* Add the words in the following sentences:
(1) Oscar thinks Sarah likes musicals<br>
(2) Oscar thinks that Sarah likes musicals
* Make any further changes that are necessary to obtain exactly the f-structure (10) on p. 101 for (1)-(2).
* Extend your grammar to predict the following facts:
(3) Oscar enquires whether Sarah likes musicals<br>
(4) *Oscar enquires Sarah likes musicals<br>
(5) *Oscar enquires that Sarah likes musicals
For sentence (3), you should obtain an f-structure which is identical to that of sentence (1), with the exception that the CLTYPE of (3) should be INTER.
Now make sure that your grammar does not license the following example:
(6) *Oscar thinks whether Sarah likes musicals
This requires the use of a constraining equation in one place!
'''Note:''' the solution to this exercise is going to be posted under the name ''Grammar5-Ex8.1-solution''.


<!--
<!--


== Collecting everything we have done so far in one grammar ==
<span style="color: blue>Exercise 8.2</span>
* Go to <span class="newwin">[https://xlfg.labri.fr/ https://xlfg.labri.fr/]</span>.
* Open the grammar ''Practical Grammar 7''. Except for test sentences, it is empty.
* Open xlfg again in a second browser tab by clicking on <span class="newwin">[https://xlfg.labri.fr/ https://xlfg.labri.fr/]</span>.
* Open your previous grammars in the second tab window and copy information from those grammars into ''Practical Grammar 7'' in the first browser tab until the grammar returns the expected result for all test sentences.


-->
-->

Revision as of 08:08, 18 January 2022

Complement Clauses

Exercise 8.1 (based on section 5.1 of the textbook)

  • Go to https://xlfg.labri.fr/.
  • Open your latest grammar or start with a copy of Grammar5-Ex 7.3.
  • Add the words in the following sentences:

(1) Oscar thinks Sarah likes musicals
(2) Oscar thinks that Sarah likes musicals

  • Make any further changes that are necessary to obtain exactly the f-structure (10) on p. 101 for (1)-(2).
  • Extend your grammar to predict the following facts:

(3) Oscar enquires whether Sarah likes musicals
(4) *Oscar enquires Sarah likes musicals
(5) *Oscar enquires that Sarah likes musicals

For sentence (3), you should obtain an f-structure which is identical to that of sentence (1), with the exception that the CLTYPE of (3) should be INTER.

Now make sure that your grammar does not license the following example:

(6) *Oscar thinks whether Sarah likes musicals

This requires the use of a constraining equation in one place!

Note: the solution to this exercise is going to be posted under the name Grammar5-Ex8.1-solution.

The Difference between Defining Equations and Constraining Equations

There are several types of equations that can be used in annotations. So far, we have encountered the following two:

(1) ↑=↓1;
(2) (↑ OBJ) =↓2;

These equations are both defining equations.

Defining equations add their information to an f-structure.

There is a second kind of equation, which we have not seen yet, but which you will need for the following exercise. These are called constraininig equations.

Constraininig equations test whether their information is contained in an f-structure. They do NOT add the information themselves.

Illustration:

Case 1:

Imagine you have the following defining equation:

(↑ TENSE) = pres;

  • it turns the f-structure [] into the f-structure [TENSE pres], i.e. it adds its information to the f-structure.
  • it turns the f-structure [TENSE pres] into the f-structure [TENSE pres], i.e. it adds its information to the f-structure. If the information was already there, the f-structure remains the same.

Case 2:

Now, imagine you have the following constraining equation:

(↑ TENSE) =c pres

  • it marks the f-structure [] as ill-formed, since it does not contain the information TENSE pres, i.e. the constraining equation is a test on an f-structure.
  • it marks the f-structure [TENSE pres] as well-formed, but does not change it.

When to use a constraining equation:

Constraining equations are used when one item depends on some other item's adding a particular piece of information to an f-structure.

The Syntax of Constraining equations in xlfg

Since xlfg does not use subscripts, it uses "==" as constraining equations.

Illustration:

(↑ TENSE) =c pres becomes (↑ TENSE) == pres; in xlfg.


Homework

For next week, read pages 102-113 in the textbook.