22.01.10 · grammar / phrase-structure

Noun phrases and verb phrases

draft3 tiersLean: none

Anchor (Master): Chomsky, Syntactic Structures (1957); Carnie, Syntax: A Generative Introduction

Intuition [Beginner]

A phrase is a group of words that works together as a single unit inside a sentence. You can think of a phrase as a "word team" -- it has a captain (the head) and supporting players that add detail.

The two most important kinds of phrases are:

  • Noun phrase (NP): names who or what. Example: "the old wooden bridge" -- the head noun is bridge, and the words before it tell us which bridge.
  • Verb phrase (VP): describes an action or state. Example: "has been carefully repairing the roof" -- the head verb is repairing, and the other words add tense, manner, and a target.

If you can replace a group of words with a single word and the sentence still works, you have found a phrase. "The old wooden bridge" can be replaced by "It," so it is a noun phrase.

Visual [Beginner]

Sentence:  The tall runner won the gold medal.

  [         NP          ]   [      VP      ]
  [The tall runner      ]   [won the gold medal]
       |       |               |        |
    det     modifier         verb      NP (object)
                           (head)  [the gold medal]
Noun phrase recipe:
  (Determiner) + (Adjective(s)) + HEAD NOUN + (Prepositional phrase)

Verb phrase recipe:
  (Auxiliary/Auxiliaries) + HEAD VERB + (Complement(s))

Worked example [Beginner]

Identify the noun phrase and verb phrase in each sentence.

Sentence 1: "Several large oak trees blocked the narrow road."

  • NP (subject): Several large oak trees
    • Determiner: Several
    • Modifiers: large, oak
    • Head noun: trees
  • VP: blocked the narrow road
    • Head verb: blocked
    • Complement (object NP): the narrow road

Sentence 2: "The students have been studying quietly in the library."

  • NP (subject): The students
  • VP: have been studying quietly in the library
    • Auxiliaries: have, been
    • Head verb: studying
    • Modifier: quietly
    • Complement (PP): in the library

Check your understanding [Beginner]

Formal definition [Intermediate+]

A phrase is a constituent that is either a single word or a group of words that functions as a syntactic unit. Every phrase has a head -- the word that determines the phrase's syntactic category.

Noun Phrase (NP): A phrase whose head is a noun or pronoun. General structure:

NP --> (Det) (AdjP)* N (PP)*

Where Det = determiner, AdjP = adjective phrase, N = noun, PP = prepositional phrase. Parentheses mark optional elements.

Verb Phrase (VP): A phrase whose head is a verb. General structure:

VP --> (Aux)* V (NP) (PP) (AdvP)

Where Aux = auxiliary verb, V = verb, and complements vary by verb subcategorization.

A phrase is a maximal projection of its head in X-bar theory: the smallest constituent containing the head that can appear in argument positions.

Key concepts [Intermediate+]

  1. Head dependence. Every phrase is built around a head word. The head's category (noun, verb, adjective, etc.) determines the phrase's category and its distribution -- where it can appear in a sentence.

  2. Complements vs. adjuncts. Complements are required by the head (e.g., the object of a transitive verb); adjuncts are optional modifiers (e.g., an adverb like quietly). Tests for the distinction include obligatoriness and iterability: adjuncts can stack, complements generally cannot.

  3. Phrase structure recursion. A noun phrase can contain a prepositional phrase that contains another noun phrase ("the key to the door of the house"). This unbounded recursion is a fundamental property of human language (Chomsky 1957).

Linguistic theory [Master]

The notion that sentences are composed of hierarchically organized phrases rather than flat word sequences was a central innovation of generative grammar (Chomsky 1957, 1965). Phrase structure rules (PSRs) such as S --> NP VP provided the first formalization, later refined in X-bar theory (Jackendoff 1977; Chomsky 1981), which unified all phrase types under a common schema: Specifier - Head - Complement, with adjuncts adjoined at the intermediate (X') level.

In Minimalist Program terms (Chomsky 1995, 2000), phrases are not built by rewriting rules but by the operation Merge, which combines two syntactic objects into a new object. The head of the merged object projects its label. The distinction between complements, specifiers, and adjuncts is derived from the order and manner of Merge (first-Merge = complement, later-Merge = adjunct, specifier via an additional projection).

Bare Phrase Structure (Chomsky 1995) eliminates bar levels entirely: there is no X' node as a primitive. Instead, intermediate structure emerges from the sequence of Merge operations. This raises questions about whether the complement/adjunct distinction is derivationally encoded or requires additional mechanisms (e.g., adjunction as pair-Merge, Hornstein & Nunes 2008).

Dependency Grammar (Tesniere 1959; Mel'cuk 1988) takes an alternative view: there are no phrase nodes, only binary head-dependent relations. A noun phrase is simply a noun with its dependents. This framework underlies much of modern computational linguistics and NLP parsing.

Construction Grammar (Goldberg 1995; Fillmore, Kay & O'Connor 1988) challenges the idea that phrase structure is fully predictable from heads. Constructions -- learned pairings of form and meaning -- can carry meaning that is not compositional from the head alone (e.g., the way-construction: "He dug his way out").

Historical context [Master]

The concept of the "phrase" as a syntactic unit predates generative grammar. Traditional grammar, tracing back to Dionysius Thrax (2nd century BCE), recognized word groups functioning as units, but lacked a formal apparatus. American structuralists (Bloomfield 1933; Wells 1947) developed immediate constituent analysis (IC analysis), which broke sentences into nested binary constituents -- the direct ancestor of phrase structure trees.

Chomsky (1957) formalized IC analysis into phrase structure grammars, showing that a finite set of rewrite rules could generate an infinite set of sentences. This was controversial: dependency-based approaches (Hays 1964; Gaifman 1965) could achieve similar generative capacity without phrase nodes, and transformational grammarians themselves (including Chomsky) soon argued that PSRs alone were insufficient, requiring transformations as well.

The shift from PSRs to X-bar theory (Jackendoff 1977) reflected a desire for greater cross-categorial generalization: rather than separate rules for NP, VP, AdjP, and PP, a single schema captured the common internal structure of all phrase types. This generalization was later absorbed into the Minimalist Program's bare Merge.

Bibliography [Master]

  • Bloomfield, L. (1933). Language. Henry Holt.
  • Carnie, A. (2021). Syntax: A Generative Introduction (4th ed.). Wiley-Blackwell.
  • Chomsky, N. (1957). Syntactic Structures. Mouton.
  • Chomsky, N. (1981). Lectures on Government and Binding. Foris.
  • Chomsky, N. (1995). The Minimalist Program. MIT Press.
  • Fillmore, C. J., Kay, P., & O'Connor, M. C. (1988). Regularity and idiomaticity in grammatical constructions. Language, 64(3), 501-538.
  • Goldberg, A. E. (1995). Constructions: A Construction Grammar Approach to Argument Structure. University of Chicago Press.
  • Huddleston, R., & Pullum, G. K. (2002). The Cambridge Grammar of the English Language. Cambridge University Press.
  • Jackendoff, R. (1977). X-bar Syntax: A Study of Phrase Structure. MIT Press.
  • Mel'cuk, I. A. (1988). Dependency Syntax: Theory and Practice. SUNY Press.
  • Tesniere, L. (1959). Elements de syntaxe structurale. Klincksieck.