College of Science and Humanity Studies, Al-Kharj.

Slides:



Advertisements
Similar presentations
The Structure of Sentences Asian 401
Advertisements

Computational language: week 10 Lexical Knowledge Representation concluded Syntax-based computational language Sentence structure: syntax Context free.
Chapter 4 Syntax.
Syntax: The Sentence Patterns of Language
Midterm Exam Nov. 2 1pm to 4pm Room: 3002 NSH Open book –But no internet or cell phone May bring food. May step outside to smoke. May go to restrooms.
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 (1) Dr. Ansa Hameed.
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?
PSY 369: Psycholinguistics Some basic linguistic theory part2.
Phrase Structure Rules Must allow all and only the grammatical sentences in a language Descriptive rules, not necessarily prescriptive Each rule “rewrites”
Morphology and Syntax Practice 1 Lesson 9A The top of the tree So the tree for any sentence (S) should start like this: This means that every sentence.
MORPHOLOGY - morphemes are the building blocks that make up words.
LING NLP 1 Introduction to Computational Linguistics Martha Palmer April 19, 2006.
Syntax 2nd class Chapter 4.
What is Syntax?  The rules that govern the structure of utterances; also called grammar  The basic organization of sentences is around syntax  build.
Matakuliah: G0922/Introduction to Linguistics Tahun: 2008 Session 11 Syntax 2.
1 Introduction to Computational Linguistics Eleni Miltsakaki AUTH Fall 2005-Lecture 2.
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.
Grammar Nuha Alwadaani.
Syntax Nuha AlWadaani.
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
How are sentences are constructed?. The boys laughed. MorphemesWords Thethe Boyboys -s laughlaughed -ed.
Constituents  Sentence has internal structure  The structures are represented in our mind  Words in a sentence are grouped into units, and these units.
Meeting 3 Syntax Constituency, Trees, and Rules
LI 2013 NATHALIE F. MARTIN S YNTAX. Grammatical vs Ungrammatical.
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.
Introduction to English Syntax Level 1 Course Ron Kuzar Department of English Language and Literature University of Haifa Chapter 1 Morpho-Syntax.
Syntax.
Syntax I: Constituents and Structure Gareth Price – Duke University.
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.
Today Phrase structure rules, trees Constituents Recursion Conjunction
1 Prof.Roseline WEEK-4 LECTURE -4 SYNTAX. 2 Prof.Roseline Syntax Concentrate on the structure and ordering of components within a sentence Greater focus.
Culture , Language and Communication
Parsing with Context-Free Grammars for ASR Julia Hirschberg CS 4706 Slides with contributions from Owen Rambow, Kathy McKeown, Dan Jurafsky and James Martin.
Review of basic concepts.  The knowledge of sentences and their structure.  Syntactic rules include: ◦ The grammaticality of sentences ◦ Word order.
Rules, Movement, Ambiguity
1 Context Free Grammars October Syntactic Grammaticality Doesn’t depend on Having heard the sentence before The sentence being true –I saw a unicorn.
Natural Language Processing
Salman bin Abdulaziz University College of Science and Humanity Studies, Al-Kharj.
Making it stick together…
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.
TYPES OF PHRASES REPRESENTING THE INTERNAL STRUCTURE OF PHRASES 12/5/2016.
Syntax.
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,
Lecturer : Ms. Abrar Mujaddidi S YNTAX. I NTRODUCTION  In the previous chapter, we moved from the general categories and concepts of traditional grammar,
SYNTAX.
King Faisal University جامعة الملك فيصل Deanship of E-Learning and Distance Education عمادة التعلم الإلكتروني والتعليم عن بعد [ ] 1 King Faisal University.
King Faisal University جامعة الملك فيصل Deanship of E-Learning and Distance Education عمادة التعلم الإلكتروني والتعليم عن بعد [ ] 1 King Faisal University.
Introduction to Linguistics
Beginning Syntax Linda Thomas
BBI 3212 ENGLISH SYNTAX AND MORPHOLOGY
SYNTAX.
Chapter Eight Syntax.
Part I: Basics and Constituency
Syntax.
BBI 3212 ENGLISH SYNTAX AND MORPHOLOGY
Chapter Eight Syntax.
Introduction to Linguistics
Grammar and Syntax.
Parts of sentence & word order in English
Presentation transcript:

College of Science and Humanity Studies, Al-Kharj

Level8 (2nd Semester)

Course Title :Syntax& Morphology

Prepared by Teacher: Bahia Khalifa Ibrahim

Objectives: Symbols Used in Syntactic Description:

1- → Consist of NP → Art N ( Noun phrase consists of an article and a noun)

2- Parentheses ( ) to mean Optional constituent. NP → Art ( Adj) N Noun Phrase which consists of article and( an adjective) optional and a noun. The book or the brown book.

NP consists of an obligatory article and an obligatory noun but an optional adjective.

3- Braces or curly brackets { } This means that only one of the elements enclosed within the brackets must be selected. They are used when there is a choice from two or more constituents.

Example: NP → Art N: the boy NP → Pro: He NP → Proper Noun: Mohammed

NP → { Art N Pro Proper Noun }

