Compositional Semantics. Jacob Andreas

Size: px
Start display at page:

Download "Compositional Semantics. Jacob Andreas"

Transcription

1 Compositional Semantics Jacob Andreas

2 Problem 1 Each of the three girls has a platypus. Each of the three girls climbed the mountain. How many platypuses? How many mountains? 2

3 Problem 1 Each of the three girls has a platypus. 3

4 Problem 1 Each of the three girls climbed the mountain. 4

5 Problem 2 name type coastal There are 128 cities Columbia city no in South Carolina. Cooper river yes Charleston city yes 5

6 Problem 3 Barack Obama was the 44th President of the United States. Obama was born on August 4 in Honolulu, Hawaii. In late August 1961, Obama's mother moved with him to the University of Washington in Seattle for a year Is Barack Obama from the United States? 6

7 Compositional semantics It s not enough to have structured representations of syntax: We also need structured representations of meaning. 7

8 Compositional semantics It s not enough to have structured representations of syntax: We also need structured representations of meaning. Today: How do we get from language to meaning? 8

9 PART I What is meaning?

10 Meaning in formal languages a + b = 17 10

11 Meaning in formal languages a + b = 17 11

12 Meaning in formal languages a + b = 17 a =? b =? 12

13 Meanings are sets of valid assignments a + b = 17 {a=0, b=0} {a=3, b=10} {a=5, b=12} {a=17, b=0} {a=10, b=7} {a=5, b=5} 13

14 Meanings are sets of valid assignments a + b = 17 {a=0, b=0} {a=17, b=0} {a=3, b=10} {a=10, b=7} {a=5, b=12} {a=5, b=5} 14

15 Meanings are sets of valid assignments a + 3 = 20 - b {a=0, b=0} {a=17, b=0} {a=3, b=10} {a=10, b=7} {a=5, b=12} {a=5, b=5} 15

16 Meanings are functions that judge validity a + b = 17 {a=5, b=12} 16

17 Meanings are functions that judge validity a + b = 17 {a=3, b=10} 17

18 Lessons from math a + b = 17 The meaning of a statement is the set of possible worlds consistent with that statement. Here, a possible world is an assignment of values to variables. {a=3, b=10} 18

19 Meaning in natural languages Pat Sal. 19

20 Representing possible worlds Individuals Pat Sal Properties whale sad Relations loves contains 20

21 Example world Sam Pat Sal Lou 21

22 Example world loves Sam scared worried Pat contains Sal Lou shark happy 22

23 Different example world loves sad Sam sad Pat loves loves Sal Lou sad sad 23

24 Representing possible worlds Individuals Pat Sal Properties whale={lou}, sad={pat,sal} Relations ={(Pat,Sal),(Sal,Sam)} 24

25 25 Pat Sal. worried Pat Sal Sam Lou loves happy scared shark worried Pat Sal Sam Lou loves contains loves scared shark worried Pat Sal Sam Lou contains happy scared human worried Pat Sal Sam Lou contains loves happy scared dog Interpretations of sentences

26 26 Lou is a shark. worried Pat Sal Sam Lou loves happy scared shark worried Pat Sal Sam Lou loves contains loves scared shark worried Pat Sal Sam Lou contains happy scared human worried Pat Sal Sam Lou contains loves happy scared dog Interpretations of sentences

27 Interpretations of sentences Sam is inside Lou, a shark. loves loves Sam scared Sam scared worried Pat worried Pat loves contains Sal Lou shark Sal Lou shark happy Sam scared loves worried Pat Sal happy contains Lou human worried Pat Sal Sam scared contains Lou dog happy 27

28 KEY IDEA The meaning of a sentence is the set of possible worlds it picks out.

29 PART II How is meaning constructed?

30 Explicit representation is too hard Pat Sal. loves loves Sam scared Sam scared worried Pat worried Pat loves contains Sal Lou shark Sal Lou shark happy Sam scared loves worried Pat Sal happy contains Lou human worried Pat Sal Sam scared contains Lou dog happy 30

31 Meanings as functions Pat Sal loves Sam scared worried Pat Sal Lou whale happy 31

32 Meanings as logical statements Pat Sal (Pat, Sal) loves Sam scared worried Pat Sal Lou whale happy 32

33 Expressing functions with logic Pat Sal (Pat, Sal) 33

34 Meanings as logical statements Lou is a shark shark(lou) 34

35 Meanings as logical statements Sam is inside Lou, a shark 35

36 Meanings as logical statements Sam is inside Lou, a shark shark(lou) contains(lou, Sam) 36

37 Meanings as logical statements Nobody Lou 37

38 Meanings as logical statements Nobody Lou x. (x, Lou) 38

39 Meanings as logical statements Everyone who knows Sal is happy 39

40 Meanings as logical statements Everyone who knows Sal is happy x. knows(x, Sal) happy(x) 40

41 KEY IDEA Collections of possible worlds can be compactly represented with logical forms.

42 Compositionality of meaning Pat Sal (Pat, Sal) Lou is a shark shark(lou) Sam is inside Lou, a shark shark(lou) contains(lou, Sam) Nobody Lou x. (x, Lou) 42

43 Compositionality of meaning Pat Sal (Pat, Sal) Lou is a shark shark(lou) Sam is inside Lou, a shark shark(lou) contains(lou, Sam) Nobody Lou x. (x, Lou) 43

44 Compositionality of meaning Pat Sal (Pat, Sal) Lou is a shark shark(lou) Sam is inside Lou, a shark shark(lou) contains(lou, Sam) Nobody Lou x. (x, Lou) 44

45 Compositionality of meaning A Sal le gusta Pat (Pat, Sal) Lou es un tiburón shark(lou) Sam está dentro de Lou, un tiburón shark(lou) contains(lou, Sam) A nadie le gusta Lou x. (x, Lou) 45

46 Compositionality of meaning a12 b5 c67 a8 (Pat, Sal) a12 b5 c0 a0 shark(lou) a12 b16 c12 c12 shark(lou) contains(lou, Sam) a53 x. (x, Lou) 46

