- The passage discusses the concept of syntax and its relevance in understanding natural language.
- Anthony Oettinger's example, "Time flies like an arrow; fruit flies like a banana," illustrates how we interpret sentences based on expected structures.
- Oettinger's observation highlights the challenge computers face in processing natural language due to the need for flexible interpretation.
- Recognizing the underlying structure of sentences is crucial for making sense of ambiguous or problematic interpretations.
- The term "syntax" comes from Greek, meaning "a putting together" or "arrangement."
- The study of syntax involves examining the structure and ordering of components within a sentence.
- Traditional approaches focused on accurately describing the linear arrangement of elements in a sentence.
- More recent approaches emphasize understanding the underlying rule system used to generate sentences.
- **"All and Only" Criterion:** When analyzing syntax, the "all and only" criterion is followed, requiring the syntactic rules to account for all grammatically correct phrases and sentences while excluding incorrect ones.
- **Prepositional Phrase Example:** Informally, a rule might be stated that in English, a preposition (e.g., "near") precedes a noun (e.g., "London") to form a prepositional phrase (e.g., "near London"). However, this rule might lead to ungrammatical structures like *near tree or *with dog.
- **Refinement of Rule:** To address the issue, a more careful rule is proposed: a preposition is placed before a noun phrase (not just a noun). This revised rule accommodates proper nouns, pronouns, and combinations of articles with nouns, ensuring well-formed structures like "near London," "with me," "near a tree," and "with the dog."
- **Generative Grammar:** An effective rule, such as "a prepositional phrase in English consists of a preposition followed by a noun phrase," can generate an extensive and potentially unlimited number of English phrases. This reflects the goal of syntactic analysis to have a small and finite set of rules capable of producing a vast and potentially infinite array of well-formed structures.
- **Goal of Syntactic Analysis:** Syntactic analysis aims to achieve a generative grammar with a limited set of rules, capable of both generating and describing sentence structures. This type of grammar can unveil the relationships between seemingly different phrases and sentences and highlight distinctions in apparently similar structures.
- **Deep and Surface Structure:**
- **Intuition:** Intuitions suggest a fundamental similarity between seemingly different sentences, like "Charlie broke the window" and "The window was broken by Charlie."
- **Surface Structure:** Traditional grammar classifies them as active and passive sentences based on their syntactic forms.
- **Deep Structure:** Refers to an underlying level where shared components (Noun Phrase + Verb + Noun Phrase) are represented, highlighting the essential connection between the two sentences.
- **Structural Ambiguity:**
- **Two Deep Structures:** Two distinct deep structures can express different versions of events, e.g., "Annie had an umbrella and bumped into a man with it" vs. "Annie bumped into a man, and the man happened to have an umbrella."
- **Surface Structure:** Both versions can be expressed in the same surface structure, creating structural ambiguity.
- **Not Lexical Ambiguity:** Contrasts with lexical ambiguity (e.g., "Their child has grown another foot") where a word has multiple meanings.
- **Comedic Example - Groucho Marx:**
- **Film Example:** Groucho Marx illustrates structural ambiguity humorously in the film "Animal Crackers."
- **Sentence Pairs:**
- "I once shot an elephant in my pajamas."
- "How he got into my pajamas I'll never know."
- **Underlying Structures:** Two different underlying structures for the same surface structure, demonstrating the role of syntactic analysis in revealing hidden meanings in language.
- **Syntactic Analysis:**
- **Abbreviations:** Conventional abbreviations (e.g., N for noun, Art for article, Adj for adjective, V for verb) are used in syntactic analysis.
- **Phrase Abbreviations:** Abbreviations for phrases include NP for noun phrase and VP for verb phrase.
- **VP in English:** In English, the verb phrase (VP) consists of the verb (V) and the following noun phrase (NP).
- **Static Analysis - Figure 8.1:**
- A static analysis of a sentence is presented in Figure 8.1, labeling constituents using the mentioned categories.
- **Dynamic Format and Rules:**
- **Consists of or Rewrites as:** The concept "consists of" is represented using an arrow (→), interpreted as "rewrites as."
- **Noun Phrase Rule:** A noun phrase (NP) like "the dog" consists of an article (Art) and a noun (N): NP → Art N.
- **Optional Constituent (Adj):** To accommodate phrases like "the big dog," the rule is modified to include an optional adjective (Adj): NP → Art (Adj) N.
- **Curly Brackets for Optional Elements:** Curly brackets {} indicate that only one of the elements enclosed within them must be selected.
- **Expanded Noun Phrase Rule:** To include pronouns (Pro) and proper nouns (PN) in a noun phrase, a more succinct rule is formulated using curly brackets: NP → Art (Adj) (Pro | PN) N.
- **Phrase Structure Rules:**
- **Introduction:** The set of syntactic rules being developed is known as phrase structure rules, specifying that the structure of a phrase of a particular type involves one or more constituents arranged in a specific order.
- **General Sentence Structure Rule - Rule 1:**
- "A sentence (S) rewrites as a noun phrase (NP) and a verb phrase (VP)."
- **Symbolically:** S → NP VP
- **Noun Phrase Rule - Rule 2:**
- "A noun phrase rewrites as either an article plus an optional adjective plus a noun, or a pronoun, or a proper noun."
- **Symbolically:** NP → {Art (Adj) N, Pro, PN}
- **Verb Phrase Rule - Rule 3:**
- "A verb phrase rewrites as a verb plus a noun phrase."
- **Symbolically:** VP → V NP
- **Lexical Rules:**
- **Purpose:** Phrase structure rules generate structures, and to make these structures recognizable in English, lexical rules are needed. Lexical rules specify which words can be used when rewriting constituents.
- **Proper Noun Rule - Rule 1:**
- "A proper noun (PN) rewrites as John or Mary."
- **Symbolically:** PN → {John, Mary}
- **Article Rule - Rule 2:**
- "An article (Art) rewrites as a or the."
- **Symbolically:** Art → {a, the}
- **Noun Rule - Rule 3:**
- "A noun (N) rewrites as girl, dog, or boy."
- **Symbolically:** N → {girl, dog, boy}
- **Adjective Rule - Rule 4:**
- "An adjective (Adj) rewrites as big or small."
- **Symbolically:** Adj → {big, small}
- **Verb Rule - Rule 5:**
- "A verb (V) rewrites as followed, helped, or saw."
- **Symbolically:** V → {followed, helped, saw}
- **Pronoun Rule - Rule 6:**
- "A pronoun (Pro) rewrites as it or you."
- **Symbolically:** Pro → {it, you}
- **Generated Sentences (Grammatical):**
- Relying on these rules generates grammatical sentences like:
- (1) A dog followed the boy.
- (2) You saw it.
- (3) John saw the big dog.
- (4) It followed Mary.
- (5) The small boy helped you.
- (6) Mary helped John.
- **Ungrammatical Sentences:**
- The rules fail to generate the following ungrammatical sentences:
- (7) *Dog followed boy.
- (8) *You it saw.
- (9) *John Mary small dog.
- (10) *Followed Mary the dog big.
- (11) *The helped you boy.
- (12) *Mary John helped.
- **Tree Diagrams:**
- **Visual Representation:** Tree diagrams are an effective way to visually represent underlying syntactic structures.
- **Symbols:** Symbols introduced earlier, such as NP, Art, N, V, etc., are used to label parts of the tree in creating a representation.
- **Example - Figure 8.2:**
- **Phrase Structure Rule:** NP → Art N
- **Tree Diagram:** Represents how each part fits into the underlying structure of phrases.
- **Hierarchical Nature:** Explicitly shows different levels in the analysis, with higher levels representing constituents like NP and lower levels representing constituents like N.
- **Direction of Growth:** The "tree" seems to grow down rather than up.
- **Verb Phrase (VP) Structure - Figure 8.3:**
- **Complex Structure:** A tree diagram represents the more complex structure of an English verb phrase (VP).
- **Hierarchy:** The VP is higher than and contains the verb (V) and a noun phrase (NP). The NP is higher than and contains the article (Art) and the noun (N).
- **Tree Diagrams of English Sentences - Figure 8.4:**
- **Hierarchical Organization:** Tree diagrams for whole sentences are hierarchically organized.
- **Consistent Structure:** The basic tree diagram structure is essentially the same for different sentences (1)–(6) from page 112, with variable constituents included in each one.
- **Generative Power of Rules:**
- **Underlying Deep Structure:** At the bottom of all trees in Figure 8.4 are surface structure variations of a single underlying deep structure.
- **Generative Power:** This reveals the generative power of the phrase structure rules involved in creating various surface structures from a common deep structure.
- **Complex Sentences and Additional Rules:**
- **Other Phrase Structure Rules:** More complex sentences involve additional phrase structure rules, some of which are discussed in various tasks (Task C on page 117, Task I on page 120 for English, Tasks E and F on pages 118–119 for other languages).
- **Analytic Framework:** Developing better ways to analyze syntactic structures in complex sentences requires a larger analytic framework.
- **Surface Structures:** The discussion indicates that the exploration has only scratched the surface of syntactic structures.
- **Moving Forward:**
- **Basic Issues Covered:** Explored basic issues, terminology, representations, and methods of syntactic analysis for discussing basic structures in the English language.
- **Transition to Meaning Analysis:** Moving forward, the focus will shift to incorporating the analysis of meaning in the study of language.