Symbols of Syntactic Description S→ Sentence N → Noun V → Verb NP → Noun Phrase VP → Verb Phrase

Art → Article Prep → Preposition Pro → Pronoun Adv → Adverb Adj → Adjective PN → Proper Noun

٭ → ungrammatical sequence → consist of ( ) an Optional constituent. { } one and only one of the elements must be selected.

Labeled Tree Diagram One way of describing the structure of sentences but in a more explicit hierarchical organization. NP / \ Art N | | The Lion

S / \ NP VP / \ / \ Art N V NP | | | / \ Art N The Lion ate | | The Monkey

A tree diagram can be treated into two different ways : 1- It is a static representation of the structure of every single English sentence. 2- As a dynamic format which represents endless sentence with similar structures.(only well grammatical sentences) This can be done with only small number of rules.

Phrase Structure Rules They are rules which present the information of the tree diagram in an alternative format. S / \ NP VP Can be represented as: S → NP VP

Lexical Rules: N → ( boy, dog, man, Maha ) S → NP VP Advp VP → aux v NP → { Art N Pro P N } S → Art ( Adj) N VP PreP AdvP

S→ NP VP NP → { Art N Pro P N } → Noun VP → V NP( pp ) ( Adv) PN → { Mayar, Nourah } Adj→ { small, beautiful } Art→ { a, the an }

1- The girl followed her mother. 2- Small horse with girl. 3- The small boy saw George with a crazy horse recently. 4- Helped a girl. 5- Suhair helped Nuha recently.

Phrase structure rules is criticized for generating all sentences with fairly fixed word order to the constituents. E.g: adv comes at the end of a sentence A- Bushra helped Sarah yesterday. But not B- Yesterday Bushra helped Sarah.

Transformational Rules To do this movement new rules are needed. These are The Transformational Rules: A set of rules which change or move constituents in the structures that derive from the phrase structure rules.

S S / \ / \ NP VP NP VP / \ \ / \ V NP Adv → V NP

It shows which constituents can be moved, from where and to where. It also enables the movement of a very small element in English sentence structure. Haya picked up the magazine. Haya picked the magazine up.

A particle can be separated from the verb. Constituent structure analysis Phrase structure analysis would have to create two different tree diagram.

NP V Particle NP NP V NP Particle ( Particle movement) ( surface variations of a single underlying structure)

Exercise In what ways are these expressions structurally ambiguous? An American history teacher.. The parents of the bride and the groom were waiting.

Can you provide four ‘superficially distinct’ sentences which each have the same ‘underlying ‘ structure as one of the following sentences? Lara was arrested by the police. She took her coat of. Someone stole my bicycle. I told him to turn down the volume.

Which of the following expressions would be generated by this phrase structure rule: NP → Art( Adv) N? 1-A radio 2- the rusty car 3- A new student 4- The screwdriver

Passive Transformation rule: Structural Description: NP1 V NP2 Structural Change: →NP2 be V-ed by NP1

Identify those sentences for which the rule works, then try to describe what prevents the rule from working on the other sentences The cats chased the mouse. Ali borrowed some money from Khalid. The team played badly. The tree fell with a crash. The bank manager laughed. He loves them

How can grammar help us to see that these sentences are related? 1- My brother will bring a gift to my mother. 2- A gift will be brought to my mother by my brother.

What are the properties of the grammar of the human languages based on the theory of Generative Grammar?

Paraphrase the rules below, then generate out if them 3 grammatical sentences. S NP NP {Art,(adj), N} PN VP V(NP) (PP) Adv) PP Prep NP N {John, Tree, Mary…}

PN {Him, It, Her…} V {Meet, climb, grow} Art {The, a, an…} Prep {on, at, behind, in, by…} Adj {Tall, green happy…} Adv {Skilfully, yesterday, gracefully…}

Determine the function of the underlined parts of the 3 sentences below. 1- My friend drove quickly to Abha to visit some relatives. 2- The wild scenes are amazing. 3- To explain clearly the matter, is my intention.

constituent-analysis.htm#didyouknowout constituent-analysis.htm#didyouknowout i2004/yyyyxgl/CHAPTER5/CH5S3.htm

language/the-immediate-constituent-analysis-in- linguistics-english-language-essay.php language/the-immediate-constituent-analysis-in- linguistics-english-language-essay.php sentence.html

4a2b.html 4a2b.html +labeled+and+bracketed+sentences:+examples&client =firefox- a&hs=pFv&rls=org.mozilla:ar:official&channel=fflb&tb m=isch&tbo=u&source=univ&sa=X&ei=SDthU- 3MH4ah0QXLkIHoAw&ved=0CFEQsAQ&biw=980&bi h=657

syntax-lessons.php syntax-lessons.php

The program produces two bracketed structures, which we can depict as trees, as shown in (3b):(3b) (3)a. b. Notice that there's no ambiguity concerning the meaning of any of the words; e.g. the word shot doesn't refer to the act of using a gun in the first sentence, and using a camera in the second sentence.

I (shot) ((an elephant) (in)( my pajamas)). I (shot an elephant) (in)( my pajamas).