1 CSC 594 Topics in AI – Applied Natural Language Processing Fall 2009/2010 3. Outline of English Syntax.

Slides:



Advertisements
Similar presentations
Language and Grammar Unit
Advertisements

The Structure of Sentences Asian 401
Sentence Pattern VI NP – V-int..
Greenberg 1963 Some Universals of Grammar with Particular Reference to the Order of Meaningful Elements.
Statistical NLP: Lecture 3
Chapter 4 Basics of English Grammar
Analysing Syntax 1 Lesson 8B.
MORPHOLOGY - morphemes are the building blocks that make up words.
Grammar. Basic English Sentence Structures Sentence Types English has four main sentence types: 1- Declarative Sentences are used to form statements.
The Eight Parts of Speech
1 Words and the Lexicon September 10th 2009 Lecture #3.
 Christel Kemke 2007/08 COMP 4060 Natural Language Processing Word Classes and English Grammar.
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.
Elicitation Corpus April 12, Agenda Tagging with feature vectors or feature structures Combinatorics Extensions.
Matakuliah: G0922/Introduction to Linguistics Tahun: 2008 Session 11 Syntax 2.
NLP and Speech 2004 English Grammar
1 Introduction to Computational Linguistics Eleni Miltsakaki AUTH Fall 2005-Lecture 2.
 Christel Kemke 2007/08 COMP 4060 Natural Language Processing Grammar Sentence Constructs.