47 KEY IDEA Pieces of logical forms correspond to pieces of language

48 Building a lexicon Sam is inside Lou, a shark shark(lou) contains(lou, Sam) Pat: Pat Sal: Sal Sam: Sam Lou: Lou 48

49 Building a lexicon Sam is inside Lou, a shark shark(lou) contains(lou, Sam) Pat: Pat Sal: Sal Sam: Sam Lou: Lou shark: λx.whale(x) Sal: Sal Sam: Sam Lou: Lou 49

50 Building a lexicon Sam is inside Lou, a shark shark(lou) contains(lou, Sam) Pat: Pat Sal: Sal Sam: Sam Lou: Lou shark: λx.shark(x) Sal: Sal Sam: Sam Lou: Lou 50

51 Building a lexicon Sam is inside Lou, a shark shark(lou) contains(lou, Sam) Pat: Pat Sal: Sal Sam: Sam Lou: Lou shark: λx.shark(x) : λyx.(x, y) nobody: λf. x. f(x) Lou:... Lou 51

52 What do we do now? Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) 52

53 What do we do now? Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) 53

54 What do we do now? Ax.letter(x)? Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) 54

55 What do we do now? letter(λf.ax.f(x))? Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) 55

56 What do we do now???? Ax.letter(x)? Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) 56

57 What do we do now?????? Pat sent Lou urgently. Pat λyzx.sent(x,y,z) Lou??? 57

58 Semantic types Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) {Obj,Obj,Obj} Object Object Object Object Bool Bool Bool Bool 58

59 Semantic types & syntax Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) NP,NP,NP NP NP NP NP S S S S 59

60 Semantic types & syntax Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) NP ((S NP) NP) NP NP S (S NP) S NP 60

61 Categorial grammar Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) NP ((S\NP)/NP)/NP NP NP/(S/NP) S/NP 61

62 Parsing with a categorial grammar Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) NP ((S\NP)/NP)/NP NP NP/(S/NP) S/NP Ax.letter(x) NP 62

63 Parsing with a categorial grammar Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) NP ((S\NP)/NP)/NP NP NP/(S/NP) S/NP λzx.sent(x,lou,z) (S\NP)/NP Ax.letter(x) NP 63

64 Parsing with a categorial grammar Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) NP ((S\NP)/NP)/NP NP NP/(S/NP) S/NP λzx.sent(x,lou,z) (S\NP)/NP Ax.letter(x) NP λx.sent(x,lou,ax.letter(x)) S\NP 64

65 Parsing with a categorial grammar Pat sent Lou a letter Pat λyzx.sent(x,y,z) Lou λf.ax.f(x) λx.letter(x) NP ((S\NP)/NP)/NP NP NP/(S/NP) S/NP λzx.sent(x,lou,z) (S\NP)/NP Ax.letter(x) NP λx.sent(x,lou,ax.letter(x)) S\NP sent(pat,lou,ax.letter(x)) S 65

66 Semantics Synax! Pat sent Lou a letter 66

67 Semantics Synax! Pat sent Lou a letter 67

68 KEY IDEA Types in logic correspond to grammatical categories in language

69 Problem 1 Each of the three girls has a platypus. Each of the three girls climbed the mountain. x.girl(x) y.platypus(y) has(x, y) y.mountain(y) x.girl(x) climbed(x, y) 69

70 Problem 2 There are 128 cities in South Carolina name type coastal Columbia city no Cooper river yes Charleston city yes 70

