05 Phrase Struct
05 Phrase Struct
Joshua Crowgey
Ling 100
Department of Linguistics
University of Washington
25 June 2012
Today
content
▶ syntactic ambiguity
▶ phrase structure
▶ rules & trees
▶ recursion
▶ evidence for syntactic phrases
▶ movement
▶ pronominalization
▶ coordination
remember
▶ hw3 due tomorrow night (practice version available)
Syntax
Definition
Syntax is the study of the organization of words into larger
units (phrases and sentences).
evidence
▶ theoretical evidence (infinite language from finite rule set)
▶ syntactic ambiguity
syntactic ambiguity
phrase
structure
trees
hershey protest
Definition
A phrase is a string of (one or more) words
that functions as syntactic unit (or constituent).
NP VP
in NP
the shower
rules
Phrases are generated by rules of the grammar (phrase
structure rules). In a tree, each subtree needs to correspond
(ie “be licensed”) by a phrase structure rule in the grammar.
phrase structure rules
Example
XP → X Y
“XP consists of X followed by Y”
▶ for us, the “X” in “XP” is significant, it indicates that X is
the head of this phrase (the right hand side of the rule
needs an X!)
phrase structure rules
noun phrases
Alice NP → N
the cat NP → Det N
those two rabbits NP → Det Num N
a mouse in a cup NP → Det N PP
NP → (Det) (Num) N (PP)
prepositional phrases
in PP → P
up a tree PP → P NP
from a mouse in a cup PP → P NP
PP → P (NP)
phrase structure rules
verb phrases
sleeps VP → V
found a bone VP → V NP
fell into the abyss VP → V PP
sang a song in the shower VP → V NP PP
VP → V (NP) (PP)
synactic ambiguity
[drink [tea [ with [ honey ]]]] [drink [tea ] [ with [ honey ]]]
VP VP
V NP V NP PP
drink N PP drink N P NP
with N honey
honey
Some data:
The dog barked.
*The dog
*Barked
so S must contain at least an NP and VP
PSR for S:
S → NP VP
phrase structure tree
NP VP
Det N V NP
the bone
NP VP NP VP
N V NP N V NP PP
thehammer
recursion
Example
▶ NP → (Det) N (PP)
PP → P (NP)
▶ [NP N [PP P [NP N [PP P [NP N [PP P [NP N [PP P …]]]]]]]]
recursion
Definition
Recursion: see “recursion”
recursive NP,PP in English
NP
Det N PP
a frog P NP
on Det N PP
the log P NP
in Det N PP
the hole P NP
on Det N PP
the bottom P NP
of Det N
the sea