SlideShare a Scribd company logo
1 of 56
Download to read offline
C O U R S E : A D V A N C E D S Y N T A X A N D M O R P H O L O G Y
P R E S E N T E D B Y : E M A N A L H U S A I Y A N
Constituency, Trees and Rules
Introduction
Syntax: Constituency - Eman AlHusaiyan
2
 Syntax is the study of the rules governing the way
words are combined to form sentences in a
language.
 *garden the
 *Children are
 *Work in
 This class: what syntactic structure is and what
the rules that determine syntactic structure are
like.
Syntax
Syntax: Constituency - Eman AlHusaiyan
3
 Properties of syntactic knowledge:
1. Humans can understand & produce an infinite number
of sentences they never heard before
―Some purple gnats are starting to tango on microwave‖
2. Our grammar can understand and produce long
sentences
 ―Bill said that he thought that the esteemed leader of the house had
it in mind to tell the unfortunate vice president that the calls that he
made from the office in the White House that he thought was
private…..‖
3. It enables us determine the grammatical relations in a
sentence
Mary hired Bill. Vs. Bill hired Mary
Syntax & meaning
Syntax: Constituency - Eman AlHusaiyan
4
 Non-sense sentences with clear syntax
 Colorless green ideas sleep furiously.
 A verb crumpled the milk.
 I gave the question a scuba-diving egg.
As opposed to:
 *Furiously sleep ideas green colorless.
 *Milk the crumpled
 *the question I an egg scuba-diving gave.
 Sentences are composed of discrete units that are
combined by rules. These rules explain how speakers
can store infinite knowledge in a finite space- brain.
Generative Grammar
Syntax: Constituency - Eman AlHusaiyan
5
 Noam Chomsky 1950s
 Generative = a very explicit system of rules
specifying what combinations of basic
elements result in well-formed sentences.
 Defines the syntactic structure of a language.
Generative Grammar
Syntax: Constituency - Eman AlHusaiyan
6
 Must allow all and only the grammatical sentences in
a language
 Descriptive rules, not necessarily prescriptive
 Each rule ―rewrites‖ a constituent into one or more
constituents
Generative Grammar
Syntax: Constituency - Eman AlHusaiyan
7
 ―all and only‖= all grammatical sentences
and only grammatical sentences
 Finite rules infinite number of well-
formed sentences
 Productivity of language:
 Phrase structure rules
 Transformational rules
Constituent
Syntax: Constituency - Eman AlHusaiyan
8
 A constituent is a string of words that function as a
unit .
 Constituents are embedded one inside another to
form larger constituents in a hierarchical
structure.
 This hierarchical structure is presented in tree
structures .
Phrasal Categories
Syntax: Constituency - Eman AlHusaiyan
9
• S (TP): Sentence (tense phrase)
•NP: Noun Phrase (subject of the sentence)
• VP: Verb Phrase (predicate of the sentence)
• PP: Prepositional Phrase
• AdjP: Adjective Phrase
• AdvP: Adverb Phrase
Phrase Structure Rules
Syntax: Constituency - Eman AlHusaiyan
10
Rules that determine:
what goes into a phrase (‗constituents‘)
how the constituents are ordered
Each rule ―rewrites‖ a constituent into one or
more constituents
Phrase Structure Rules
Syntax: Constituency - Eman AlHusaiyan
11
are generative, allow recursion.
give different analyses of syntactically
ambiguous sentences.
have a hierarchical structure.
Phrase Structure Rules
Syntax: Constituency - Eman AlHusaiyan
12
 Examples – structure of the English noun
phrase(NP)
NP → (Det) (Adj) N (PP)
The unopened books on the table
So NP must contain a NP but can also contain
a lot of other phrases.
Phrase Structure Rules
Syntax: Constituency - Eman AlHusaiyan
13
 Examples- structure of the verbal phrase (VP)
 VP → V shouted
 VP → V Adv shouted happily
 VP → V NP kick the ball
 VP → V NP PP (Adv) put the book on the desk(quietly)
 VP → V (S) know (the students attended their lectures)
So, a VP must contain a verb, but can also
contain a lot of other phrases (...): VP → V
(NP) (PP)(Adv) (S)
Phrase structure rules
Syntax: Constituency - Eman AlHusaiyan
14
Sentence/Clause-level PS Rules
1. S → NP VP (a sentence is obligatorily comprised of a NP and a
VP)
[NP The students] [VP attended their lectures]
2. S → NP (Aux) VP
The students will take exams.
A sentence must contain NP and VP, the
auxiliary is optional, we can indicate this
with (...).
Phrase structure rules
Syntax: Constituency - Eman AlHusaiyan
15
 S {NP/CP} (T) VP
 VP (AdvP+) V (NP)({NP/CP}) (AdvP+) (PP+)