Chapter 2 A rapid overview.
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
Chapter 4 Basics of English Grammar Business Communication Copyright 2010 South-Western Cengage Learning.
Transitivity / Intransitivity Lecture 7. (IN)TRANSITIVITY is a category of the VERB Verbs which require an OBJECT are called TRANSITIVE verbs. My son.
Introduction to English Syntax Level 1 Course Ron Kuzar Department of English Language and Literature University of Haifa Chapter 2 Sentences: From Lexicon.
A Remedial English Grammar. CHAPTERS ARTICLES AGREEMENT OF VERB AND SUBJECT CONCORD OF NOUNS, PRONOUNS AND POSSESSIVE ADJECTIVES CONFUSION OF ADJECTIVES.
CS : Language Technology for the Web/Natural Language Processing Pushpak Bhattacharyya CSE Dept., IIT Bombay Constituent Parsing and Algorithms (with.
Chapter 5 Syntax English Linguistics: An Introduction.
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.
King Abdulaziz University Department of European Languages & Literature Syntax (LANE-334) Chapter 3 Functions Dr. Abdulrahman Alqurashi Dr. Abdulrahman.
GrammaticalHierarchy in Information Flow Translation Grammatical Hierarchy in Information Flow Translation CAO Zhixi School of Foreign Studies, Lingnan.
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.
Linguistic Essentials
Grammar Notes Honors English 9.  Sentence: a group of words that contains a subject and its predicate, and makes a complete thought. ◦ To say anything.
Rules, Movement, Ambiguity
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100.
Parsing and Translating
Grammar Slides KAPITEL 16. Relative Pronouns Recognizing Relative Clauses.
1 Introduction to Computational Linguistics Eleni Miltsakaki AUTH Spring 2006-Lecture 2.
SYNTAX.
◦ 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.
Basic Syntactic Structures of English CSCI-GA.2590 – Lecture 2B Ralph Grishman NYU.
King Faisal University [ ] 1 E-learning and Distance Education Deanship Department of English Language College of Arts King Faisal University Introduction.
Chapter 5 English Syntax: The Grammar of Words. What is syntax? the study of the structures of sentences combining words to create ‘all & only’ ‘well-formed’
Grammar The “4 – Level” Analysis. The 4 - Levels Jack ate a delicious sandwich. Level 1 – parts of speech Level 2 – parts of a sentence Level 3 – phrases.
Section 11. Case is that form of a noun or pronoun which marks its function in a sentence There are three cases: 1. Nominative 2. Objective 3. Possessive.
Lecture 1 Sentences Verbs.
A Linguistic Toolkit Grammar Chapter 7: What is grammar? Chapter 8: Clause by Clause Chapter 9: Verb phrases: what’s going on?
Syntax Parts of Speech and Parts of the Sentence.
Lecture 2: Categories and Subcategorisation
English Grammar Parts of Speech.
Parts of Speech Review.
Beginning Syntax Linda Thomas
PHRASE.
Lecture 3: Functional Phrases
Statistical NLP: Lecture 3
BBI 3212 ENGLISH SYNTAX AND MORPHOLOGY
Basics of the grammar of English
Syntax.
Chapter 4 Basics of English Grammar
Monday Write out this week's sentence and add capitalization and punctuation including end punctuation, commas, semicolons, apostrophes, underlining, and.
English parts of speech
PREPOSITIONAL PHRASES
Linguistic Essentials
Chapter 4 Basics of English Grammar
USE "APPENDIX A" AS A REFERENCE TO CORRECTLY COMPLETE EACH STEP
Structure of a Lexicon Debasri Chakrabarti 13-May-19.
Monday Write out this week's sentence and add capitalization and punctuation including end punctuation, commas, semicolons, apostrophes, underlining, and.
Presentation transcript:

1 CSC 594 Topics in AI – Applied Natural Language Processing Fall 2009/ Outline of English Syntax

2 Word/Lexical Categories Four ‘main’ classes of words: –Nouns: refer to objects, concepts etc. (e.g. “birds”) –Verbs: express action in the sentence (e.g. “sing”) –Adjectives: describe properties of nouns (e.g. “yellow”) –Adverbs: modify verbs (e.g. “slowly”) Other classes –pronouns, prepositions, determiners, particles, conjunctions etc. John ate the cake with a spoon N V Det N Prep Det N

3 Syntactic Phrases A phrase is composed of several (but >= 1) words. The head of a phrase indicates the syntactic type of the phrase. –Noun phrase, Verb phrase, Adjective phrase, Adverbial phrase –Other words in a phrase which complete the meaning of the head word are called complements. Source: James Allen “Natural Language Understanding”

4 Noun Phrases (1) Noun Phases (NPs) refer to things: objects, places, concepts, events, qualities, etc. The simplest NP consists of: –a single pronoun – “he”, “she”, “it”, “they”, “them” etc. –a name or proper noun – “John”, “Chicago” –a compound noun (made of > 1 word) denoting a proper noun – “New York” Excluding pronouns and proper names, the head of a noun phrase is usually a common noun … and usually the right-most one in a compound noun in English –“cakes”, “the cake” –“a large chocolate cake” –“Harry Potter book reviews” Source: James Allen “Natural Language Understanding”

5 Noun Phrases (2) In addition to a head, A noun phrase may contain: –specifiers – ordinals (e.g. “first”, “second”), cardinals (e.g. “one”, “two”), and determiners. –qualifiers – adjectives (e.g., “angry”), noun modifiers. A simple noun phrase may have at most one determiner, one ordinal, and one cardinal. –e.g. “the first three contestants” Source: James Allen “Natural Language Understanding”

6 Inflectional Forms of English Nouns Number – singular, plural Person – first, second, third Gender – masculine, feminine, neuter Case – nominative (subject), accusative (object), genitive (possessive) Source: James Allen “Natural Language Understanding”

7 Grammatical cases of English Nouns In grammar, the case of a noun or pronoun indicates its grammatical function in a greater phrase or clause; such as the role of subject, of direct object, or of possessor.grammarnounpronoun grammatical functionphraseclausesubjectdirect objectpossessor Nominative -- subjective case, indicates the subject of a finite verb: –We went to the store. Accusative -- objective case, indicates the direct object of a verb: –The clerk remembered us. Dative -- indicates the indirect object of a verb: –The clerk gave us a discount. Genitive -- possessive case, indicates the possessor of another noun: –John's book was on the table. Source: Wikipedia

8 Verb Phrases (1) Verb Phrases (VPs) describe an action, event or state. A simple VP may consist of some adverbial modifiers followed by the head verb and its complements. Every verb must appear in one of the five possible forms: Source: James Allen “Natural Language Understanding”

9 Verb Phrases (2) Classes of verbs: –Auxiliary verbs – “be”, “do”, “have” –Modal verbs – “can”, “will”, “shall”, “must” etc. –Main verbs – e.g. “cry”, “hit” The tense (of a sentence) – identifies when the proposition was true. Source: James Allen “Natural Language Understanding”

10 Transitivity of Verbs Transitivity of a verb refers to the number of object noun phrases it can take. –Intransitive – no object NP. e.g. “laugh” “She laughed.” (*) “She laughed me.” – (*) represents ungrammatical “She laughed at me.” – “at me” is not a noun phrase –Transitive – one object NP. e.g. “write” (*) “She wrote.” – must say what she wrote “She wrote a book.” –Ditransitive – two object NPs. e.g. “give” “She gave me the book.” Ditransitive sentences can be re-written by transitive sentences. “She gave the book to me.”

11 Active vs. Passive Sentences An active sentence with a transitive/ditransitive verb can be re-written by a passive sentence. Source: James Allen “Natural Language Understanding”

12 Prepositional Phrase Complements Many verbs require complements that involve a specific prepositional phrase (PP). e.g. –“give” takes an NP and a PP with “to”: Jack gave the book to Mary. (*) Jack gave the book from Mary. –“put” takes a PP that describes a location: Jack put the book on the desk. Jack put the book there. (*) Jack put the book with a knife. A sentence with multiple PPs are often ambiguous (so- called “PP attachment problem”) –I saw a man on the hill with a telescope.