71 Problem 2 There are 128 cities in South Carolina name type coastal Columbia city no Cooper river yes same(128, Charleston city yes count x. city(x) in(x, SouthCarolina) 71

72 Problem 3 Barack Obama was the 44th President of the United States. Obama was born on August 4 in Honolulu, Hawaii. In late August 1961, Obama's mother moved with him to the University of Washington in Seattle for a year Is Barack Obama from the United States? 72

73 Problem 3 Barack Obama was the 44th President of the United born(obama, Hawaii, August 4) States. Obama was born on August 4 in Honolulu, Hawaii. In late August 1961, Obama's mother moved with him to the University of Washington in Seattle for a year Is Barack from(obama, from United the United States) States? 73

74 Problem 3 Barack Obama was the 44th President of the United born(obama, Hawaii, August 4) States. Obama was born on August 4 in Honolulu, Hawaii. In late August 1961, Obama's mother moved with born(x, y, z) from(x, y) him to the University of Washington in Seattle for a year from(x, y) in(y, z) from(x, z) in(hawaii, United States) Is Barack from(obama, from United the United States) States? 74

75 KEY IDEA The meaning of a sentence is the set of possible worlds it picks out.

76 KEY IDEA Collections of possible worlds can be compactly represented with logical forms.

77 KEY IDEA Pieces of logical forms correspond to pieces of language

78 KEY IDEA Types in logic correspond to grammatical categories in language

79 BONUS ROUND What s missing?

80 Saying what we mean Q: How do you like my cooking? 80

81 Saying what we mean Q: How do you like my cooking? A: It s extremely interesting. 81

82 Saying what we mean Q: How do you like my cooking? A: It s extremely interesting. Q: Do you know what time it is? 82

83 Saying what we mean Q: How do you like my cooking? A: It s extremely interesting. Q: Do you know what time it is? A: Yes, I do. 83

84 Belief & possibility Sal might have seen a unicorn. Pat thinks Sal saw a unicorn. Pat wants to find a unicorn. 84

85 KEY IDEA Not all meaning is literal!

86 BONUS ROUND Historical Notes

87 Alfred Tarski Richard Montague

88 Learn more ling121: Logical Semantics Ted Briscoe s lecture notes: Mark Steedman, The Syntactic Process 88

Natural Language Processing

Natural Language Processing atural Language Processg Info 159/259 Lecture 19: Semantic parsg (Oct. 31, 2017) David Bamman, UC Berkeley Announcements 259 fal project presentations: 3:30-5pm Tuesday, Dec. 5 (RRR week), 202 South Hall

More information

A picture of the grammar. Sense and Reference. A picture of the grammar. A revised picture. Foundations of Semantics LING 130 James Pustejovsky

A picture of the grammar. Sense and Reference. A picture of the grammar. A revised picture. Foundations of Semantics LING 130 James Pustejovsky A picture of the grammar Sense and Reference Foundations of Semantics LING 130 James Pustejovsky Thanks to Dan Wedgewood of U. Edinburgh for use of some slides grammar context SYNTAX SEMANTICS PRAGMATICS

More information

Phil 004. Week 4 Chapter 3 Clarity of an Argument

Phil 004. Week 4 Chapter 3 Clarity of an Argument Phil 004 Week 4 Chapter 3 Clarity of an Argument Announcements Midterms: Average? 132, 88% High score? 148 Midterm Review Credibility of a Source Is about assessing the believability of a claim. When a

More information

Meaning 1. Semantics is concerned with the literal meaning of sentences of a language.

Meaning 1. Semantics is concerned with the literal meaning of sentences of a language. Meaning 1 Semantics is concerned with the literal meaning of sentences of a language. Pragmatics is concerned with what people communicate using the sentences of the language, the speaker s meaning. 1

More information

Dynamic Semantics! (Part 1: Not Actually Dynamic Semantics) Brian Morris, William Rose

Dynamic Semantics! (Part 1: Not Actually Dynamic Semantics) Brian Morris, William Rose Dynamic Semantics! (Part 1: Not Actually Dynamic Semantics) Brian Morris, William Rose 2016-04-13 Semantics Truth-Conditional Semantics Recall: way back in two thousand and aught fifteen... Emma and Gabe

More information

Interpreting quotations

Interpreting quotations Interpreting quotations Chung-chieh Shan Rutgers Linguistics October 12, 2007 Mixed quotes appear to mix mention and use, or direct and indirect quotation. (1) Quine says that quotation has a certain anomalous

More information

Barack Obama: Son Of Promise, Child Of Hope By Bryan Collier, Nikki Grimes READ ONLINE

Barack Obama: Son Of Promise, Child Of Hope By Bryan Collier, Nikki Grimes READ ONLINE Barack Obama: Son Of Promise, Child Of Hope By Bryan Collier, Nikki Grimes READ ONLINE Barack Obama: Son of Promise, Child of Hope, written by Nikki Grimes is the story of Barack Obama and his diverse

More information

She doesn t like playing the guitar.

She doesn t like playing the guitar. 4 GRAMMAR BOOKLET Free time 1 She doesn t like playing the guitar. 1 Look. Then match and write. 1 a reading the newspaper. 2 b skateboarding. c She doesn t like cooking. 4 d playing computer games. 5

More information

! Japanese: a wh-in-situ language. ! Taroo-ga [ DP. ! Taroo-ga [ CP. ! Wh-words don t move. Islands don t matter.

! Japanese: a wh-in-situ language. ! Taroo-ga [ DP. ! Taroo-ga [ CP. ! Wh-words don t move. Islands don t matter. CAS LX 522 Syntax I Episode 12b. Phases, relative clauses, and LF (ch. 10) Islands and phases, summary from last time! Sentences are chunked into phases as they are built up. Phases are CP and DP.! A feature

More information

Tell me more about yourself

Tell me more about yourself Tell me more about yourself Vocabulary: family members, feelings, personality, likes and dislikes Grammar: present simple: be and other verbs, adverbs of frequency Communication: describing yourself and

More information

QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ

QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ Logique & Analyse 185 188 (2004), x x QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ Abstract First, some basic notions of transparent intensional

More information

P eo ple and. Lesson 1. 1 Read and write. 2 Write questions. Answer Yes, I do or No, I don t. 3 Write about the professions.

P eo ple and. Lesson 1. 1 Read and write. 2 Write questions. Answer Yes, I do or No, I don t. 3 Write about the professions. 4 P eo ple and profes sions Lesson 1 1 Read and write 1 This person is a professional cook He s a chef 2 This person works in politics and government She s a 3 This person has original ideas and makes

More information

Lecture 7. Scope and Anaphora. October 27, 2008 Hana Filip 1

Lecture 7. Scope and Anaphora. October 27, 2008 Hana Filip 1 Lecture 7 Scope and Anaphora October 27, 2008 Hana Filip 1 Today We will discuss ways to express scope ambiguities related to Quantifiers Negation Wh-words (questions words like who, which, what, ) October

More information

Quiz 4 Practice. I. Writing Narrative Essay. Write a few sentences to accurately answer these questions.

Quiz 4 Practice. I. Writing Narrative Essay. Write a few sentences to accurately answer these questions. Writing 6 Name: Quiz 4 Practice I. Writing Narrative Essay. Write a few sentences to accurately answer these questions. 1. What is the goal of a narrative essay? 2. What makes a good topic? (What helps

More information

SETTING A PURPOSE As you read, pay attention to the points the author makes about scary tales. Would most people agree with her ideas?

SETTING A PURPOSE As you read, pay attention to the points the author makes about scary tales. Would most people agree with her ideas? Jackie Torrence (1944 2004) spent much of her childhood on a North Carolina farm, where she grew up listening to traditional stories told by her grandfather. Years later, while working as a librarian,

More information

CAS LX 522 Syntax I. Islands. Wh-islands. Phases. Complex Noun Phrase islands. Adjunct islands

CAS LX 522 Syntax I. Islands. Wh-islands. Phases. Complex Noun Phrase islands. Adjunct islands CAS LX 522 Syntax I Week 14b. Phases, relative clauses, and LF (ch. 10) Islands There seem to be certain structures out of which you cannot move a wh-word. These are islands. CNP (complex noun phrase)

More information

We will explain how illustrations contribute to a story.

We will explain how illustrations contribute to a story. Concept Development The words and illustrations contribute to the character traits, setting, and mood of a story. A character trait is a way to describe what a character is like. Examples: brave, friendly,

More information

CHAPTER I INTRODUCTION

CHAPTER I INTRODUCTION CHAPTER I INTRODUCTION A. Background of the Study The meaning of word, phrase and sentence is very important to be analyzed because it can make something more understandable to be communicated to the others.

More information

Scalable Semantic Parsing with Partial Ontologies ACL 2015

Scalable Semantic Parsing with Partial Ontologies ACL 2015 Scalable Semantic Parsing with Partial Ontologies Eunsol Choi Tom Kwiatkowski Luke Zettlemoyer ACL 2015 1 Semantic Parsing: Long-term Goal Build meaning representations for open-domain texts How many people

More information

Excelsior College OWL National Day on Writing October 20, Doug Downs Montana State University

Excelsior College OWL National Day on Writing October 20, Doug Downs Montana State University Excelsior College OWL National Day on Writing October 20, 2014 Doug Downs Montana State University Showing that people from all walks of life, people of all ages, are writing and have an interest in

More information

High Interest Reading Great Inventions

High Interest Reading Great Inventions High Interest Reading Great Inventions A TEACHING RESOURCE FROM... REM 736 AUTHORS Tanya Bibeau George Ann Gregory ILLUSTRATOR John Lakey 2001 Copyright by Remedia Publications, Inc. All Rights Reserved.

More information

Symbolization and Truth-Functional Connectives in SL

Symbolization and Truth-Functional Connectives in SL Symbolization and ruth-unctional Connectives in SL ormal vs. natural languages Simple sentences (of English) + sentential connectives (of English) = compound sentences (of English) Binary connectives:

More information

LITERAL UNDERSTANDING Skill 1 Recalling Information

LITERAL UNDERSTANDING Skill 1 Recalling Information LITERAL UNDERSTANDING Skill 1 Recalling Information general classroom reading 1. Write a question about a story answer the question. 2. Describe three details from a story explain how they helped make

More information

CONNECTION CARD CONNECTION CARD

CONNECTION CARD CONNECTION CARD CONNECTION CARD I made a connection to myself. CONNECTION CARD I made a connection to the world. CONNECTION CARD I made a connection to another book. CONNECTION CARD I made a connection to myself. CONNECTION

More information

SECTION 1 - GRAMMAR SKILLS

SECTION 1 - GRAMMAR SKILLS TEST 1 1 A SECTION 1 - GRAMMAR SKILLS Write the correct form of the VERB in brackets to complete each sentence. Mother is baking a cake. (bake) (1) Who ate my sandwich? (eat) (2) The train will bring many

More information

Lingua Inglese 3. Lecture 5. Searle s Classification of Speech Acts. Representatives: the speaker is committed in

Lingua Inglese 3. Lecture 5. Searle s Classification of Speech Acts. Representatives: the speaker is committed in Lingua Inglese 3 Lecture 5 DOTT.SSA MARIA IVANA LORENZETTI 1 Searle s Classification of Speech Acts Representatives: the speaker is committed in varying degrees ees to the truth of the expressed essed

More information

NON-FICTION EDUCATORS GUIDE

NON-FICTION EDUCATORS GUIDE Includes Common Core State Standards Correlations NON-FICTION EDUCATORS GUIDE The unique Step into Reading series offers books at five carefully developed skill levels, tailor-made for the emergent reader.

More information

Nissim Francez: Proof-theoretic Semantics College Publications, London, 2015, xx+415 pages

Nissim Francez: Proof-theoretic Semantics College Publications, London, 2015, xx+415 pages BOOK REVIEWS Organon F 23 (4) 2016: 551-560 Nissim Francez: Proof-theoretic Semantics College Publications, London, 2015, xx+415 pages During the second half of the twentieth century, most of logic bifurcated

More information

Eleventh Grade Language Arts Curriculum Pacing Guide

Eleventh Grade Language Arts Curriculum Pacing Guide 1 st quarter (11.1a) Gather and organize evidence to support a position (11.1b) Present evidence clearly and convincingly (11.1c) Address counterclaims (11.1d) Support and defend ideas in public forums

More information

Wonderful words for writing! What words would make our August writing more interesting? Bucket List. What is on your August bucket list?

Wonderful words for writing! What words would make our August writing more interesting? Bucket List. What is on your August bucket list? Wonderful words for writing! What words would make our August writing more interesting? Bucket List What is on your August bucket list? Everything yellow Make a list of all the things that are yellow.

More information

Pragmatics: How do we speak appropriately and politely?

Pragmatics: How do we speak appropriately and politely? Pragmatics: How do we speak appropriately and politely? LOGO www.themegallery.com Dr Wang Lixun Dept. of Linguistics and Modern Language Studies EdUHK, 17 March 2018 Pragmatics: study of speaker meaning

More information

The Visual Denotations of Sentences. Julia Hockenmaier with Peter Young and Micah Hodosh University of Illinois

The Visual Denotations of Sentences. Julia Hockenmaier with Peter Young and Micah Hodosh University of Illinois The Visual Denotations of Sentences Julia Hockenmaier with Peter Young and Micah Hodosh juliahmr@illinois.edu University of Illinois Sentence-Based Image Description and Search Hodosh, Young, Hockenmaier,

More information

Song Lessons Understanding and Using English Grammar, 3rd Edition. A lesson about adjective, adverb, and noun clauses (Chapters 12, 13, 17)

Song Lessons Understanding and Using English Grammar, 3rd Edition. A lesson about adjective, adverb, and noun clauses (Chapters 12, 13, 17) A lesson about adjective, adverb, and noun clauses (Chapters 12, 13, 17) Notes for the Teacher 1. The Song Do a search on the Internet to find the song Father and Daughter by Paul Simon. When you search,

More information

Pronouns and possessive adjectives

Pronouns and possessive adjectives 4 Pronouns and possessive adjectives Date: Grammar Station Subject pronoun I you we he she it they Object pronoun me you us him her it them Possessive adjective my your our his her its their A Circle the

More information

Characterizing quotation

Characterizing quotation Characterizing quotation Chung-chieh Shan Rutgers University April 3, 2009 Thanks to Chris Barker, Sam Cumming, Gabriel Greenberg, Michael Johnson, Ernie Lepore, Emar Maier, Matthew Stone, Rutgers Linguistics,

More information

Revised Curriculum Guide 2013

Revised Curriculum Guide 2013 Big Ideas: Sequencing ELA Reading Standards for Literature: Poetry/Biographies Math Geometry: Shapes, Coordinate Graphs and Angles Science Forces and Motion Social Studies Economics and Financial Literacy:

More information

Lecture 13: Chapter 10: Semantics

Lecture 13: Chapter 10: Semantics Lecture 13: Chapter 10: Semantics Lecturer: Haifa Alroqi Introduction to Linguistics - LANE 321 Semantics Semantics is the study of the meaning of words, phrases, and sentences. Conceptual & associative

More information

Objective of This Book

Objective of This Book Objective of This Book There are many educational resources that supplement the learning of writing. Some give instructions on sentence construction and grammar, some provide descriptive words and phrases,

More information

Upper Intermediate AK

Upper Intermediate AK Upper Intermediate AK Unit b is currently being run was completed wasn t reached were announced 5 was built 6 are still being added 7 has become 8 can even be seen 9 carry out 0 are regularly tested has

More information

Semantics and Generative Grammar. Conversational Implicature: The Basics of the Gricean Theory 1

Semantics and Generative Grammar. Conversational Implicature: The Basics of the Gricean Theory 1 Conversational Implicature: The Basics of the Gricean Theory 1 In our first unit, we noted that so-called informational content (the information conveyed by an utterance) can be divided into (at least)

More information

My time. Unit Read and listen. Lesson 1. There's NOTHING to do! I'm so bored... That's OK. You can use these. They're my brother's.

My time. Unit Read and listen. Lesson 1. There's NOTHING to do! I'm so bored... That's OK. You can use these. They're my brother's. Unit3 Lesson 1 My time 1 125 Read and listen There's NOTHNG to do! 'm so bored 1 2 3 4 Hi Toby Do you want to go roller skating with us? 5 6 That's OK You can use these They're my brother's That sounds

More information

Grammar. have got. Have I got? Has he got? Have they got?

Grammar. have got. Have I got? Has he got? Have they got? Possessions The children are in a strange new world. Anna Look at the trees. Look at the mountains! Where are we? Leo This is amazing! Ben No, it isn t. It s scary! Leo has got the book. Leo Look! The

More information

Table of Contents. Introduction Capitalization

Table of Contents. Introduction Capitalization Table of Contents Introduction... 5 Capitalization Sentence Beginnings...6 The Pronoun I... 8 Mixed Review... 10 Proper Nouns: Names of People and Pets... 12 Proper Nouns: Family Names and Titles... 14

More information

Written Document Guidelines for PDR and CDR. EGR 107 Spring 2016 Lecture 4

Written Document Guidelines for PDR and CDR. EGR 107 Spring 2016 Lecture 4 Written Document Guidelines for PDR and CDR EGR 107 Spring 2016 Lecture 4 Preliminary EGR 107 Competition Design Project PDR Report Review Grading Matrix Spring 2016 (PDR) Group Members: Project & Client:

More information

CHAPTER 2 REVIEW OF RELATED LITERATURE. advantages the related studies is to provide insight into the statistical methods

CHAPTER 2 REVIEW OF RELATED LITERATURE. advantages the related studies is to provide insight into the statistical methods CHAPTER 2 REVIEW OF RELATED LITERATURE The review of related studies is an essential part of any investigation. The survey of the related studies is a crucial aspect of the planning of the study. The advantages

More information

Creative Writing. Contestant Name. Judge s signature

Creative Writing. Contestant Name. Judge s signature Creative Writing Evaluation Sheet Instructions Please read Instructions for the Judges before evaluating second grade Creative Writing contestants papers. Please make your comments using language understandable

More information

Pattern and Grammar in Music. Can we Analyze Music like Language? Musical Notation Db Eb Gb Ab Bb Db etc. C# D# F# G# A# C# etc.

Pattern and Grammar in Music. Can we Analyze Music like Language? Musical Notation Db Eb Gb Ab Bb Db etc. C# D# F# G# A# C# etc. Pattern and Grammar in Music Mark Steedman, nformatics, Edinburgh A2, Nov. 2004 Supposing, for instance, that the fundamental relations of pitched sounds in the science of harmony and of musical composition

More information

CS 562: STATISTICAL NATURAL LANGUAGE PROCESSING

CS 562: STATISTICAL NATURAL LANGUAGE PROCESSING CS 562: STATISTICAL NATURAL LANGUAGE PROCESSING August 2010 Instructors: Liang Huang and Kevin Knight TA: Jason Riesa Doesn t Google know everything? What animal does a cat eat? 2 Even Key Word Queries

More information

Gustar and Verbs Like Gustar 3/28/18

Gustar and Verbs Like Gustar 3/28/18 Gustar and Verbs Like Gustar 3/28/18 We use the verb gustar to express what we like or what we like to do. Be careful though: Gustar literally means to be pleasing, and therefore we have to be careful

More information

LESSON 7: ADVERBS. In the last lesson, you learned about adjectives. Adjectives are a kind of modifier. They modify nouns and pronouns.

LESSON 7: ADVERBS. In the last lesson, you learned about adjectives. Adjectives are a kind of modifier. They modify nouns and pronouns. LESSON 7: ADVERBS Relevant Review Lesson Words can be separated into eight groups called the parts of speech. Verbs tell what the subject is or does. Adjectives are words that modify nouns and pronouns.

More information

A Growing Sense of Nationhood 1

A Growing Sense of Nationhood 1 A Growing Sense of Nationhood What did it mean to be an American in the early 1800s? P R E V I E W Read the lyrics below. On a separate piece of paper, answer the questions that follow. The Star-Spangled

More information

Broken Arrow Public Schools 3 rd Grade Literary Terms and Elements

Broken Arrow Public Schools 3 rd Grade Literary Terms and Elements Broken Arrow Public Schools 3 rd Grade Literary Terms and Elements Terms NEW to 3 rd Grade Students: Beat- a sound or similar sounds, recurring at regular intervals, and produced to help musicians keep

More information

Formalising arguments

Formalising arguments Formalising arguments Marianne: Hi, I'm Marianne Talbot and this is the first of the videos that supplements the podcasts on formal logic. (Slide 1) This particular video supplements Session 2 of the formal

More information

DOWNLOAD OR READ : THOUGHT AND REALITY IN HEGELS SYSTEM PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : THOUGHT AND REALITY IN HEGELS SYSTEM PDF EBOOK EPUB MOBI DOWNLOAD OR READ : THOUGHT AND REALITY IN HEGELS SYSTEM PDF EBOOK EPUB MOBI Page 1 Page 2 thought and reality in pdf thought and reality Download thought and reality or read online here in PDF or EPUB.

More information

Some Basic Concepts. Highlights of Chapter 1, 2, 3.

Some Basic Concepts. Highlights of Chapter 1, 2, 3. Some Basic Concepts Highlights of Chapter 1, 2, 3. What is Critical Thinking? Not Critical as in judging severely to find fault. Critical as in careful, exact evaluation and judgment. Critical Thinking

More information

On Meaning. language to establish several definitions. We then examine the theories of meaning

On Meaning. language to establish several definitions. We then examine the theories of meaning Aaron Tuor Philosophy of Language March 17, 2014 On Meaning The general aim of this paper is to evaluate theories of linguistic meaning in terms of their success in accounting for definitions of meaning

More information

Module 1 Our World. Ge Ready. Brixham Youth Club Come and join us! 1 Look at the information about a Youth Club. Write the words for activities.

Module 1 Our World. Ge Ready. Brixham Youth Club Come and join us! 1 Look at the information about a Youth Club. Write the words for activities. Module 1 Our World Ge Ready Vocabulary: Hobbies and interests 1 Look at the information about a Youth Club. Write the words for activities. Brixham Youth Club Come and join us! 1 c h e s s r v g 3 p y

More information

Grammar Mistakes. Reference Flip Book. Grammar Mistake #1. Grammar Mistake #2. Cut along the dotted lines to create your mini flip.

Grammar Mistakes. Reference Flip Book. Grammar Mistake #1. Grammar Mistake #2. Cut along the dotted lines to create your mini flip. Staple along the left border. Grammar Mistake #1 It s and Its It s = the contraction of it is or it has. 1 & 2 Grammar Mistakes Reference Flip Book Its= is a possessive. Things that belong to them or that

More information

Entry Exam BMS English

Entry Exam BMS English berufsmaturitätsschule gewerblich-industrielle berufsschule bern Lorrainestrasse 5 Postfach 736 3000 Bern 25 Telefon 031 335 94 94 Fax 031 335 94 84 bms@gibb.ch www.gibb.ch Entry Exam BMS English Name:

More information

The English Primary Group Salmiya School. Year 5 Home Learning Revision Pack Week 11 26th - 30th November 2017

The English Primary Group Salmiya School. Year 5 Home Learning Revision Pack Week 11 26th - 30th November 2017 The English Primary Group Salmiya School Year 5 Home Learning Revision Pack Week 11 26th - 30th November 2017 SPELLING English Find the meaning of these words and write sentences using each one of them:

More information

Consider the following quote: What does the quote mean? Be prepared to share your thoughts.

Consider the following quote: What does the quote mean? Be prepared to share your thoughts. Voice Lessons Consider the following quote: Your writing voice is the deepest possible reflection of who you are. The job of your voice is not to seduce or flatter or make well-shaped sentences. In your

More information

Key. (1) went (2) was cooking (3) ran (4) looked (5) was listening. (6) knew (7) were telling (8) told (9) knew (10) was lying

Key. (1) went (2) was cooking (3) ran (4) looked (5) was listening. (6) knew (7) were telling (8) told (9) knew (10) was lying Key Task 1 Logic game: Put the verbs in simple past or past continuous and find out who was listening to the CD. (1) went (2) was cooking (3) ran (4) looked (5) was listening (6) knew (7) were telling

More information

Bellringer: March 17

Bellringer: March 17 Bellringer: March 17 We are beginning a new lesson. Read the following poem. Then explain what you think the meaning of the poem is. Write your explanation in your notes. oceanoceanocean oceancanoeocean

More information

The future perfect GRAMMAR

The future perfect GRAMMAR The future perfect GRAMMAR Content In this lesson you will learn all about the future perfect simple tense. Learning Outcomes Learn the uses and forms of the future perfect. Create sentences using the

More information

(The) most in Dutch: Definiteness and Specificity. Koen Roelandt CRISSP, KU Leuven HUBrussel

(The) most in Dutch: Definiteness and Specificity. Koen Roelandt CRISSP, KU Leuven HUBrussel (The) most in Dutch: Definiteness and Specificity Koen Roelandt CRISSP, KU Leuven HUBrussel koen.roelandt@hubrussel.be 1 Introduction (1) Jan heeft de meeste bergen beklommen. John has thepl.masc. most

More information

Formal Grammars for Computational Musical Analysis The Blues and the Abstract Truth

Formal Grammars for Computational Musical Analysis The Blues and the Abstract Truth Formal Grammars for Computational Musical Analysis The Blues and the Abstract Truth Mark Steedman, Informatics, Edinburgh Music Informatics and Cognition Workshop, Sonic Arts Research Centre, Queen s University

More information

Shurley Grammar Level 6 Chapter 8 Answer Key

Shurley Grammar Level 6 Chapter 8 Answer Key Shurley Grammar Level 6 *Note that we ALWAYS start classifying our sentences by looking for prepositions and labeling prepositional phrases FIRST. This is different than the order the book teaches, but

More information

PPP Lesson Plan Example Project Topic: Participial adjectives. Time: 60 mins

PPP Lesson Plan Example Project Topic: Participial adjectives. Time: 60 mins PPP Lesson Plan Example Project Topic: Participial adjectives Time: 60 mins Objectives: Students will be able to identify participial adjectives in a paragraph and differentiate them from verbal uses.

More information

Which word from vocab list 16 do you see yourself. using in conversation in writing or reading? Why?

Which word from vocab list 16 do you see yourself. using in conversation in writing or reading? Why? English 3CP Monday, 1/16/17 Regular Schedule Week # 18 Due: -vocab list 16 Warm-up (five minutes): Please Start Reading. SSR is for 10 minutes. 5 Which word from vocab list 16 do you see yourself PRIDE

More information

Lesson 11: Office Equipment (20-25 minutes)

Lesson 11: Office Equipment (20-25 minutes) Main Topic 1: Business Introductions Lesson 11: Office Equipment (20-25 minutes) Today, you will: 1. Learn useful vocabulary related to office equipment. 2. Review Subject and Verb Agreement Rules Part

More information

Broken Arrow Public Schools 4 th Grade Literary Terms and Elements

Broken Arrow Public Schools 4 th Grade Literary Terms and Elements Broken Arrow Public Schools 4 th Grade Literary Terms and Elements Terms NEW to 4 th Grade Students: Climax- the point of the story that has the greatest suspense the moment before the crime is solved

More information

PAT GUSTIN HOW NOT TO GET LOST IN TRANSLATION

PAT GUSTIN HOW NOT TO GET LOST IN TRANSLATION PAT GUSTIN HOW NOT TO GET LOST IN TRANSLATION When I was a missionary working in Asia, I looked forward to the occasional times when a guest speaker would be preaching in English at my local church. On

More information

R CONTROLLED VOWELS (ER, IR, UR)

R CONTROLLED VOWELS (ER, IR, UR) DUE AT THE END OF THE WEEK on FRIDAY: Sunshine Math Lesson 7 (Complete front and back. Show your work. Be ready to discuss on Friday.) Social Studies (Complete HOLIDAYS AND CELEBRATIONS in your Social

More information

Sentences: Subjects & Predicates

Sentences: Subjects & Predicates Sentences: Subjects & Predicates A sentence is like a driver driving a car. Name: Subject because Predicate because Simple Subjects Complex The 1 that the sentence is about. The 1 that the sentence is

More information

*Due: directly before you take this exam

*Due: directly before you take this exam Name: *Due: directly before you take this exam Your study guides will be due directly before you take my exam. I will not take them at a later date. If you have the same answers as someone else, neither

More information

Simple present tense vs. present continuous tense

Simple present tense vs. present continuous tense 7 Simple present tense vs. present continuous tense Date: Grammar Station Simple present tense To talk about habits and truths Signal words: every e.g. She reads books every evening. on + days of the week

More information

Same and Different. Think and Discuss

Same and Different. Think and Discuss Same and Different ACADEMIC PATHWAYS Lesson A: Listening to a Lecture Conducting a Survey Lesson B: Listening to a Conversation Giving a Presentation about Yourself 1UNIT Think and Discuss 1. Look at the

More information

4-1. Gerunds and Infinitives

4-1. Gerunds and Infinitives 4-1. Gerunds and Infinitives 1. Which of these is a gerund? to play playing 2. Which of these is an infinitive? to play playing 3. How do you make a gerund? 4. How do you make an infinitive? a. Sports

More information

1a Teens Time: A video call

1a Teens Time: A video call Keep in touch 1a Teens Time: A video call Vocabulary 1 Write the missing letters to complete the words and match them with the correct photos. 1 m i c r o p h o n e a 2 m b l p h n 3 k b r d w b c m 5

More information

Present perfect and simple past. LEVEL NUMBER LANGUAGE Beginner A2_2043G_EN English

Present perfect and simple past. LEVEL NUMBER LANGUAGE Beginner A2_2043G_EN English Present perfect and simple past GRAMMAR LEVEL NUMBER LANGUAGE Beginner A2_2043G_EN English Goals Review the present perfect and the simple past Practice using the present perfect with adverbs 2 I have

More information

Peter Possum s Playful Trick Review 9 Drawing Conclusions Main Idea

Peter Possum s Playful Trick Review 9 Drawing Conclusions Main Idea Review 9 Drawing Conclusions Main Idea by Margaret Chaplin Campbell Peter Possum* opened one eye. The sun was setting. Time to get up, said Peter Possum. He opened both eyes and gazed about. Everything

More information

READING Why Do People Read?

READING Why Do People Read? N A M E : Why Do People Read? Vocabulary Preview Match the words on the left with the meanings on the right. 1. printed A. the story of someone s life written by another person 2. text messages B. fiction

More information

Contents Starter Unit 1 Unit 2 Unit 3 Review 1 Cross-curricular 1: Math Unit 4 Unit 5 Unit 6 Review 2 Cross-curricular 2: Language Arts Unit 7

Contents Starter Unit 1 Unit 2 Unit 3 Review 1 Cross-curricular 1: Math Unit 4 Unit 5 Unit 6 Review 2 Cross-curricular 2: Language Arts Unit 7 Contents Syllabus iv Meet the Friends vi Setting 1 Let s Remember 2 Starter Days of the Week 3 Unit 1 Going to Camp 4 Unit 2 Going to the Rain Forest 8 Unit 3 Making a Movie 12 Review 1 16 Cross-curricular

More information

1 Lesson 11: Antiderivatives of Elementary Functions

1 Lesson 11: Antiderivatives of Elementary Functions 1 Lesson 11: Antiderivatives of Elementary Functions Chapter 6 Material: pages 237-252 in the textbook: The material in this lesson covers The definition of the antiderivative of a function of one variable.

More information

A: (1) Didier and Peter French? B: No, they (2). They re from Canada, so. C: (3) your phone number ? D: No, it (4). That s my old number.

A: (1) Didier and Peter French? B: No, they (2). They re from Canada, so. C: (3) your phone number ? D: No, it (4). That s my old number. 1 Facts & Figures Grammar 1 a, an Complete the conversation with a or an A: Are you good with facts? B: Not bad Why? A: Let s play this game I say (1) a / an name You tell me what it is B: OK A: You have

More information

Translating for Legal Evidence

Translating for Legal Evidence Translating for Legal Evidence Getting it wrong Frank Franks pretty good attorney Tom Gale Shari Peter Peter The cap has an aperture matched to the diameter of the eraser part, and is slidingly engaged

More information

What s Emma doing? Vocabulary Weather. Presentation 3 Warm up Look at Poppy s world on page 93 and answer. 0 Language focus. Grammar.

What s Emma doing? Vocabulary Weather. Presentation 3 Warm up Look at Poppy s world on page 93 and answer. 0 Language focus. Grammar. 8B What s Emma doing? Vocabulary Weather Grammar present continuous questions and short answers present continuous or present simple Functions talking about the weather 1 2.52 Match the sentences with

More information

Sentence Processing. BCS 152 October

Sentence Processing. BCS 152 October Sentence Processing BCS 152 October 29 2018 Homework 3 Reminder!!! Due Wednesday, October 31 st at 11:59pm Conduct 2 experiments on word recognition on your friends! Read instructions carefully & submit

More information

Human Number Line. Introduction to Negative Numbers

Human Number Line. Introduction to Negative Numbers Human Number Line Introduction to Negative Numbers 1 WARM UP Plot each number on a number line. Then, insert a. or, symbol to make each inequality statement true. 0 1 2 3 4 5 6 7 8 9 10 1. 3 4 1 1 2 2.

More information

CHAPTER I INTRODUCTION. Translation has many definitions, every expert has their own perspective.

CHAPTER I INTRODUCTION. Translation has many definitions, every expert has their own perspective. CHAPTER I INTRODUCTION 1.1. Background of the Study Translation has many definitions, every expert has their own perspective. Larson (1984: 3) stated Translation consists of transferring the meaning of

More information

1 HW1 is due now. 2 HW2 & HW3 are due next Tuesday. 3 We are trying to find space to hold the sections. 4 Our TA (Theo Korzukhin) has an office hour

1 HW1 is due now. 2 HW2 & HW3 are due next Tuesday. 3 We are trying to find space to hold the sections. 4 Our TA (Theo Korzukhin) has an office hour Announcements For 09.13 The Boolean Connectives Negation, Conjunction & Disjunction William Starr 09.13.11 1 HW1 is due now 1.1-4 and 2.8 were due to the Grade Grinder 2.2, 2.6, 2.8 should be submitted

More information

Understanding English Grammar: A Linguistic Introduction

Understanding English Grammar: A Linguistic Introduction Understanding English Grammar: A Linguistic Introduction Additional Exercises for Chapter 2: Typology 1. Typological comparison: English and Swahili Noun Phrases Consider the following noun phrases in

More information

NZQA Support Material Contents. Unit standard 17361, version 4 Read recounts (ESOL)

NZQA Support Material Contents. Unit standard 17361, version 4 Read recounts (ESOL) Contents Level 3 Unit standard 17361, version 4 Read recounts (ESOL) 4 Credits 1 Assessor guidelines 2 Candidate instructions 3 Candidate checklist 4 Reading text 5 Assessment task 6 Assessment schedule

More information

Exceptional Children 3-5. Terms will be identified during the school year. Assessment and Data

Exceptional Children 3-5. Terms will be identified during the school year. Assessment and Data Big Ideas: Sequencing ELA Reading Standards for Literature: Poetry/Biographies Math Geometry: Shapes Science Forces and Motion Essential Vocabulary Terms will be identified during the 2012-2013 school

More information

Primary and Secondary Sources of information

Primary and Secondary Sources of information Primary and Secondary Sources of information What are primary sources? Original records from the past recorded by people who were: Involved in the event Witnessed the event, OR Knew the persons involved

More information

CHAPTER II A BRIEF DESCRIPTION OF ELLIPTIC CONSTRUCTION. In this chapter, the writer would like to discuss about elliptic contruction or elliptical

CHAPTER II A BRIEF DESCRIPTION OF ELLIPTIC CONSTRUCTION. In this chapter, the writer would like to discuss about elliptic contruction or elliptical CHAPTER II A BRIEF DESCRIPTION OF ELLIPTIC CONSTRUCTION In this chapter, the writer would like to discuss about elliptic contruction or elliptical sentence. There are some definition about what is elliptic

More information

Gerunds: Subject and Object Prof Marcelo Pereira de Leão

Gerunds: Subject and Object Prof Marcelo Pereira de Leão Gerunds: Subject and Object Prof Marcelo Pereira de Leão Running for Office 1 Voting is an important responsibility. Let s discuss improving our schools. I will keep fighting for a new hospital. Running

More information

Semantics Journaling Assignment

Semantics Journaling Assignment Semantics Journaling Assignment For this assignment, you will analyze writing and, at the same time, document your reading habits. The journal entries are meant to be compiled over the course of several

More information

Teaching Resources for The Story Smashup Webcast

Teaching Resources for The Story Smashup Webcast Teaching Resources for The Story Smashup Webcast We hope that you and your class enjoyed the Story Smashup Webcast! Use the activities and fun reproducibles in this guide to continue the excitement and

More information

A new neighborhood. Lesson. Learning Objectives : After studying this lesson, you should be able to

A new neighborhood. Lesson. Learning Objectives : After studying this lesson, you should be able to Lesson 01 A new neighborhood Learning Objectives : After studying this lesson, you should be able to introduce yourself and greet new acquaintances use the "be" verb to ask and answer questions 1 Getting

More information