Skip to main content

Section 5.10 Diagram Examples

This section provides reference diagrams for the phrase structures introduced in this chapter. Use these as models when analyzing and diagramming open-class phrases.

Subsection 5.10.1 Noun Phrase Examples

5.10.1 A: Simple NP (noun only).

Syntax tree for "dogs" showing NP with only N
[NP [N dogs]]

5.10.1 B: NP with determiner.

Syntax tree for "the dog" showing NP with DET and N
[NP [DET the] [N dog]]

5.10.1 C: NP with determiner and adjective.

Syntax tree for "the tall student" showing NP with DET, ADJ, and N
[NP [DET the] [ADJP [ADJ tall]] [N student]]

5.10.1 D: NP with multiple adjectives.

Syntax tree for "the big brown dog" showing NP with two adjectives
[NP [DET the] [ADJP [ADJ big]] [ADJP [ADJ brown]] [N dog]]

5.10.1 E: NP with PP post-modifier.

Syntax tree for "the tall student from Ohio" with PP post-modifier
[NP [DET the] [ADJP [ADJ tall]] [N student] [PP [PREP from] [NP [N Ohio]]]]

Subsection 5.10.2 Verb Phrase Examples

5.10.2 A: Simple VP (intransitive verb).

Syntax tree for "sleeps" showing VP with only V
[VP [V sleeps]]

5.10.2 B: Transitive VP with direct object.

Syntax tree for "read the book" showing VP with V and NP
[VP [V read] [NP [DET the] [N book]]]

5.10.2 C: Ditransitive VP with indirect and direct objects.

Syntax tree for "gave her a present" showing VP with two NPs
[VP [V gave] [NP [PRON her]] [NP [DET a] [N present]]]

Subsection 5.10.3 Adjective Phrase Examples

5.10.3 A: Simple AdjP.

Syntax tree for "happy" showing ADJP with only ADJ
[ADJP [ADJ happy]]

5.10.3 B: AdjP with degree adverb.

Syntax tree for "very happy" showing ADJP with ADV and ADJ
[ADJP [ADVP [ADV very]] [ADJ happy]]

5.10.3 C: AdjP with PP complement.

Syntax tree for "proud of her work" showing ADJP with PP complement
[ADJP [ADJ proud] [PP [PREP of] [NP [DET her] [N work]]]]

Subsection 5.10.4 Adverb Phrase Examples

5.10.4 A: Simple AdvP.

Syntax tree for "quickly" showing ADVP with only ADV
[ADVP [ADV quickly]]

5.10.4 B: AdvP with degree modifier.

Syntax tree for "very quickly" showing ADVP with two ADVs
[ADVP [ADVP [ADV very]] [ADV quickly]]