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

Transformational generative grammar
Transformational generative grammarTransformational generative grammar
Transformational generative grammarAliImran376
 
Sense and reference
Sense and referenceSense and reference
Sense and referenceojenytan
 
Introduction to syntax
Introduction to syntaxIntroduction to syntax
Introduction to syntaxFarjana Ela
 
Introduction to Linguistics
Introduction to LinguisticsIntroduction to Linguistics
Introduction to LinguisticsAiza Bheal
 
Transformational generative grammar
Transformational generative grammarTransformational generative grammar
Transformational generative grammarKat OngCan
 
SEMANTICS AND PRAGMATICS - PRESUPPOSITIONS AND ENTAILMENTS
SEMANTICS AND PRAGMATICS - PRESUPPOSITIONS AND ENTAILMENTSSEMANTICS AND PRAGMATICS - PRESUPPOSITIONS AND ENTAILMENTS
SEMANTICS AND PRAGMATICS - PRESUPPOSITIONS AND ENTAILMENTSMusfera Nara Vadia
 
Sociolinguistics Speech Communities
Sociolinguistics Speech CommunitiesSociolinguistics Speech Communities
Sociolinguistics Speech CommunitiesWildan Al-Qudsy
 
Presupposition And Entailment By Dr.Shadia
Presupposition And Entailment By Dr.ShadiaPresupposition And Entailment By Dr.Shadia
Presupposition And Entailment By Dr.ShadiaDr. Shadia Banjar
 
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
 
Pragmatics (Linguistics)
Pragmatics (Linguistics)Pragmatics (Linguistics)
Pragmatics (Linguistics)Coltz Mejia
 
Lexical relations
Lexical relationsLexical relations
Lexical relationsHina Honey
 
direct and indirect speech
direct and indirect speechdirect and indirect speech
direct and indirect speechmunsif123
 

What's hot (20)

Generativism
GenerativismGenerativism
Generativism
 
Syntax
SyntaxSyntax
Syntax
 
Syntax
SyntaxSyntax
Syntax
 
Transformational generative grammar
Transformational generative grammarTransformational generative grammar
Transformational generative grammar
 
Sense and reference
Sense and referenceSense and reference
Sense and reference
 
Introduction to syntax
Introduction to syntaxIntroduction to syntax
Introduction to syntax
 
Applied linguistics
Applied linguisticsApplied linguistics
Applied linguistics
 
Introduction to Linguistics
Introduction to LinguisticsIntroduction to Linguistics
Introduction to Linguistics
 
Transformational generative grammar
Transformational generative grammarTransformational generative grammar
Transformational generative grammar
 
SEMANTICS AND PRAGMATICS - PRESUPPOSITIONS AND ENTAILMENTS
SEMANTICS AND PRAGMATICS - PRESUPPOSITIONS AND ENTAILMENTSSEMANTICS AND PRAGMATICS - PRESUPPOSITIONS AND ENTAILMENTS
SEMANTICS AND PRAGMATICS - PRESUPPOSITIONS AND ENTAILMENTS
 
Sociolinguistics Speech Communities
Sociolinguistics Speech CommunitiesSociolinguistics Speech Communities
Sociolinguistics Speech Communities
 
Tree diagram
Tree diagramTree diagram
Tree diagram
 
Presupposition And Entailment By Dr.Shadia
Presupposition And Entailment By Dr.ShadiaPresupposition And Entailment By Dr.Shadia
Presupposition And Entailment By Dr.Shadia
 
Syntax and grammar
Syntax and grammarSyntax and grammar
Syntax and grammar
 
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...
 
Pragmatics (Linguistics)
Pragmatics (Linguistics)Pragmatics (Linguistics)
Pragmatics (Linguistics)
 
Lexical relations
Lexical relationsLexical relations
Lexical relations
 
04. Mentalism.pptx
04. Mentalism.pptx04. Mentalism.pptx
04. Mentalism.pptx
 
Deixis
DeixisDeixis
Deixis
 
direct and indirect speech
direct and indirect speechdirect and indirect speech
direct and indirect speech
 

Similar to Constituency, Trees and Rules

Similar to Constituency, Trees and Rules (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
 
Syntax
SyntaxSyntax
Syntax
 
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
 
Structural ambiguity
Structural ambiguityStructural ambiguity
Structural ambiguity
 
Movement rules
Movement rulesMovement rules
Movement rules
 
Syntax (2).pptx
Syntax (2).pptxSyntax (2).pptx
Syntax (2).pptx
 

Recently uploaded

Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 

Recently uploaded (20)

Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 

Constituency, Trees and Rules

  • 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