Tense and Aspect Assignment in Narrative Discourse

Total Page:16

File Type:pdf, Size:1020Kb

Tense and Aspect Assignment in Narrative Discourse Tense and Aspect Assignment in Narrative Discourse David K. Elson and Kathleen R. McKeown Department of Computer Science Columbia University {delson,kathy}@cs.columbia.edu Abstract tion to create semantic encodings of short stories. To do this, they construct propositions (predicate- argument structures) through a graphical, menu- We describe a method for assigning English based interface, and assign them to intervals on a tense and aspect in a system that realizes sur- timeline. Figure 1 shows a session in which the face text for symbolically encoded narratives. Our user is encoding a fable of Aesop. The top-right testbed is an encoding interface in which proposi- panel shows the original fable, and the left-hand tions that are attached to a timeline must be real- panel shows a graphical timeline with buttons for ized from several temporal viewpoints. This in- constructing new propositions at certain intervals. volves a mapping from a semantic encoding of The left-hand and bottom-right panels contain au- time to a set of tense/aspect permutations. The tomatically generated text of the encoded story, as encoding tool realizes each permutation to give the system understands it, from different points of a readable, precise description of the narrative so view. Users rely on these realizations to check that that users can check whether they have correctly they have assigned the formal connections cor- encoded actions and statives in the formal repre- rectly. The tenses and aspects of these sentences sentation. Our method selects tenses and aspects are a key component of this feedback. We describe for individual event intervals as well as subinter- the general purpose of the system, its data model, vals (with multiple reference points), quoted and and the encoding methodology in a separate paper unquoted speech (which reassign the temporal fo- (Elson and McKeown, 2010). cus), and modal events such as conditionals. The paper is organized as follows: After dis- cussing related work in Section 2, we describe our 1 Introduction method for selecting tense and aspect for single Generation systems that communicate knowledge events in Section 3. Section 4 follows with more about time must select tense and aspect carefully complex cases involving multiple events and shifts in their surface realizations. An incorrect assign- in temporal focus. We then discuss the results. ment can give the erroneous impression that a con- 2 Related Work tinuous action has ended, or that a previous state is the current reality. In this paper, we consider There has been intense interest in the interpre- English tense and aspect in the generation of nar- tation of tense and aspect into a formal under- rative discourse, where statives and actions occur standing of the ordering and duration of events. over connected intervals. This work has been in both linguistics (Dowty, We describe two contributions: first, a general 1979; Nerbonne, 1986; Vlach, 1993) and natu- application of theories of tense, aspect and inter- ral language understanding. Early systems inves- val logic to a generation context in which we map tigated rule-based approaches to parsing the du- temporal relationships to specific tense/aspect se- rations and orderings of events from the tenses lections. Second, we describe an implementation and aspects of their verbs (Hinrichs, 1987; Web- of this approach in an interactive environment with ber, 1987; Song and Cohen, 1988; Passonneau, a basic sentence planner and realizer. The first re- 1988). Allen (1984) and Steedman (1995) focus sult does not depend on the second. on distinguishing between achievements (when an The purpose of the system is to allow users who event culminates in a result, such as John builds are na¨ıve to linguistics and knowledge representa- a house) and processes (such as walking). More Figure 1: Screenshot of our story encoding interface. recent work has centered on markup languages teractive narrative encoding project. Callaway for complex temporal information (Mani, 2004) and Lester’s STORYBOOK (2002) aims to im- and corpus-based (statistical) models for predict- prove fluency and discourse cohesion in realiz- ing temporal relationships on unseen text (Mani et ing formally encoded narratives; Ligozat and Zock al., 2006; Lapata and Lascarides, 2006). (1992) allow users to interactively construct sen- Our annotation interface requires a fast realizer tences in various temporal scenarios through a that can be easily integrated into an interactive, on- graphical interface. line encoding tool. We found that developing a custom realizer as a module to our Java-based sys- 3 Expressing single events tem was preferable to integrating a large, general 3.1 Temporal knowledge purpose system such as KPML/Nigel (Matthiessen and Bateman, 1991) or FUF/SURGE (Elhadad The propositions that we aim to realize take the and Robin, 1996). These realizers, along with Re- form of a predicate, one or more arguments, zero alPro (Lavoie and Rambow, 1997), accept tense as or more attached modifiers (either a negation oper- a parameter, but do not calculate it from a semantic ator or an adverbial, which is itself a proposition), representation of overlapping time intervals such and an assignment in time. Each argument is asso- as ours (though the Nigel grammar can calculate ciated with a semantic role (such as Agent or Ex- tense from speech, event, and reference time or- periencer), and may include nouns (such as char- derings, discussed below). The statistically trained acters) or other propositions. In our implemented FERGUS (Chen et al., 2002) contrasts with our system, the set of predicates available to the an- rule-based approach. notator is adapted from the VerbNet (Kingsbury and Palmer, 2002) and WordNet (Fellbaum, 1998) Dorr and Gaasterland (1995) and Grote (1998) linguistic databanks. These provide both durative focus on generating temporal connectives, such as actions and statives (Dowty, 1979); we will refer before, based on the relative times and durations of to both as events as they occur over intervals. For two events; Gagnon and Lapalme (1996) focus on example, here are an action and a stative: temporal adverbials (e.g., when to insert a known time of day for an event). By comparison, we ex- walk(Mary, store, 2, 6) (1) tend our approach to cover direct/indirect speech hungry(Julia, 1,∞) (2) and the subjunctive/conditional forms, which they do not report implementing. While our work fo- The latter two arguments in (1) refer to time cuses on English, Yang and Bateman (2009) de- states in a totally ordered sequence; Mary starts scribe a recent system for generating Chinese as- walking to the store at state 2 and finishes walking pect expressions based on a time interval represen- at state 6. (2) begins at state 1, but is unbounded tation, using KPML as their surface realizer. (Julia never ceases being hungry). While this pa- Several other projects run tangential to our in- per does not address the use of reference times (such as equating a state to 6:00 or yesterday), this Diagram Relations Perspective R < E1 Before is an area of ongoing work. E 1 E 2 (1) and (2), depending on the situation, can be R realized in several aspects and tenses. We adapt R = E1 Begin E 1 E 2 R < E2 and extend Reichenbach’s (1947) famous system R of symbols for distinguishing between simple and E1 < R During E 1 E 2 progressive aspect. Reichenbach identifies three R < E2 points that define the temporal position of the R R = E2 Finish event: the event time E, the speech time S, and E 1 E 2 R > E1 a reference time R which may or may not be in- R dicated by a temporal adverbial. The total order- R > E2 After E 1 E 2 ing between these times dictates the appropriate R aspect. For example, the simple past John laughed has the relation E < S. R = E because there is Table 1: Perspective assignment for viewing an no separate reference time involved. The past per- event from a reference state. fect John had laughed [by the end of the play] has the relation E < R < S, in that it describe “the formally encoded the story. In the remainder of past of the past”, with the nearer “past” being R this section, we describe our method for assigning (the end of the play). R can be seen as the tempo- tenses and aspects to propositions such as these. ral focus of the sentence. As Reichenbach does not address events with 3.2 Reference state intervals, we redefine E as the transition (E1..E2) In both snapshot and narration modes, we often attached to the proposition (for example, (2,6) need to render the events that occur at some ref- for Mary’s walk). This definition deliberately as- erence state R. We would like to know, for in- sumes that no event ever occurs over a single “in- stance, what is happening now, or what happened stant” of time. The perception of an instantaneous at 6:00 yesterday evening. The tense and aspect event, when it is needed, is instead created by di- depend on the perspective of the reference state lating R into an interval large enough to contain on the event, which can be bounded or unbounded. the entire event, as in Dowty (1979). The two-step process for this scenario is to deter- We also distinguish between two generation mine the correct perspective, then pick the tense modes: realizing the story as a complete discourse and aspect class that best communicates it. (narration mode) and describing the content of a We define the set of possible perspec- single state or interval (snapshot mode). Our sys- tives to follow Allen (1983), who describes tem supports both modes differently.
Recommended publications
  • The Interpretation of Tense — I Didn't Turn Off the Stove Toshiyuki Ogihara
    The interpretation of tense — I didn’t turn off the stove Toshiyuki Ogihara — University of Washington [email protected] Kiyomi Kusumoto — Kwansei Gakuin University [email protected] Abstract This chapter examines Partee’s (1973) celeBrated claim that tenses are not existential quantifiers but pronouns. In the first half of the chapter, we show that this proposal successfully accounts for the Behavior of tense morphemes regarding deixis, anaphora, and presupposition. It is also compatiBle with cases where tense morphemes Behave like Bound variables. In the second half of the chapter, we turn to the syntax-semantics interface and propose some concrete implementations Based on three different assumptions aBout the semantics of tense: (i) quantificational; (ii) pronominal; (iii) relational. Finally, we touch on some tense-related issues involving temporal adverBials and cross-linguistic differences. Keywords tense, pronoun, quantification, Bound variaBle, referential, presupposition, temporal adverbial (7 key words) 1. Introduction This article discusses the question of whether the past tense morpheme is analogous to pronouns and if so how tense is encoded in the system of the interfaces between syntax and semantics. The languages we will deal with in this article have tense morphemes that are attached to verbs. We use 1 this type of language as our guide and model. Whether tense is part of natural language universals, at least in the area of semantic interpretation, is debatable.1 Montague’s PTQ (1973) introduces a formal semantic system that incorporates some tense and aspect forms in natural language and their model-theoretic interpretation. It introduces tense operators based on Prior’s (1957, 1967) work on tense logic.
    [Show full text]
  • Change Sentences Direct Into Indirect Speech
    Change Sentences Direct Into Indirect Speech WhichcarburiseFlickering Trevor soEdie binaurally. misrepresent mutiny punitively Main so and quarterly while huffing Abbey that Traver Lazaro always unswearing finalize cutinises her his his Rawlplugs?harpsichordists chronometers oppugnsginger distractingly, disserving all.he Lost his bike Indirect speech They show we simply going to running Direct speech They declare that. Reported Speech in English Grammar. What such a Jussive subjunctive Latin? Reported Speech Indirect Speech in English Summary. Ulysses asked the field is important to us consent, into direct speech change sentences indirect quote the benefits of speech rules in. Grammar Basics Direct and Indirect Speech Hitbullseye. Do not enclosed inside for change into past perfect as they do not track your team sports he was and what are transformed into the. 1 The Latin subjunctive is another mood of hypothetical verbal activity including ideas of uncertainty potential will shadow and refuse like. Direct to indirect speech General rules English Grammar. The subjunctive mainly expresses doubt or potential and what could have been whatever the indicative declares this happened or that happened the infantry is called 'jussive' which revenue from 'iubere' to command bid. Direct and Indirect Speech Verb Tense Changes with Rules. In the direct sentence the actual words of the speaker are quoted This is called Direct. Objective by the end leave the lesson the students should have able detect change where direct speech sentence into reported speech correctly Prerequisite match each. In direct speech the original words of stay are narrated no friend is made. Reported Speech English Grammar English Grammar Online.
    [Show full text]
  • CHAPTER 3: the Role of Tense-Aspect in Discourse Management
    CHAPTER 3: The Role of Tense-Aspect in Discourse Management 3.0 Introduction Tense-aspect plays an important discourse management role in the construction and organization of mental spaces (and meaning) built in the ongoing process of discourse interpretation. The purpose of this chapter is to lay out in a systematic way the components of the model of tense-aspect proposed here and to give an overview of how tense-aspect functions, in conjunction with a set of Discourse Organization Principles, to constrain the mental space configurations built during the interpretation of ongoing discourse. This chapter lays the theoretical foundation for the detailed analysis of language specific tense markers, of tense in embedded clauses, and of tense in discourse- narrative, treated in subsequent chapters. In this chapter, I will propose a model which is an extension of the approach and ideas of Fauconnier (1985, 1986a, 1986b, 1990, 1991, to appear) and Dinsmore (1991). The model, which is the basis for the account of tense presented in this dissertation, consists of: • the mental space format (space partitioning, cognitive links between elements in different spaces, etc...) and the general mental space principles of access, optimization, spreading, and matching, as proposed in Fauconnier (1985) and updated in more recent work. 67 68 •a set of conceptual, discourse primitives: {BASE, FOCUS, EVENT, and V- POINT}, which are distributed over the hierarchical configuration of spaces built as the discourse interpretation process unfolds. •a set of Discourse Organization Principles which operate on these conceptual primitives, determining the types of space configurations which are possible. •a distinction between the FACT and PREDICTION status assigned to spaces.
    [Show full text]
  • PARASITIC MIRATIVITY of ENGLISH USE in COLIN TREVORROWS MOVIE “JURASSIC WORLD” Thesis Submitted in Partial Fulfillment of Th
    PARASITIC MIRATIVITY OF ENGLISH USE IN COLIN TREVORROWS MOVIE “JURASSIC WORLD” Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Sarjana Humaniora in English and Literature Department of Faculty of Adab and Humanities of UIN Alauddin Makassar By MUJI RETNO Reg. No. 40300111080 ENGLISH AND LITERATURE DEPARTMENT ADAB AND HUMANITIES FACULTY ALAUDDIN STATE ISLAMIC UNIVERSITY MAKASSAR 2016 PARASITIC MIRATIVITY OF ENGLISH USE IN COLIN TREVORROW’S MOVIE “JURASSIC WORLD” Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Sarjana Humaniora in English and Literature Department of Faculty of Adab and Humanities of UIN Alauddin Makassar By MUJI RETNO Reg. No. 40300111080 ENGLISH AND LITERATURE DEPARTMENT ADAB AND HUMANITIES FACULTY ALAUDDIN STATE ISLAMIC UNIVERSITY MAKASSAR 2016 i MOTTO “EDUCATION IS WHAT REMAINS AFTER ONE HAS FORGOTTEN WHAT ONE HAS LEARNED IN SCHOOL.” (Albert Eistein) “EDUCATION IS A PROGRESSIVE DISCOVERY OF OUR OWN IGNORENCE.” (Charlie Chaplin) “EVERY THE LAST STEP INEVITABLY HAS THE FIRST STEP” (Muji Retno) ii ACKNOWLEDGE All praises to Allah who has blessed, guided and given the health to the researcherduring writing this thesis. Then, the researcherr would like to send invocation and peace to Prophet Muhammad SAW peace be upon him, who has guided the people from the bad condition to the better life. The researcher realizes that in writing and finishing this thesis, there are many people that have provided their suggestion, advice, help and motivation. Therefore, the researcher would like to express thanks and highest appreciation to all of them. For the first, the researcher gives special gratitude to her parents, Masir Hadis and Jumariah Yaha who have given their loves, cares, supports and prayers in every single time.
    [Show full text]
  • ELC 231: Introduction to Language and Linguistics Semantics & Pragmatics: Ambiguity and Meaning As USE Vs TRUTH
    1 Introduction 2 Speech Acts 3 Gricean Maxims References r, e, b, f b, f, g, a V’ V’ PP [watch a movie]V’ [with a superhero]PP V NP with a superhero watch a movie ELC 231: Introduction to Language and Linguistics Semantics & Pragmatics: Ambiguity and Meaning as USE vs TRUTH Dr. Meagan Louie M. Louie ELC 231: Language and Linguistics 1 / 112 1 Introduction 1.1 Compositionality and Structural Ambiguity 2 Speech Acts 1.2 Meaning as USE 3 Gricean Maxims 1.3 Investigating USE-CONDITIONS References Core Subdomains Linguistics: The study of Language Phonetics Phonology Morphology Syntax Semantics Pragmatics M. Louie ELC 231: Language and Linguistics 2 / 112 1 Introduction 1.1 Compositionality and Structural Ambiguity 2 Speech Acts 1.2 Meaning as USE 3 Gricean Maxims 1.3 Investigating USE-CONDITIONS References Core Subdomains: Last Week - Syntax and Semantics Linguistics: The study of Language Phonetics Phonology Morphology Syntax Semantics Pragmatics M. Louie ELC 231: Language and Linguistics 3 / 112 1 Introduction 1.1 Compositionality and Structural Ambiguity 2 Speech Acts 1.2 Meaning as USE 3 Gricean Maxims 1.3 Investigating USE-CONDITIONS References Core Subdomains: This Week - Semantics and Pragmatics Linguistics: The study of Language Phonetics Phonology Morphology Syntax Semantics Pragmatics M. Louie ELC 231: Language and Linguistics 4 / 112 1 Introduction 1.1 Compositionality and Structural Ambiguity 2 Speech Acts 1.2 Meaning as USE 3 Gricean Maxims 1.3 Investigating USE-CONDITIONS References Core Subdomains: Semantics • Semantics: The study of MEANING in language 1 Review: Meaning as Truth and reference 2 REVIEW: Compositionality 3 A Semantic Interpretation System for Language (i) The Model/Ontology (ii) Lexical Entries (iii) Compositional Rules (i.e., how to semantically interpret PSRs) M.
    [Show full text]
  • Tagalog Pala: an Unsurprising Case of Mirativity
    Tagalog pala: an unsurprising case of mirativity Scott AnderBois Brown University Similar to many descriptions of miratives cross-linguistically, Schachter & Otanes(1972)’s clas- sic descriptive grammar of Tagalog describes the second position particle pala as “expressing mild surprise at new information, or an unexpected event or situation.” Drawing on recent work on mi- rativity in other languages, however, we show that this characterization needs to be refined in two ways. First, we show that while pala can be used in cases of surprise, pala itself merely encodes the speaker’s sudden revelation with the counterexpectational nature of surprise arising pragmatically or from other aspects of the sentence such as other particles and focus. Second, we present data from imperatives and interrogatives, arguing that this revelation need not concern ‘information’ per se, but rather the illocutionay update the sentence encodes. Finally, we explore the interactions between pala and other elements which express mirativity in some way and/or interact with the mirativity pala expresses. 1. Introduction Like many languages of the Philippines, Tagalog has a prominent set of discourse particles which express a variety of different evidential, attitudinal, illocutionary, and discourse-related meanings. Morphosyntactically, these particles have long been known to be second-position clitics, with a number of authors having explored fine-grained details of their distribution, rela- tive order, and the interaction of this with different types of sentences (e.g. Schachter & Otanes (1972), Billings & Konopasky(2003) Anderson(2005), Billings(2005) Kaufman(2010)). With a few recent exceptions, however, comparatively little has been said about the semantics/prag- matics of these different elements beyond Schachter & Otanes(1972)’s pioneering work (which is quite detailed given their broad scope of their work).
    [Show full text]
  • The Logic of Indirect Speech
    PERSPECTIVE The logic of indirect speech Steven Pinker*†, Martin A. Nowak‡, and James J. Lee* *Department of Psychology, and ‡Program for Evolutionary Dynamics, Departments of Mathematics and Organismic and Evolutionary Biology, Harvard University, Cambridge, MA 02138 Edited by Jeremy Nathans, Johns Hopkins University School of Medicine, Baltimore, MD, and approved December 11, 2007 (received for review July 31, 2007) When people speak, they often insinuate their intent indirectly rather than stating it as a bald proposition. Examples include sexual come-ons, veiled threats, polite requests, and concealed bribes. We propose a three-part theory of indirect speech, based on the idea that human communication involves a mixture of cooperation and conflict. First, indirect requests allow for plausible deniability, in which a cooperative listener can accept the request, but an uncooperative one cannot react adversarially to it. This intuition is sup- ported by a game-theoretic model that predicts the costs and benefits to a speaker of direct and indirect requests. Second, language has two functions: to convey information and to negotiate the type of relationship holding between speaker and hearer (in particu- lar, dominance, communality, or reciprocity). The emotional costs of a mismatch in the assumed relationship type can create a need for plausible deniability and, thereby, select for indirectness even when there are no tangible costs. Third, people perceive language as a digital medium, which allows a sentence to generate common knowledge, to propagate a message with high fidelity, and to serve as a reference point in coordination games. This feature makes an indirect request qualitatively different from a direct one even when the speaker and listener can infer each other’s intentions with high confidence.
    [Show full text]
  • Grammar for Academic Writing
    GRAMMAR FOR ACADEMIC WRITING Tony Lynch and Kenneth Anderson (revised & updated by Anthony Elloway) © 2013 English Language Teaching Centre University of Edinburgh GRAMMAR FOR ACADEMIC WRITING Contents Unit 1 PACKAGING INFORMATION 1 Punctuation 1 Grammatical construction of the sentence 2 Types of clause 3 Grammar: rules and resources 4 Ways of packaging information in sentences 5 Linking markers 6 Relative clauses 8 Paragraphing 9 Extended Writing Task (Task 1.13 or 1.14) 11 Study Notes on Unit 12 Unit 2 INFORMATION SEQUENCE: Describing 16 Ordering the information 16 Describing a system 20 Describing procedures 21 A general procedure 22 Describing causal relationships 22 Extended Writing Task (Task 2.7 or 2.8 or 2.9 or 2.11) 24 Study Notes on Unit 25 Unit 3 INDIRECTNESS: Making requests 27 Written requests 28 Would 30 The language of requests 33 Expressing a problem 34 Extended Writing Task (Task 3.11 or 3.12) 35 Study Notes on Unit 36 Unit 4 THE FUTURE: Predicting and proposing 40 Verb forms 40 Will and Going to in speech and writing 43 Verbs of intention 44 Non-verb forms 45 Extended Writing Task (Task 4.10 or 4.11) 46 Study Notes on Unit 47 ii GRAMMAR FOR ACADEMIC WRITING Unit 5 THE PAST: Reporting 49 Past versus Present 50 Past versus Present Perfect 51 Past versus Past Perfect 54 Reported speech 56 Extended Writing Task (Task 5.11 or 5.12) 59 Study Notes on Unit 60 Unit 6 BEING CONCISE: Using nouns and adverbs 64 Packaging ideas: clauses and noun phrases 65 Compressing noun phrases 68 ‘Summarising’ nouns 71 Extended Writing Task (Task 6.13) 73 Study Notes on Unit 74 Unit 7 SPECULATING: Conditionals and modals 77 Drawing conclusions 77 Modal verbs 78 Would 79 Alternative conditionals 80 Speculating about the past 81 Would have 83 Making recommendations 84 Extended Writing Task (Task 7.13) 86 Study Notes on Unit 87 iii GRAMMAR FOR ACADEMIC WRITING Introduction Grammar for Academic Writing provides a selective overview of the key areas of English grammar that you need to master, in order to express yourself correctly and appropriately in academic writing.
    [Show full text]
  • An Error Analysis on the Use of Simple Past Tense in Narrative Text Made by the Third Semester of English Department Students at Muhammadiyah University of Makassar
    AN ERROR ANALYSIS ON THE USE OF SIMPLE PAST TENSE IN NARRATIVE TEXT MADE BY THE THIRD SEMESTER OF ENGLISH DEPARTMENT STUDENTS AT MUHAMMADIYAH UNIVERSITY OF MAKASSAR (A Descriptive Research) A THESIS Submitted to the Faculty of Teacher Training and Education Muhammadiyah University of Makassar in Partial Fulfillment of the Requirement for the Degree of Education in English Department WAHYUNI AMALIYYAH SETTI 10535609514 ENGLISH EDUCATION DEPARTMENT FACULTY OF TEACHER TRAINING AND EDUCATION MUHAMMADIYAH UNIVERSITY OF MAKASSAR 2018 SURAT PERNYATAAN Saya yang bertanda tangan di bawah ini: Nama : WAHYUNI AMALIYYAH SETTI Stambuk : 10535 6095 14 Jurusan : Pendidikan Bahasa Inggris Judul Skripsi : An Error Analysis on the Use of Simple Past Tense in Narrative Text Made by the Third Semester of English Department Students at Muhammadiyah University of Makassar Dengan ini menyatakan bahwa: Skripsi yang saya ajukan di depan Tim Penguji adalah asli hasil karya saya, bukan jiplakan dan tidak dibuatkan oleh siapapun. Demikian pernyataan ini saya buat dengan sebenarnya dan saya bersedia menerima sanksi apabila pernyataan ini tidak benar. Makassar, Januari 2019 Yang Membuat Pernyataan, Wahyuni Amaliyyah Setti SURAT PERJANJIAN Saya yang bertanda tangan di bawah ini: Nama : WAHYUNI AMALIYYAH SETTI NIM : 10535 6095 14 Jurusan : Pendidikan Bahasa Inggris Judul Skripsi : An Error Analysis on the Use of Simple Past Tense in Narrative Text Made by the Third Semester of English Department Students at Muhammadiyah University of Makassar Dengan ini menyatakan bahwa: 1. Mulai dari penyusunan proposal sampai selesainya skripsi saya. Saya akanmenyusun sendiri skripsi saya (tidak dibuat oleh siapapun). 2. Dalam penyusunan skripsi saya akan selalu melakukan konsultasi dengan pembimbing yang telah ditetapkan oleh pimpinan Fakultas.
    [Show full text]
  • Variation and Change in Past Tense Negation in African American English
    University of Pennsylvania ScholarlyCommons Publicly Accessible Penn Dissertations 2018 Variation And Change In Past Tense Negation In African American English Sabriya Fisher University of Pennsylvania, [email protected] Follow this and additional works at: https://repository.upenn.edu/edissertations Part of the Linguistics Commons Recommended Citation Fisher, Sabriya, "Variation And Change In Past Tense Negation In African American English" (2018). Publicly Accessible Penn Dissertations. 2925. https://repository.upenn.edu/edissertations/2925 This paper is posted at ScholarlyCommons. https://repository.upenn.edu/edissertations/2925 For more information, please contact [email protected]. Variation And Change In Past Tense Negation In African American English Abstract This dissertation investigates the use of ain’t for negation in past tense contexts in Philadelphia African American English [PhAAE]. This use of ain’t, which varies with didn’t, is a unique feature of AAE (Labov et al. 1968) and has implications for the expression of tense/aspect in the language. First, it further levels tense/aspect cues from auxiliaries in negative contexts. Second, whereas verbal complements of didn’t are uninflected (1a), complements of ain’t may either be uninflected or in preterit form (1b). This asymmetry indicates potential structural differences between ain’t and didn’t. (1) a. They didn’t play yesterday. b. They ain’t play(ed) yesterday. Consequently, this dissertation joins a quantitative study of the social and linguistic factors conditioning use of ain’t with a distributional investigation of its syntax and interaction with tense morphology. Toward that end, I analyze naturalistic speech data from 42 speakers in a corpus of casual conversations collected in the early 1980s from African American Philadelphians.
    [Show full text]
  • Tenses and Conjugation (Pdf)
    Created by the Evergreen Writing Center Library 3407 867-6420 Tenses and Conjugation Using correct verb forms is crucial to communicating coherently. Understanding how to apply different tenses and properly conjugate verbs will give you the tools with which to craft clear, effective sentences. Conjugations A conjugation is a list of verb forms. It catalogues the person, number, tense, voice, and mood of a verb. Knowing how to conjugate verbs correctly will help you match verbs with their subjects, and give you a firmer grasp on how verbs function in different sentences. Here is a sample conjugation table: Present Tense, Active Voice, Indicative Mood: Jump Person Singular Plural 1st Person I jump we jump 2nd Person you jump you jump 3rd Person he/she/it jumps they jump Person: Person is divided into three categories (first, second, and third person), and tells the reader whether the subject is speaking, is spoken to, or is spoken about. Each person is expressed using different subjects: first person uses I or we; second person uses you; and third person uses he/she/it or they. Keep in mind that these words are not the only indicators of person; for example in the sentence “Shakespeare uses images of the divine in his sonnets to represent his own delusions of grandeur”, the verb uses is in the third person because Shakespeare could be replaced by he, an indicator of the third person. Number: Number refers to whether the verb is singular or plural. Tense: Tense tells the reader when the action of a verb takes place.
    [Show full text]
  • Direct Speech and Indirect Speech Grammar in the Real World
    UNIT Direct Speech and Indirect Speech 17 Human Motivation 1 Grammar in the Real World A What makes people work hard at their jobs? Read the article about ACADEMIC employee motivation. What type of reward is particularly effective in WRITING motivating workers? Argumentative ✓ writing using B Comprehension Check Complete the chart. Check ( ) whether graphs and tables each reward is external or internal. for support External Reward Internal Reward 1 Pay raise 2 Feeling successful 3 Freedom to work independently 4 Good salary 5 Good grades C Notice Find similar sentences in the article and complete the sentences below. 1 Lionel Messi , “Money is not a motivating factor… My motivation comes from playing the game I love.” 2 Daniel Pink, the author of a book on motivation, an audience once that Google was a great example of a company that supported autonomy. 3 Pink the audience that Google News and Gmail had been created during this free time. Each sentence tells what someone says. Which sentence gives the actual words of the speaker? How do you know? 248 Direct Speech and Indirect Speech WORKPLACE MOTIVATION Motivation is the desire to do something. Soccer Some studies on workplace motivation have star Lionel Messi said, “Money is not a motivating 25 focused on autonomy, which is the freedom to work factor… My motivation comes from playing the game I independently. This is an important internal reward. love.” Messi meant that he enjoys playing soccer more Daniel Pink, the author of a book on motivation, told 5 than making millions of dollars. Can that be true? What an audience once that Google was a good example other factors are important in motivating people? of a company that supported autonomy.
    [Show full text]