Today Phrase structure rules, trees Constituents Recursion Conjunction

Slides:



Advertisements
Similar presentations
Chapter 4 Syntax Part IV.
Advertisements

The Structure of Sentences Asian 401
 Christel Kemke 2007/08 COMP 4060 Natural Language Processing Feature Structures and Unification.
Chapter 4 Syntax.
FSG, RegEx, and CFG Chapter 2 Of Sag’s Syntactic Theory.
Dr. Abdullah S. Al-Dobaian1 Ch. 2: Phrase Structure Syntactic Structure (basic concepts) Syntactic Structure (basic concepts)  A tree diagram marks constituents.
1 Introduction to Linguistics II Ling 2-121C, group b Lecture 4 Eleni Miltsakaki AUTH Spring 2006.
Syntax: The Sentence Patterns of Language
Why Syntax? 1) Syntax and ELL:Taro a dog found. Chan, Alice Y.W. (2004). Syntactic Transfer: Evidence from the Interlanguage of Hong Kong Chinese ESL Learners.
SYNTAX Introduction to Linguistics. BASIC IDEAS What is a sentence? A string of random words? If it is a sentence, does it have to be meaningful?
The study of how words combine to form grammatical sentences.
Natural Language Processing DCG and Syntax NLP DCG A “translation” example: special case A DCG recogniser.
MORPHOLOGY - morphemes are the building blocks that make up words.
Syntax: The Sentence Patterns of Language Deny A. Kwary Airlangga University.
What is Syntax?  The rules that govern the structure of utterances; also called grammar  The basic organization of sentences is around syntax  build.
Syntax Phrase and Clause in Present-Day English. The X’ phrase system Any X phrase in PDE consists of: – an optional specifier – X’ (X-bar) which is the.
Matakuliah: G0922/Introduction to Linguistics Tahun: 2008 Session 11 Syntax 2.
 Christel Kemke 2007/08 COMP 4060 Natural Language Processing Feature Structures and Unification.
Syntax LING October 11, 2006 Joshua Tauberer.
Phrase Structure Rules
Syntax: The analysis of sentence structure
1 CSC 594 Topics in AI – Applied Natural Language Processing Fall 2009/ Outline of English Syntax.
Phrase Structure The formal means of representing constituency.
Today  What is syntax?  Grammaticality  Ambiguity  Phrase structure Readings: 6.1 – 6.2.
Dr. Ansa Hameed Syntax (4).
Syntax The analysis of sentence structure
Syntax: The analysis of sentence structure
Constituency Tests Phrase Structure Rules
Syntax Nuha AlWadaani.
English 306A; Harris 1 Syntax Word patterns. English 306A; Harris 2 Syntactic arguments Syntactic form Sentence patterns Grammatical roles Phrase structure.
THE PARTS OF SYNTAX Don’t worry, it’s just a phrase ELL113 Week 4.
Phrases and Sentences: Grammar
Syntax The number of words in a language is finite
Constituents  Sentence has internal structure  The structures are represented in our mind  Words in a sentence are grouped into units, and these units.
LI 2013 NATHALIE F. MARTIN S YNTAX. Grammatical vs Ungrammatical.
1 LIN 1310B Introduction to Linguistics Prof: Nikolay Slavkov TA: Qinghua Tang CLASS 14, Feb 27, 2007.
Creativity of Language
Chapter 4 Syntax Part II.
Introduction to Linguistics
1.Syntax: the rules of sentence formation; the component of the mental grammar that represent speakers’ knowledge of the structure of phrase and sentence.
CS : Speech, Natural Language Processing and the Web/Topics in Artificial Intelligence Pushpak Bhattacharyya CSE Dept., IIT Bombay Lecture 12: Deeper.
Chapter 4: Syntax “I really do not know that anything has ever been more exciting than diagramming sentences.” -Gertrude Stein.
Syntax I: Constituents and Structure Gareth Price – Duke University.
IV. SYNTAX. 1.1 What is syntax? Syntax is the study of how sentences are structured, or in other words, it tries to state what words can be combined with.
Natural Language Processing Lecture 6 : Revision.
An overview.  The knowledge of sentences and their structure.  Syntactic rules include: ◦ The grammaticality of sentences ◦ Word order ◦ Hierarchical.
NLP. Introduction to NLP Is language more than just a “bag of words”? Grammatical rules apply to categories and groups of words, not individual words.
Notes on Pinker ch.7 Grammar, parsing, meaning. What is a grammar? A grammar is a code or function that is a database specifying what kind of sounds correspond.
Creativity of Language
Review of basic concepts.  The knowledge of sentences and their structure.  Syntactic rules include: ◦ The grammaticality of sentences ◦ Word order.
Rules, Movement, Ambiguity
Natural Language Processing
Making it stick together…
1 Syntax 2. 2 Now let’s change the NP rule again Such that we have – S  NP VP – VP  V NP – NP  (DET) (ADJ) N Now you can diagram this sentence – The.
Syntax II “I really do not know that anything has ever been more exciting than diagramming sentences.” --Gertrude Stein.
◦ Process of describing the structure of phrases and sentences Chapter 8 - Phrases and sentences: grammar1.
1 Chapter 4 Syntax Part III. 2 The infinity of language pp The number of sentences in a language is infinite. 2. The length of sentences is.
TYPES OF PHRASES REPRESENTING THE INTERNAL STRUCTURE OF PHRASES 12/5/2016.
CS460/IT632 Natural Language Processing/Language Technology for the Web Lecture 13 (17/02/06) Prof. Pushpak Bhattacharyya IIT Bombay Top-Down Bottom-Up.
Language and Cognition Colombo, June 2011 Day 2 Introduction to Linguistic Theory, Part 3.
Syntax II. Specifiers Specifiers tell us more information about nouns, verbs, adjectives, adverbs and prepositions The, a, this, three, some, many etc.
Syntax 2 Ling400. Phrasal Categories A group of words that behave like a unitA group of words that behave like a unit A phrase is used as a constituent.
Welcome to the flashcards tool for ‘The Study of Language, 5 th edition’, Chapter 8 This is designed as a simple supplementary resource for this textbook,
Week 3. Clauses and Trees English Syntax. Trees and constituency A sentence has a hierarchical structure Constituents can have constituents of their own.
BBI 3212 ENGLISH SYNTAX AND MORPHOLOGY
SYNTAX.
Chapter Eight Syntax.
Part I: Basics and Constituency
Chapter Eight Syntax.
Introduction to Linguistics
Presentation transcript:

Today Phrase structure rules, trees Constituents Recursion Conjunction Readings: 6.4 – 6.5

Phrase structure (review) 1) Every word belongs to a lexical category 2) Lexical categories forms heads of phrases 3) How phrases are formed is governed by rules (= ‘phrase structure rules’) Head (of a phrase): The constituent fundamental to the phrase, from which the phrase derives its name. (e.g. a noun phrase is “headed” by a noun

Phrase structure rules Rules that determine… …what goes into a phrase (‘constituents’) …how the constituents are ordered Constituent: a word or group of words that function as a unit and can make up larger grammatical units

Phrase structure rules General schema: X  Y Z “X consists of Y followed by Z”

Phrase structure rules Noun phrase (NP) John the boy a little boy a boy in a bubble Phrase structure rule for NPs: NP  (Det) (Adj) N (PP) N Det N Det Adj N Det N PP The head of the phrase is obligatory. (where ‘()’ indicates optionality)

Phrase structure trees NP NP NP NP N Det N Det Adj N Det N PP John the boy a little boy a boy P NP in Det N a bubble A tree diagram labeled with phrasal categories that shows structure of phrases, sentences. Node: A labeled branch point in a phrase structure tree.

Prepositional phrase (PP) in from a boy in a bubble Phrase structure rule for PPs: PP  P (NP) P P NP

Phrase structure trees PP PP P P NP in from Det N PP a boy P NP in Det N a bubble A tree diagram labeled with phrasal categories that shows structure of phrases, sentences. Node: A labeled branch point in a phrase structure tree.

Recursion Some phrasal categories may appear to the left or right of the arrow NP  (Det) N (PP) PP  P (NP) Recursion: the property of language that allows for the embedding of categories (which can yield infinitely long phrases)

the cat on the mat in the house on the street NP Det N PP the cat P NP on Det N PP the mat P NP in Det N PP the house P NP on Det N the street

Verb phrase (VP) Phrase structure rule for VPs: VP  V (NP) (PP) (Adv) sang ate the cake ate the cake hungrily sang a song in the shower fell into the pond slowly Phrase structure rule for VPs: VP  V (NP) (PP) (Adv) V V NP V NP Adv V NP PP V PP Adv

sang ate Det N sang Det N P NP badly the cake a song in Det N VP VP VP V V NP V NP PP Adv sang ate Det N sang Det N P NP badly the cake a song in Det N the shower

Structural ambiguity discuss [sex with Dr. Ruth] [discuss sex] with Dr. Ruth

Structural ambiguity discuss [sex with Dr. Ruth] [discuss sex] with Dr. Ruth VP VP V NP V NP PP discuss N PP discuss sex P NP sex P NP with Dr. Ruth with Dr. Ruth

Sentences Must contain an NP and a VP May contain an auxiliary verb The dog barked. *The dog. *Barked. May contain an auxiliary verb The dog will bark. S  NP (Aux) VP

S NP VP Det N V NP The dog ate Det N the bone S  NP VP

S NP Aux VP Det N will V NP The dog eat Det N the bone S  NP Aux VP

Conjunction Words and phrases of the same category can be combined using conjunctions (and, but, or) Cats and dogs make good pets. Eat, drink, or be merry. You can lead a horse to water but you can’t make him drink. NP  NP conj NP VP  VP conj VP  S  S conj S X  X conj X

Conjoined phrases NP NP  NP Conj NP NP Conj NP NP  Det N Det N Det N the cat and the dog

Conjoined sentences I bought a book, but I returned it. S S  S conj S S conj S S  NP VP NP VP but NP VP I V NP I V NP bought a book returned it