Constituency and Dependency in Syntax
Constituency and Dependency in Syntax
Syntax has two main approaches to analyzing sentence structure: constituency (phrase
structure grammar) and dependency (dependency grammar).
✅ Example Sentence:
"The little cat slept."
✅ Constituency Tree:
S
/\
NP VP
/ \ \
Det N V
✅ Constituency Tests
To check if a group of words is a constituent, apply tests like:
✅
Substitution: Replace it with a pronoun (The little cat → It slept ).
✅
Movement: Move it to another position (Slept, the little cat did ).
Coordination: Can be joined with a similar phrase (The little cat and the big dog slept ✅).
2. Dependency (Dependency Grammar)
Focuses on word-to-word relationships instead of grouping words into phrases.
Uses dependency trees instead of phrase structure trees.
Rooted in Tesnière’s dependency grammar.
cat
/ \
The little
✅ Example:
Deep Structure: John is eager [for John to win].
Surface Structure: John is eager to win.
2. Transformational Rules
✅ Example of rules:
S → NP VP
NP → Det N
VP → V NP
These rules generate the deep structure, which is then transformed into the surface
structure.
Phrase trees, also known as syntax trees or constituent trees, are hierarchical diagrams that
represent the syntactic structure of sentences. They are based on phrase structure rules and
help illustrate how words and phrases combine to form larger grammatical units.
1. Root Node – The highest node in the tree, representing the entire sentence (S).
2. Intermediate Nodes – Represent larger phrases (e.g., noun phrases, verb phrases).
3. Terminal Nodes – Represent individual words in the sentence.
1. Sentence (S) → NP VP
A sentence consists of a noun phrase (NP) and a verb phrase (VP).
2. Noun Phrase (NP) → (Det) N (PP)
A noun phrase may consist of a determiner (Det), a noun (N), and an optional
prepositional phrase (PP).
3. Verb Phrase (VP) → V (NP) (PP) (AdvP)
A verb phrase consists of a verb (V) and may include a noun phrase (NP), a
prepositional phrase (PP), or an adverbial phrase (AdvP).
4. Prepositional Phrase (PP) → P NP
A prepositional phrase consists of a preposition (P) followed by a noun phrase (NP).
/\
NP VP
/ \ \
Det N V PP
| | | / \
| / \
on Det N
| |
the mat
For example:
Phrase trees:
Dependency trees:
Conclusion
Phrase trees provide a visual representation of sentence structure based on hierarchical
relationships. Understanding phrase structure rules, constituency, and hierarchical
organization helps in linguistic analysis and language learning.