Practical Grammar: Difference between revisions

From English Grammar
Jump to navigation Jump to search
Line 26: Line 26:
Throughout the course, we will use the following textbook:
Throughout the course, we will use the following textbook:


<span class="newwin">[https://hds.hebis.de/ubffm/Record/HEB449908283 Börjars et al. (2019)]</span>
<span class="newwin">[https://www.amazon.de/Lexical-Functional-Grammar-Introduction-Kersti-B%C3%B6rjars/dp/1316621650/ref=sr_1_1?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=3FCUE2E4TBUCZ&keywords=b%C3%B6rjars+grammar&qid=1666008387&qu=eyJxc2MiOiIxLjUyIiwicXNhIjoiMC4wMCIsInFzcCI6IjAuMDAifQ%3D%3D&sprefix=b%C3%B6rjars+grammar%2Caps%2C73&sr=8-1 Börjars et al. (2019)]</span>


Please buy a copy of the book as quickly as possible!
Please buy a copy of the book as quickly as possible!

Revision as of 12:07, 17 October 2022


Textbook

Throughout the course, we will use the following textbook:

Börjars et al. (2019)

Please buy a copy of the book as quickly as possible!

Review

If you need a review on parts of speech and phrases, then follow these links:

Exercise 1.1

Sentences

(1) John [disappeared].
(2) The bottle [broke].
(3) Martha [stayed at the hospital].
(4) Fred [talks about Chicago].
(5) Robert [went to the hospital].
(6) Alice [moved into the room].
(7) Joe [saw Fred].
(8) Alice [broke the bottle].
(9) We [moved it into the room].
(10) Fred [took Alice to the hospital].
(11) John [sent Martha a check].
(12) We [gave Fred a wastebasket].

Syntactic Categories

S, NP, N, VP, V, PP, P, AP, A, D

Phrase Structure Rules

A phrase structure rule is well formed, if it is of one of the following forms

C0 -> C1
C0 -> C1 C2
C0 -> C1 C2 C3

and each C is one of the categories listed above.

The S rule

S -> NP VP

Task

Using only the syntactic categories listed above,

a. draw plausible phrase structure trees for the odd-numbered sentences. Assume that the bracketed expressions are VPs.

Draw the trees with the program at the following website:

jsSyntaxTree

Example: to draw a tree for sentence (12) above, paste the following line into the textfield of jsSyntaxTree:

  • [S [NP [N We]] [VP [V gave] [NP [N Fred]] [NP [D a] [N wastebasket]]]]

Download each tree by clicking on it.

b. Write the phrase structure rules needed to license the trees you drew.