(AdvP+)
 NP (D) (AdjP+) N (PP+) (CP)
 PP P (NP)
 AdjP (AdvP) Adj
 AdvP (AdvP) Adv
 CP (C) S
The items in red are obligatory in the constituent. They
are the heads that give each category its name.
What is Tree Diagram?
Syntax: Constituency - Eman AlHusaiyan
16
 Tree diagram provides us visual representation of the
constituents of the corresponding expression.
What is Tree Diagram?
Syntax: Constituency - Eman AlHusaiyan
17
 E.g. A child can kick a football.
A child can kick footballa
S
NP Aux VP
N V NPArt
NArt
Tree Diagram Terminology
Syntax: Constituency - Eman AlHusaiyan
18
 Constituent
 Sub-Constituent
 Root/Mother, Sister, Daughter, Grand Daughter, etc.
 Node, Terminal Node, Non-terminal Node, Labeled Node
 Branch/Solid Line
Tree Diagram Terminology
Syntax: Constituency - Eman AlHusaiyan
19
A
B E
C D F G
H J
Labeled Nodes
Solid Lines/Branches
Tree Diagram Terminology
Syntax: Constituency - Eman AlHusaiyan
20
A
B E
C D F G
H J
Constituent
Non-Terminal Node
Sub-Constituent
Non-Terminal Node
Terminal Nodes Terminal Nodes contain any lexical item
Tree Diagram Terminology
Syntax: Constituency - Eman AlHusaiyan
21
A
B
EC D F
Terminal Nodes
Tree Diagram Terminology
Syntax: Constituency - Eman AlHusaiyan
22
A
B E
C D F G
H J
Mother/Root
Daughters of A
Sisters
•Grand Daughters of A
•Sisters—CD (daughters of B) and FG(daughters
of E)
•Cousins CD to FG and FG to CD
•Daughters of G
•Sisters to each other
•They have no cousin
•Grand grand daughters of A
•Grand daughters of E
Syntactic Trees and Phrases
Syntax: Constituency - Eman AlHusaiyan
23
 Every sentence in the language has its representation
in syntactic trees.
 Consider the following examples of verbal phrases:
 VP → V shouted
 VP → V Adv shouted happily
 VP → V NP kick the ball
 VP → V NP PP (Adv) put the book on the desk(quietly)
 VP → V (S) know (the students attended their lectures)
Syntactic Trees and Phrases
Syntax: Constituency - Eman AlHusaiyan
24
 VP → V shouted
 It consists of only a verb, thus:
 [VP [V shouted]]
 This is presented in the following tree:
Syntactic Trees and Phrases
Syntax: Constituency - Eman AlHusaiyan
25
 Now another verbal phrase with more than one word
 VP → V NP PP (Adv) put the book on the desk(quietly)
 [VP[V put][NP[Det the][N book]][PP[P on][NP[Det the][N
desk]]][Adv quietly]]
 And we thus have the following tree:
Syntax: Constituency - Eman AlHusaiyan
26
 Clauses don‘t always have to stand on their own.
