Skip to main content

Section 7.5 How Structure Determines Meaning

One of the most important lessons of syntax is that meaning depends on structure, not just on the words themselves. The same words in different structures produce different meanings.

Structural Ambiguity.

When a sentence has two possible structures, it is structurally ambiguous.
Example: β€œI saw the man with binoculars.”
This sentence has two readings:
  1. I used binoculars to see the man. (PP modifies VP)
  2. I saw the man who had binoculars. (PP modifies NP)
A student encountering this sentence for the first time might instinctively begin diagramming by attaching β€œwith binoculars” to the VPβ€”after all, it seems natural to read it as describing the act of seeing. But look at what happens when we consider the alternative structure, where β€œwith binoculars” attaches to the NP β€œthe man” instead. The two trees below make the structural difference visible.
Structure 1 (PP attaches to VPβ€”β€œwith binoculars” describes how I saw):
Multi-level labeling table for "saw the man with binoculars"
Syntax tree showing "with binoculars" as PP attached to VP, meaning I used binoculars to see the man
[S [NP [PRON I]] [VP [V saw] [NP [DET the] [N man]] [PP [PREP with] [NP [N binoculars]]]]]
Structure 2 (PP attaches to NPβ€”β€œwith binoculars” describes which man):
Multi-level labeling table for "saw the man with binoculars"
Syntax tree showing "with binoculars" as PP attached to NP "the man", meaning the man had binoculars
[S [NP [PRON I]] [VP [V saw] [NP [DET the] [N man] [PP [PREP with] [NP [N binoculars]]]]]]
The diagrams make the ambiguity explicit. In Structure 1, the PP β€œwith binoculars” is a daughter of VPβ€”it modifies the verb β€œsaw”, telling us how I saw. In Structure 2, the PP is a daughter of the object NPβ€”it modifies β€œthe man”, telling us which man I saw. The words are identical, but the tree structures are different, and so are the meanings.

More Examples of Structural Ambiguity.

Example: β€œFlying planes can be dangerous.”
Example: β€œOld men and women gathered.”
In each case, the ambiguity arises from structural optionsβ€”different ways of grouping the words.

Why This Matters.

Understanding structural ambiguity matters for several reasons:
For reading: Recognizing that a sentence has multiple possible structures helps you interpret texts accurately.
For writing: Awareness of structural ambiguity helps you avoid writing sentences that could be misread. If a sentence has an unintended reading, restructure it.
For analysis: Structural ambiguity demonstrates that meaning is not just in the wordsβ€”it’s in how the words are organized.