https://savethevowels.org/feedback
http://savethevowels.org/resources
Phrase Structure Rules
Tree Planting
Noun Phrases
Verb Phrases
Prepositional Phrases
The big, strong rhinoceros
*The big, quickly rhinoceros
*The strong, charged rhinoceros
I saw her outside the barn
*I saw her outside fall over
*I saw her outside beautiful
I hugged the small kitten
*I small hugged the kitten
*I hugged gently the kitten (???)
Sam sent Amanda to the store.
*Sent Sam Amanda to the store.
*Amanda Sam to the store sent.
1: It can generate all of the sentences that speakers of a language think are grammatical
2: It will not generate sentences that speakers of a language think are ungrammatical
Syntax is huge
We are only teaching you a small part of it to handle a small number of sentences.
The handout shows the rules we will use.
I’m going to be saying “Don’t worry about that” a lot this quarter!
Consider LIGN 101 syntax to be a teaser for LIGN 121, where you’ll get a bigger picture
Rules that describe the sub-elements which can form a given syntactic constituent
We’re going to talk in terms of “building trees”
Syntax trees are built from phrase structure rules!
X → Y Z
S → NP VP
We build sentences by building chunks using PS rules
We’re going to talk about NP, N’, and N
NP (/ɛn pi/ or “Noun Phrase”)
N’ or N̄ (“N-Bar”, /ɛn bɑɹ/)
N (“Noun”, /ɛn/)
The symbols → and -> mean the same thing
Step 1: Find constituents and think about what kinds of phrases they are
Step 2: Start from S and move down the tree, stitching together according to our PS rules
Some folks work up, starting from individual phrases
The top node is always S
Step 3: Check to make sure every branching obeys the phrase structure rules
Step 4: A beautiful tree will be grown!
You always branch downwards
Lines should never cross
You will not need to do any three-way branching for LIGN 101
Some branches may have two words (but not on your homeworks!)
# Introduction to our English Phrase Stucture Rules
… but what if there’s no determiner?
We can combine Rule 1, Rule 4, and Rule 3…
We can combine Rule 1, Rule 4, and Rule 3…
The N’ contains another N’!
It can apply as many times as you need!
(… and so on)
## Rule 5: NP -> NP PP ## Rule 6: PP -> P NP |
![]() ![]() |
This one’s recursive too!
### “That allows you to drop a whole new sentence in there!!” |
![]() |
There are multiple ‘legal’ places to attach a given prepositional phrase
… but where you attach prepositional phrases changes the meaning
Sometimes the difference is subtle, but often it isn’t!
### How do you draw phrase structure trees? |
- Only Electronically! |
- This makes for fewer scanning and legibility issues |
- Pros tend to use LaTeX, but that’s fancy |
- Or using a tool like http://ironcreek.net/phpsyntaxtree/ |
- You’ll need to use bracket notation for that |
- It’s frustrating at first, but it does the job |
- This is a friendly tool https://groverburger.github.io/sapling/ |
[.S [.NP [.NP [.DET The ] [.N' [.ADJ proud ] [.N' [.N baker ] ] ] ] [.PP [.P from ] [.NP [.N' [.N San Bernadino ] ] ] ] ] [.VP [.V loved ] [.CP [.C that ] [.S [.NP [.N' [.N people ] ] ] [.VP [.V cheered ] [.CP [.C as ] [.S [.NP [.N' [.N Will ] ] ] [.VP [.VP [.V ate ] [.NP [.NP [.DET the ] [.N' [.ADJ massive ] [.N' [.ADJ chocolate ] [.N' [.N cake ] ] ] ] ] [.PP [.P from ][.NP [.DET the ] [.N' [.ADJ new ] [.N' [.N bakery ] ] ] ] ] ] ][.PP [.P with ] [.NP [.DET his ] [.N' [.N wife ] ] ] ] ] ] ] ] ] ] ] ]
https://www.youtube.com/watch?v=yzr-MAMTK5k
“The grumpy polar bears from LA hated the excruciating traffic on the 405.”
Let’s break it down!
![]() |
![]() |
![]() |
![]() |
We’ll do a bit more tree practice
We’ll touch on some of the many things we’re leaving behind in Syntax