There are times when one clause is embedded inside
another:
Syntax: Constituency - Eman AlHusaiyan
27
 E.g. Sam said that he killed a dragon
 [S [NP[N Sam] [VP[V said] [CP [C that ] [S[NP[P he]][VP[V
killed][NP[Det a][N dragon]]]
Recursion
Syntax: Constituency - Eman AlHusaiyan
28
 Rules can be applied more than once in generating
sentences
 E.g. repeat prepositional phrase more than once
 The apple was on the bench near the stove in the kitchen
of the haunted house
 Put sentences inside sentences
 This is the cat that ate the rat that ate the cheese that was
sold by the woman that lived in the village that was by
the river…
 No end to recursion- produce longer complex
sentences
Recursion
Syntax: Constituency - Eman AlHusaiyan
29
 [Mary helped George]. (A sentence)
 [Cathy knew] that [Mary helped George].
(a sentence within a sentence)
 [John believed] that [Cathy knew] that [Mary helped
George].
 The word that introduces the complement phrase
Complement Phrases
Syntax: Constituency - Eman AlHusaiyan
30
 Cathy knew that Mary helped George
 That = complementizer (C) introducing
complement phrase (CP)
 The CP comes after the VP
 S NP VP
 VP V CP
 CP C S
Complement Phrases
Syntax: Constituency - Eman AlHusaiyan
31
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
32
 There are actually two ways to go about drawing a
tree.
 You can start at the bottom and work your way up to
the S, or you can start with the S moving down to the
terminal nodes
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
33
 E.g. The very cute baby kissed the nurse on the cheek.
 Since we will draw a bottom-up tree, it is a good idea to
move the sentence to the bottom of the page so that we
have enough space for nodes and arrows.
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
34
The very cute baby kissed the nurse on the cheek.
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
35
Step 1: Identify parts of speech:
The very cute baby kissed the nurse on the cheek.
D Adv Adj N V D N Prep D N
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
36
Step 2: Identify what modifies what:
The very cute baby kissed the nurse on the cheek.
D Adv Adj N V D N Prep D N
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
37
Step 3: start linking together items that modify one another:
The very cute baby kissed the nurse on the cheek.
D Adv Adj N V D N Prep D N
AdjP NP NP
VPNP
PP
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
38
Step 4: make sure you apply the ruleexactlyas it is written, e.g.:
AdjP  (AdvP) Adj
The very cute baby kissed the nurse on the cheek.
D Adv Adj N V D N Prep D N
AdjP NP NP
VPNP
PP
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
39
Step 5: make sure you apply the ruleexactly as it is written, e.g.:
AdjP  (AdvP) Adj
The very cute baby kissed the nurse on the cheek.
D Adv Adj N V D N Prep D N
AdjP NP NP
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
40
Step 6: Keep applying the rules until you haveattached all the modifiersto
themodifiedconstituents:
The very cute baby kissed the nurse on the cheek.
D Adv Adj N V D N Prep D N
AdjP NP NP
NP  D AdjP NP
VP  V NP PP
PP  Prep D N
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
41
Step 7: when you have built up the NP and VP, apply the S rule:
The very cute baby kissed the nurse on the cheek.
D Adv Adj N V D N Prep D N
AdjP NP NP
NP  D AdjP NP
VP  V NP PP
PP  Prep D N
S
How to Draw Trees
Syntax: Constituency - Eman AlHusaiyan
42
Some important considerations:
1. Make sure that everything is attached to the tree.
2. Make sure that every category has only one line
immediately on top of it (it can have more than one
under it, but only one immediately on top of it).
3. Don‘t cross lines.
4. Make sure all branches in the tree have a part of speech
label.
5. Avoid triangles.
Deep and Surface Structure
Syntax: Constituency - Eman AlHusaiyan
43
 The deep structure is an abstract level of
structural organization in which all the elements
determining structural interpretation are
represented.
 Sentences that have alternative interpretations
 Sentences that have different surface forms but have the
same underlying meaning.
 Surface structure= how the sentence is actually
represented
Deep and Surface Structure
Syntax: Constituency - Eman AlHusaiyan
44
 How superficially different sentences are closely
related?
 Charlie broke the window.
 The window was broken by Charlie
 Charlie who broke the window.
 Was the window broken by Charlie?
 Difference in their surface structure = difference
in syntactic forms
 BUT they have the same ‘deep’ or underlying
structure
Structural ambiguity
Syntax: Constituency - Eman AlHusaiyan
45
 How superficially similar sentences are different?
(multiple meanings)
 E.g. Annie whacked the man with an umbrella
 Same surface structure but different deep
structure
 The boy saw the man with a telescope
 The question is: What is the scope of "with the
telescope"? Does it modify only "the man" or does
it modify "saw the man"?
Structural Ambiguity
Syntax: Constituency - Eman AlHusaiyan
46
 Syntactic trees allow us to capture another important
fact about syntactic structure: Sentences often are
ambiguous.
 This is done by referring to the Principle of
Modification which states :
 Principle of Modification :If an XP (that is, a
phrase with some category X) modifies some head Y,
then XP must be a sister to Y (i.e., a daughter of YP).
 Consider the following example:
The boy saw the man with the telescope.
Structural Ambiguity
Syntax: Constituency - Eman AlHusaiyan
47
V PP
with
NPP
the
Det N
telescopeThe
N
saw
S
NP VP
Det
boy
NP
the
Det N
man
Meaning: Using the telescope, the boy saw the man
Syntax: Constituency - Eman AlHusaiyan
48
V
PP
with
NPP
the
Det N
telescopeThe
N
saw
S
NP VP
Det
boy
NP
the
Det N
man
Meaning: The boy saw the man. The man had a telescope.
Structural Ambiguity
Syntax: Constituency - Eman AlHusaiyan
49
 Constituents are generated by rules up to the light of
the scientific method.
 If the hypothesis of constituency is correct, we
should be able to test it in general.
Constituency Tests
Syntax: Constituency - Eman AlHusaiyan
50
 First, the smallest constituent is a single word, so it
follows that if you can replace a group of words
with a single word then we know that group forms
a constituent.
 Consider the italicized NP in the following
sentence, It can be replaced with a single word (in
this case a pronoun).
This is the replacement test.
 a) The man from NY flew only ultra-light planes.
 He flew only ultra-light planes.
Constituency Tests
Syntax: Constituency - Eman AlHusaiyan
51
 The second test we will use is the stand-alone test
(sometimes also called the sentence fragment
test).
 If the words can stand alone in response to a
question, then they probably constitute a constituent
Constituency Tests
Syntax: Constituency - Eman AlHusaiyan
52
 Stand-alone test example:
‘Paul ate at a really fancy restaurant’
―What did Paul do yesterday afternoon?‖
Ate at a really fancy restaurant (VP)
―Where did Paul eat yesterday afternoon?‖
at a really fancy restaurant (PP)
Constituency Tests
Syntax: Constituency - Eman AlHusaiyan
53
 Movement is our third test of constituency. If you
can move a group of words around in the sentence,
then they form a constituent – because you can move
them as a unit.
 It is only reliable when you keep the meaning
roughly the same as in the original sentence
 it involves putting the object in the subject position,
the subject in a ―by phrase‖ (after the word by) and
changing the verb form (for example from kiss to
was kissed).
Constituency Tests
Syntax: Constituency - Eman AlHusaiyan
54
Movement involves
1- Clefting:
It was [a brand new car] that he bought.
(from He bought a brand new car)
2- Preposing:
[Big bowls of beans] are what I like.
(from I like big bowls of beans)
3- Passive:
[The big boy] was kissed by [the slobbering dog].
(from The slobbering dog kissed the big boy)
Constituency Tests
Syntax: Constituency - Eman AlHusaiyan
55
 the test of coordination (also called
conjunction). Coordinate structures are
constituents linked by a conjunction like and or or.
Only constituents of the same syntactic category
can be conjoined:
 a) [John] and [the man] went to the store.
 *John and very blue went to the store.
 If you can coordinate a group of words with a
similar group of words, then they form a
constituent.
Constituency Tests
Syntax: Constituency - Eman AlHusaiyan 56
End of Presentation

More Related Content

What's hot

Phrase structure rules
Phrase structure rulesPhrase structure rules
Phrase structure ruleseka sutarmi
 
Word vs lexeme by james jamie 2014 presentation assigned by asifa memon lect...
Word vs lexeme  by james jamie 2014 presentation assigned by asifa memon lect...Word vs lexeme  by james jamie 2014 presentation assigned by asifa memon lect...
Word vs lexeme by james jamie 2014 presentation assigned by asifa memon lect...James Jamie
 
Lecture 2 sentence structure constituents
Lecture 2 sentence structure constituentsLecture 2 sentence structure constituents
Lecture 2 sentence structure constituentsssuser1f22f9
 
Lecture 1 introduction to syntax
Lecture 1 introduction to syntaxLecture 1 introduction to syntax
Lecture 1 introduction to syntaxssuser1f22f9
 
Principles And Parameter Of Universal Grammar
Principles And Parameter Of Universal GrammarPrinciples And Parameter Of Universal Grammar
Principles And Parameter Of Universal GrammarDr. Cupid Lucid
 
Principles of parameters
Principles of parametersPrinciples of parameters
Principles of parametersVelnar
 
Deep structure and surface structure.pptx
Deep structure and surface structure.pptxDeep structure and surface structure.pptx
Deep structure and surface structure.pptxSubramanian Mani
 
Semantic roles
Semantic rolesSemantic roles
Semantic rolesBuhsra
 

What's hot (20)

What is Syntax?
What is Syntax?What is Syntax?
What is Syntax?
 
ENGLISH SYNTAX
ENGLISH SYNTAXENGLISH SYNTAX
ENGLISH SYNTAX
 
Phrase structure rules
Phrase structure rulesPhrase structure rules
Phrase structure rules
 
X bar theory
X bar theoryX bar theory
X bar theory
 
Types of meanings
Types of meaningsTypes of meanings
Types of meanings
 
Word vs lexeme by james jamie 2014 presentation assigned by asifa memon lect...
Word vs lexeme  by james jamie 2014 presentation assigned by asifa memon lect...Word vs lexeme  by james jamie 2014 presentation assigned by asifa memon lect...
Word vs lexeme by james jamie 2014 presentation assigned by asifa memon lect...
 
Lecture 2 sentence structure constituents
Lecture 2 sentence structure constituentsLecture 2 sentence structure constituents
Lecture 2 sentence structure constituents
 
Lecture 1 introduction to syntax
Lecture 1 introduction to syntaxLecture 1 introduction to syntax
Lecture 1 introduction to syntax
 
Principles And Parameter Of Universal Grammar
Principles And Parameter Of Universal GrammarPrinciples And Parameter Of Universal Grammar
Principles And Parameter Of Universal Grammar
 
structural ambiguity
structural ambiguitystructural ambiguity
structural ambiguity
 
Principles of parameters
Principles of parametersPrinciples of parameters
Principles of parameters
 
Syntax
SyntaxSyntax
Syntax
 
Constituency Tests
Constituency TestsConstituency Tests
Constituency Tests
 
Syntax
SyntaxSyntax
Syntax
 
Syntax
SyntaxSyntax
Syntax
 
Deep structure and surface structure.pptx
Deep structure and surface structure.pptxDeep structure and surface structure.pptx
Deep structure and surface structure.pptx
 
Semantics
SemanticsSemantics
Semantics
 
Semantic roles
Semantic rolesSemantic roles
Semantic roles
 
Syntax
SyntaxSyntax
Syntax
 
Tree diagram
Tree diagramTree diagram
Tree diagram
 

Similar to Advanced Syntax and Morphology Course

Similar to Advanced Syntax and Morphology Course (20)

Syntax tree diagrams
Syntax tree diagramsSyntax tree diagrams
Syntax tree diagrams
 
Week 2-syntax student copy
Week 2-syntax student copyWeek 2-syntax student copy
Week 2-syntax student copy
 
Week 2-syntax student copy
Week 2-syntax student copyWeek 2-syntax student copy
Week 2-syntax student copy
 
Syntax
SyntaxSyntax
Syntax
 
Syntax
SyntaxSyntax
Syntax
 
Syntax.english 12
Syntax.english 12 Syntax.english 12
Syntax.english 12
 
Generative grammar
Generative grammarGenerative grammar
Generative grammar
 
Introduction to linguistics syntax
Introduction to linguistics syntaxIntroduction to linguistics syntax
Introduction to linguistics syntax
 
Syntax presetation
Syntax presetationSyntax presetation
Syntax presetation
 
Syntax
SyntaxSyntax
Syntax
 
Generative grammar
Generative grammarGenerative grammar
Generative grammar
 
ToC_M1L3_Grammar and Derivation.pdf
ToC_M1L3_Grammar and Derivation.pdfToC_M1L3_Grammar and Derivation.pdf
ToC_M1L3_Grammar and Derivation.pdf
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
Recursion
RecursionRecursion
Recursion
 
Grammar and its types
Grammar and its typesGrammar and its types
Grammar and its types
 
Complement phrase
Complement phraseComplement phrase
Complement phrase
 
Movement rules
Movement rulesMovement rules
Movement rules
 
Phrase structure rules
Phrase structure rulesPhrase structure rules
Phrase structure rules
 
Syntax (2).pptx
Syntax (2).pptxSyntax (2).pptx
Syntax (2).pptx
 
Units and Complex Units-
Units and Complex Units-Units and Complex Units-
Units and Complex Units-
 

Recently uploaded

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 

Recently uploaded (20)

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 

Advanced Syntax and Morphology Course

  • 1. C O U R S E : A D V A N C E D S Y N T A X A N D M O R P H O L O G Y P R E S E N T E D B Y : E M A N A L H U S A I Y A N Constituency, Trees and Rules
  • 2. Introduction Syntax: Constituency - Eman AlHusaiyan 2  Syntax is the study of the rules governing the way words are combined to form sentences in a language.  *garden the  *Children are  *Work in  This class: what syntactic structure is and what the rules that determine syntactic structure are like.
  • 3. Syntax Syntax: Constituency - Eman AlHusaiyan 3  Properties of syntactic knowledge: 1. Humans can understand & produce an infinite number of sentences they never heard before ―Some purple gnats are starting to tango on microwave‖ 2. Our grammar can understand and produce long sentences  ―Bill said that he thought that the esteemed leader of the house had it in mind to tell the unfortunate vice president that the calls that he made from the office in the White House that he thought was private…..‖ 3. It enables us determine the grammatical relations in a sentence Mary hired Bill. Vs. Bill hired Mary
  • 4. Syntax & meaning Syntax: Constituency - Eman AlHusaiyan 4  Non-sense sentences with clear syntax  Colorless green ideas sleep furiously.  A verb crumpled the milk.  I gave the question a scuba-diving egg. As opposed to:  *Furiously sleep ideas green colorless.  *Milk the crumpled  *the question I an egg scuba-diving gave.  Sentences are composed of discrete units that are combined by rules. These rules explain how speakers can store infinite knowledge in a finite space- brain.
  • 5. Generative Grammar Syntax: Constituency - Eman AlHusaiyan 5  Noam Chomsky 1950s  Generative = a very explicit system of rules specifying what combinations of basic elements result in well-formed sentences.  Defines the syntactic structure of a language.
  • 6. Generative Grammar Syntax: Constituency - Eman AlHusaiyan 6  Must allow all and only the grammatical sentences in a language  Descriptive rules, not necessarily prescriptive  Each rule ―rewrites‖ a constituent into one or more constituents
  • 7. Generative Grammar Syntax: Constituency - Eman AlHusaiyan 7  ―all and only‖= all grammatical sentences and only grammatical sentences  Finite rules infinite number of well- formed sentences  Productivity of language:  Phrase structure rules  Transformational rules
  • 8. Constituent Syntax: Constituency - Eman AlHusaiyan 8  A constituent is a string of words that function as a unit .  Constituents are embedded one inside another to form larger constituents in a hierarchical structure.  This hierarchical structure is presented in tree structures .
  • 9. Phrasal Categories Syntax: Constituency - Eman AlHusaiyan 9 • S (TP): Sentence (tense phrase) •NP: Noun Phrase (subject of the sentence) • VP: Verb Phrase (predicate of the sentence) • PP: Prepositional Phrase • AdjP: Adjective Phrase • AdvP: Adverb Phrase
  • 10. Phrase Structure Rules Syntax: Constituency - Eman AlHusaiyan 10 Rules that determine: what goes into a phrase (‗constituents‘) how the constituents are ordered Each rule ―rewrites‖ a constituent into one or more constituents
  • 11. Phrase Structure Rules Syntax: Constituency - Eman AlHusaiyan 11 are generative, allow recursion. give different analyses of syntactically ambiguous sentences. have a hierarchical structure.
  • 12. Phrase Structure Rules Syntax: Constituency - Eman AlHusaiyan 12  Examples – structure of the English noun phrase(NP) NP → (Det) (Adj) N (PP) The unopened books on the table So NP must contain a NP but can also contain a lot of other phrases.
  • 13. Phrase Structure Rules Syntax: Constituency - Eman AlHusaiyan 13  Examples- structure of the verbal phrase (VP)  VP → V shouted  VP → V Adv shouted happily  VP → V NP kick the ball  VP → V NP PP (Adv) put the book on the desk(quietly)  VP → V (S) know (the students attended their lectures) So, a VP must contain a verb, but can also contain a lot of other phrases (...): VP → V (NP) (PP)(Adv) (S)
  • 14. Phrase structure rules Syntax: Constituency - Eman AlHusaiyan 14 Sentence/Clause-level PS Rules 1. S → NP VP (a sentence is obligatorily comprised of a NP and a VP) [NP The students] [VP attended their lectures] 2. S → NP (Aux) VP The students will take exams. A sentence must contain NP and VP, the auxiliary is optional, we can indicate this with (...).
  • 15. Phrase structure rules Syntax: Constituency - Eman AlHusaiyan 15  S {NP/CP} (T) VP  VP (AdvP+) V (NP)({NP/CP}) (AdvP+) (PP+) (AdvP+)  NP (D) (AdjP+) N (PP+) (CP)  PP P (NP)  AdjP (AdvP) Adj  AdvP (AdvP) Adv  CP (C) S The items in red are obligatory in the constituent. They are the heads that give each category its name.
  • 16. What is Tree Diagram? Syntax: Constituency - Eman AlHusaiyan 16  Tree diagram provides us visual representation of the constituents of the corresponding expression.
  • 17. What is Tree Diagram? Syntax: Constituency - Eman AlHusaiyan 17  E.g. A child can kick a football. A child can kick footballa S NP Aux VP N V NPArt NArt
  • 18. Tree Diagram Terminology Syntax: Constituency - Eman AlHusaiyan 18  Constituent  Sub-Constituent  Root/Mother, Sister, Daughter, Grand Daughter, etc.  Node, Terminal Node, Non-terminal Node, Labeled Node  Branch/Solid Line
  • 19. Tree Diagram Terminology Syntax: Constituency - Eman AlHusaiyan 19 A B E C D F G H J Labeled Nodes Solid Lines/Branches
  • 20. Tree Diagram Terminology Syntax: Constituency - Eman AlHusaiyan 20 A B E C D F G H J Constituent Non-Terminal Node Sub-Constituent Non-Terminal Node Terminal Nodes Terminal Nodes contain any lexical item
  • 21. Tree Diagram Terminology Syntax: Constituency - Eman AlHusaiyan 21 A B EC D F Terminal Nodes
  • 22. Tree Diagram Terminology Syntax: Constituency - Eman AlHusaiyan 22 A B E C D F G H J Mother/Root Daughters of A Sisters •Grand Daughters of A •Sisters—CD (daughters of B) and FG(daughters of E) •Cousins CD to FG and FG to CD •Daughters of G •Sisters to each other •They have no cousin •Grand grand daughters of A •Grand daughters of E
  • 23. Syntactic Trees and Phrases Syntax: Constituency - Eman AlHusaiyan 23  Every sentence in the language has its representation in syntactic trees.  Consider the following examples of verbal phrases:  VP → V shouted  VP → V Adv shouted happily  VP → V NP kick the ball  VP → V NP PP (Adv) put the book on the desk(quietly)  VP → V (S) know (the students attended their lectures)
  • 24. Syntactic Trees and Phrases Syntax: Constituency - Eman AlHusaiyan 24  VP → V shouted  It consists of only a verb, thus:  [VP [V shouted]]  This is presented in the following tree:
  • 25. Syntactic Trees and Phrases Syntax: Constituency - Eman AlHusaiyan 25  Now another verbal phrase with more than one word  VP → V NP PP (Adv) put the book on the desk(quietly)  [VP[V put][NP[Det the][N book]][PP[P on][NP[Det the][N desk]]][Adv quietly]]  And we thus have the following tree:
  • 26. Syntax: Constituency - Eman AlHusaiyan 26  Clauses don‘t always have to stand on their own. There are times when one clause is embedded inside another:
  • 27. Syntax: Constituency - Eman AlHusaiyan 27  E.g. Sam said that he killed a dragon  [S [NP[N Sam] [VP[V said] [CP [C that ] [S[NP[P he]][VP[V killed][NP[Det a][N dragon]]]
  • 28. Recursion Syntax: Constituency - Eman AlHusaiyan 28  Rules can be applied more than once in generating sentences  E.g. repeat prepositional phrase more than once  The apple was on the bench near the stove in the kitchen of the haunted house  Put sentences inside sentences  This is the cat that ate the rat that ate the cheese that was sold by the woman that lived in the village that was by the river…  No end to recursion- produce longer complex sentences
  • 29. Recursion Syntax: Constituency - Eman AlHusaiyan 29  [Mary helped George]. (A sentence)  [Cathy knew] that [Mary helped George]. (a sentence within a sentence)  [John believed] that [Cathy knew] that [Mary helped George].  The word that introduces the complement phrase
  • 30. Complement Phrases Syntax: Constituency - Eman AlHusaiyan 30  Cathy knew that Mary helped George  That = complementizer (C) introducing complement phrase (CP)  The CP comes after the VP  S NP VP  VP V CP  CP C S
  • 32. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 32  There are actually two ways to go about drawing a tree.  You can start at the bottom and work your way up to the S, or you can start with the S moving down to the terminal nodes
  • 33. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 33  E.g. The very cute baby kissed the nurse on the cheek.  Since we will draw a bottom-up tree, it is a good idea to move the sentence to the bottom of the page so that we have enough space for nodes and arrows.
  • 34. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 34 The very cute baby kissed the nurse on the cheek.
  • 35. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 35 Step 1: Identify parts of speech: The very cute baby kissed the nurse on the cheek. D Adv Adj N V D N Prep D N
  • 36. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 36 Step 2: Identify what modifies what: The very cute baby kissed the nurse on the cheek. D Adv Adj N V D N Prep D N
  • 37. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 37 Step 3: start linking together items that modify one another: The very cute baby kissed the nurse on the cheek. D Adv Adj N V D N Prep D N AdjP NP NP VPNP PP
  • 38. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 38 Step 4: make sure you apply the ruleexactlyas it is written, e.g.: AdjP  (AdvP) Adj The very cute baby kissed the nurse on the cheek. D Adv Adj N V D N Prep D N AdjP NP NP VPNP PP
  • 39. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 39 Step 5: make sure you apply the ruleexactly as it is written, e.g.: AdjP  (AdvP) Adj The very cute baby kissed the nurse on the cheek. D Adv Adj N V D N Prep D N AdjP NP NP
  • 40. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 40 Step 6: Keep applying the rules until you haveattached all the modifiersto themodifiedconstituents: The very cute baby kissed the nurse on the cheek. D Adv Adj N V D N Prep D N AdjP NP NP NP  D AdjP NP VP  V NP PP PP  Prep D N
  • 41. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 41 Step 7: when you have built up the NP and VP, apply the S rule: The very cute baby kissed the nurse on the cheek. D Adv Adj N V D N Prep D N AdjP NP NP NP  D AdjP NP VP  V NP PP PP  Prep D N S
  • 42. How to Draw Trees Syntax: Constituency - Eman AlHusaiyan 42 Some important considerations: 1. Make sure that everything is attached to the tree. 2. Make sure that every category has only one line immediately on top of it (it can have more than one under it, but only one immediately on top of it). 3. Don‘t cross lines. 4. Make sure all branches in the tree have a part of speech label. 5. Avoid triangles.
  • 43. Deep and Surface Structure Syntax: Constituency - Eman AlHusaiyan 43  The deep structure is an abstract level of structural organization in which all the elements determining structural interpretation are represented.  Sentences that have alternative interpretations  Sentences that have different surface forms but have the same underlying meaning.  Surface structure= how the sentence is actually represented
  • 44. Deep and Surface Structure Syntax: Constituency - Eman AlHusaiyan 44  How superficially different sentences are closely related?  Charlie broke the window.  The window was broken by Charlie  Charlie who broke the window.  Was the window broken by Charlie?  Difference in their surface structure = difference in syntactic forms  BUT they have the same ‘deep’ or underlying structure
  • 45. Structural ambiguity Syntax: Constituency - Eman AlHusaiyan 45  How superficially similar sentences are different? (multiple meanings)  E.g. Annie whacked the man with an umbrella  Same surface structure but different deep structure  The boy saw the man with a telescope  The question is: What is the scope of "with the telescope"? Does it modify only "the man" or does it modify "saw the man"?
  • 46. Structural Ambiguity Syntax: Constituency - Eman AlHusaiyan 46  Syntactic trees allow us to capture another important fact about syntactic structure: Sentences often are ambiguous.  This is done by referring to the Principle of Modification which states :  Principle of Modification :If an XP (that is, a phrase with some category X) modifies some head Y, then XP must be a sister to Y (i.e., a daughter of YP).  Consider the following example: The boy saw the man with the telescope.
  • 47. Structural Ambiguity Syntax: Constituency - Eman AlHusaiyan 47 V PP with NPP the Det N telescopeThe N saw S NP VP Det boy NP the Det N man Meaning: Using the telescope, the boy saw the man
  • 48. Syntax: Constituency - Eman AlHusaiyan 48 V PP with NPP the Det N telescopeThe N saw S NP VP Det boy NP the Det N man Meaning: The boy saw the man. The man had a telescope. Structural Ambiguity
  • 49. Syntax: Constituency - Eman AlHusaiyan 49  Constituents are generated by rules up to the light of the scientific method.  If the hypothesis of constituency is correct, we should be able to test it in general. Constituency Tests
  • 50. Syntax: Constituency - Eman AlHusaiyan 50  First, the smallest constituent is a single word, so it follows that if you can replace a group of words with a single word then we know that group forms a constituent.  Consider the italicized NP in the following sentence, It can be replaced with a single word (in this case a pronoun). This is the replacement test.  a) The man from NY flew only ultra-light planes.  He flew only ultra-light planes. Constituency Tests
  • 51. Syntax: Constituency - Eman AlHusaiyan 51  The second test we will use is the stand-alone test (sometimes also called the sentence fragment test).  If the words can stand alone in response to a question, then they probably constitute a constituent Constituency Tests
  • 52. Syntax: Constituency - Eman AlHusaiyan 52  Stand-alone test example: ‘Paul ate at a really fancy restaurant’ ―What did Paul do yesterday afternoon?‖ Ate at a really fancy restaurant (VP) ―Where did Paul eat yesterday afternoon?‖ at a really fancy restaurant (PP) Constituency Tests
  • 53. Syntax: Constituency - Eman AlHusaiyan 53  Movement is our third test of constituency. If you can move a group of words around in the sentence, then they form a constituent – because you can move them as a unit.  It is only reliable when you keep the meaning roughly the same as in the original sentence  it involves putting the object in the subject position, the subject in a ―by phrase‖ (after the word by) and changing the verb form (for example from kiss to was kissed). Constituency Tests
  • 54. Syntax: Constituency - Eman AlHusaiyan 54 Movement involves 1- Clefting: It was [a brand new car] that he bought. (from He bought a brand new car) 2- Preposing: [Big bowls of beans] are what I like. (from I like big bowls of beans) 3- Passive: [The big boy] was kissed by [the slobbering dog]. (from The slobbering dog kissed the big boy) Constituency Tests
  • 55. Syntax: Constituency - Eman AlHusaiyan 55  the test of coordination (also called conjunction). Coordinate structures are constituents linked by a conjunction like and or or. Only constituents of the same syntactic category can be conjoined:  a) [John] and [the man] went to the store.  *John and very blue went to the store.  If you can coordinate a group of words with a similar group of words, then they form a constituent. Constituency Tests
  • 56. Syntax: Constituency - Eman AlHusaiyan 56 End of Presentation