A Quantitative Approach to Concept Analysis

Total Page:16

File Type:pdf, Size:1020Kb

A Quantitative Approach to Concept Analysis A Quantitative Approach to Concept Analysis Rogelio Nazar TESI DOCTORAL UPF / ANY 2010 DIRECTORES DE LA TESI Dr. Jorge Vivaldi Palatresi (Institut Universitari de Lingüística Aplicada, Universitat Pompeu Fabra) Prof. Dr. Leo Wanner (Departament de Tecnologies de la Informació i les Comunicacions, Universitat Pompeu Fabra) Acknowledgments First of all, I thank my parents, for all the love, protection and education. Also my brothers, sisters, nieces and friends I left in Argentina, for their support and for forgiving me for my absence all these years. I express also my gratitude and appreciation to my advisors, Jorge Vivaldi and Leo Wanner, for the knowledge they shared with me, and for their enthusiasm and patience. This thesis would have been impossible without the support of Institut Universitari de Lingüística Aplicada. I am in debt with the three chairs of the Institut during my time there, Teresa Cabré, Teresa Turell and Mercè Lorente, for their intellectual, financial and affective support. This research was supported first through an ADQUA scholarship from Generalitat de Catalunya and later by a contract with the Ministry of Education of Spain. Hinrich Schütze provided valuable feedback for the firsts steps of this thesis during my research stay in University of Stuttgart, and also accepted to write an external evaluation. Juan Manuel Torres-Moreno also accepted to write an evaluation and to be a member of the jury. I thank as well those who accepted to be members or alternate members of the jury: Teresa Cabré, Guadalupe Aguado, Jean Véronis, Horacio Saggion, Maarten Janssen, Horacio Rodríguez, Mick O'Donnell, Kim Gerdes and Irene Castellón. Jean Véronis also shared with me the dataset to replicate his experiments and provided feedback. I am very much in debt to my friend Chris Norrdin, who corrected many of my grammar errors. He is not to blame for the remaining errors because the text suffered intense post-editing. The same goes for errors of facts or reasoning, which are my own and not of my supervisors. I benefited from discussions with my colleagues at the Institut, my thanks to Teresa Cabré, Jaume Llopis, Gabriela Ferraro, Sabela Fernández, Jenny Azarian, Evanthia Triantafyllidou, Marta Sanchez, Maarten Janssen, Teun van Dijk, Irene Renau, Janet deCesaris, Paz Battaner, Vanesa Vidal, Araceli Alonso, Raquel Casesnoves, Rosa Estopa, Lluís De Yzaguirre, Manuel Souto, Albert Morales, Juan Manuel Pérez and many others. Horacio Panella and Francisco Vallejo programmed a nice flash-interface for my system. Ricardo Baeza-Yates provided corpus and access to the Yahoo BOSS platform. Vanessa Alonso, Sylvie Hochart and Jesus Carrasco provided indispensable tactical support. A group of specialists in the field of medicine kindly accepted to evaluate the results of knowledge extraction algorithms presented in this thesis: Antoni Valero, Jaume Franci, Hugo Vitale, Jorge Nazar and Graciela Nazar. Also a group terminologists contributed with the evaluation: Amor Montane, Carles Tebé, Carme Bach, Natalia Seghezzi, Irina Kostina, Alba Coll, Gabriel Reus and Iria da Cunha. Finally, thanks to Adriana Gorri for being always there and, after all, because it was her idea to come to this beautiful country. Abstract The present research focuses on the study of the distribution of lexis in corpus and its aim is to inquire into the relations that exist between concepts through the occurrences of the terms that designate them. The initial hypothesis is that it is possible to analyze concepts by studying the contexts of occurrence of the terms. More precisely, taking into account the statistics of term co-occurrence in context windows of n words. The thesis presents a computational model in the form of graphs of term co- occurrence in which each node represents single or multiword terms. Given a query term, a graph for that term is derived from a given corpus. As texts are analyzed, every time that two terms appear together in the same context window, the nodes that represent each of these terms are connected by an arc or, in case they already had one, their connection is strengthened. This graph is presented as a model of learning, and as such it is evaluated with experiments in which a computer program solves tasks that involve some degree of concept analysis. Within the scope of concept analysis, one of those tasks is to tell whether a word or a sequence of words in a given text is referring to a specific concept and to derive some of the basic properties of that concept, such as its taxonomic relations. Some other tasks can be to determine when the same word is referring to more than one concept (cases of homonymy or polysemy) as well as to determine when different words are referring to the same concept (cases of synonymy or equivalence between languages or dialectical variations). As a linguistic interpretation of these phenomena, this thesis derives a generalization in the realm of discourse analysis: the properties of the co-occurrence graphs are possible because authors of argumentative texts have a tendency to name some of the basic properties of the concepts that they introduce in discourse. This happens mainly at the beginning of texts, in order to ensure that principles among reader and writer are shared. Each author will predicate different information about a given concept, but the authors that treat the same topic will tend to depart from a common base and this coincidence will be expressed in the selection of the vocabulary. This coincidence in the selection of the vocabulary, because of its cumulative effect, can be studied with statistical means. vii Resumen El presente trabajo se centra en el estudio de la distribución del léxico en corpus y su cometido es el análisis de las relaciones existentes entre los conceptos a través de los términos que estos designan. La hipótesis de partida es que podemos analizar conceptos estudiando los contextos de aparición de los términos que los designan, utilizando para ello las estadísticas de coocurrencia de los términos en ventanas de contexto de n palabras. La tesis presenta un modelo computacional en forma de grafos de coocurrencia de términos donde los nodos representan términos simples o sintagmáticos. Dado un término analizado, se deriva un grafo para ese término a partir de un corpus. A medida que los textos se analizan, cada vez que dos términos aparecen juntos en una misma ventana de contexto, los nodos que los representan se conectan entre sí mediante un arco o bien fortalecen su conexión si ya la tenían. Este grafo es presentado como un modelo de aprendizaje, y como tal es evaluado mediante experimentos en que un ordenador resuelve tareas propias del análisis conceptual. Estas tareas incluyen determinar cuándo una palabra o secuencia de palabras dentro de un texto hace referencia a un concepto definido, así como determinar algunas de las propiedades más importantes de este concepto, tal como sus relaciones taxonómicas. Otras tareas son las de determinar cuándo una misma palabra puede hacer referencia a más de un concepto (casos de homonimia o polisemia) o determinar cuándo distintas palabras hacen referencia a un mismo concepto (casos de sinonimia o equivalencia entre lenguas o variedades dialectales). Como una interpretación lingüística de estos fenómenos, esta tesis extrae una generalización en el plano del análisis del discurso: las propiedades de los grafos de coocurrencia léxica surgen gracias a la tendencia que tienen los autores de textos argumentativos de mencionar algunas de las propiedades más importantes de los conceptos que introducen en el discurso. Esto ocurre sobre todo al inicio del discurso, con el objeto de asegurar que los principios entre lector y autor son compartidos. Cada autor predicará distintas informaciones acerca de un determinado concepto, pero los autores que traten sobre un mismo tema tendrán tendencia a partir de una misma base y esta coincidencia se manifestará en la selección del léxico que, por su efecto acumulativo, puede ser estudiada de manera estadística. viii Table of Contents Chapter 1: Introduction..............................................................................1 1.1 Basic definitions...................................................................................3 1.2 General Outline of the Approach.........................................................6 1.3 The Contribution of this Thesis to Theoretical Linguistics..................8 1.4 The Contribution of This Thesis to Applied Linguistics....................10 1.5 Structure of this Thesis.......................................................................10 Chapter 2: Working Hypotheses..............................................................11 2.1 Main Hypotheses...............................................................................11 2.2 Empirical Evidence in Support of the Hypotheses.............................17 2.3 Limits of the Hypotheses...................................................................20 Chapter 3: Basic Notions of Concept Analysis........................................23 3.1 Further Delimitation of the Meaning of the Term Concept ...............23 3.2 Historical Roots.................................................................................26 3.3 Modern Semantics..............................................................................33 3.4 Cognitive Perspectives.......................................................................37 3.5 Neurolinguistic Accounts...................................................................39
Recommended publications
  • Modeling Language Variation and Universals: a Survey on Typological Linguistics for Natural Language Processing
    Modeling Language Variation and Universals: A Survey on Typological Linguistics for Natural Language Processing Edoardo Ponti, Helen O ’Horan, Yevgeni Berzak, Ivan Vulic, Roi Reichart, Thierry Poibeau, Ekaterina Shutova, Anna Korhonen To cite this version: Edoardo Ponti, Helen O ’Horan, Yevgeni Berzak, Ivan Vulic, Roi Reichart, et al.. Modeling Language Variation and Universals: A Survey on Typological Linguistics for Natural Language Processing. 2018. hal-01856176 HAL Id: hal-01856176 https://hal.archives-ouvertes.fr/hal-01856176 Preprint submitted on 9 Aug 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Modeling Language Variation and Universals: A Survey on Typological Linguistics for Natural Language Processing Edoardo Maria Ponti∗ Helen O’Horan∗∗ LTL, University of Cambridge LTL, University of Cambridge Yevgeni Berzaky Ivan Vuli´cz Department of Brain and Cognitive LTL, University of Cambridge Sciences, MIT Roi Reichart§ Thierry Poibeau# Faculty of Industrial Engineering and LATTICE Lab, CNRS and ENS/PSL and Management, Technion - IIT Univ. Sorbonne nouvelle/USPC Ekaterina Shutova** Anna Korhonenyy ILLC, University of Amsterdam LTL, University of Cambridge Understanding cross-lingual variation is essential for the development of effective multilingual natural language processing (NLP) applications.
    [Show full text]
  • Universals in Phonology This Article A
    UC Berkeley Phonology Lab Annual Report (2007) (Commissioned for special issue of The Linguistic Review, 2008, Harry van der Hulst, ed.) Universals in Phonology ABSTRACT This article asks what is universal about phonological systems. Beginning with universals of segment inventories, a distinction is drawn between descriptive universals (where the effect of different theoretical frameworks is minimized) vs. analytic universals (which are specific-theory- dependent). Since there are few absolute universals such as “all languages have stops” and “all languages have at least two degrees of vowel height”, theory-driven or “architectural” universals concerning distinctive features and syllable structure are also considered. Although several near- universals are also mentioned, the existence of conflicting “universal tendencies” and contradictory resolutions naturally leads into questions concerning the status of markedness and synchronic explanation in phonology. While diachrony is best at accounting for typologically unusual and language-specific phonological properties, the absolute universals discussed in this study are clearly grounded in synchrony. 1. Introduction My colleague John Ohala likes to tell the following mythical story about a lecture that the legendary Roman Jakobson gives upon arrival at Harvard University some time in the 1940s. The topic is child language and phonological universals, a subject which Prof. Jakobson addresses in his Kindersprache, Aphasie und allgemeine Lautgesetze (1941). In his also legendary strong Russian accent, Jakobson makes the pronouncement, “In all languages, first utterance of child, [pa]!” 1 He goes on to explain that it is a matter of maximal opposition: “[p] is the consonant most consonant, and [a] is the vowel most vowel.” As the joke continues, a very concerned person in the audience raises his hand and is called on: “But, professor, my child’s first utterance was [tSik].” Prof.
    [Show full text]
  • The Linguistic Review 2019; 36(1): 117–150
    The Linguistic Review 2019; 36(1): 117–150 Sun-Ah Jun* and Xiannu Jiang Differences in prosodic phrasing in marking syntax vs. focus: Data from Yanbian Korean https://doi.org/10.1515/tlr-2018-2009 Abstract: In studying the effect of syntax and focus on prosodic phrasing, the main issue of investigation has been to explain and predict the location of a prosodic boundary, and not much attention has been given to the nature of prosodic phrasing. In this paper, we offer evidence from intonation patterns of utterances that prosodic phrasing can be formed differently phonologically and phonetically due to its function of marking syntactic structure vs. focus (promi- nence) in Yanbian Korean, a lexical pitch accent dialect of Korean spoken in the northeastern part of China, just above North Korea. We show that the location of a H tone in syntax-marking Accentual Phrase (AP) is determined by the type of syntactic head, noun or verb (a VP is marked by an AP-initial H while an NP is marked by an AP-final H), while prominence-marking accentual phrasing is cued by AP-initial H. The difference in prosodic phrasing due to its dual function in Yanbian Korean is compared with that of Seoul Korean, and a prediction is made on the possibility of finding such difference in other languages based on the prosodic typology proposed in (Jun, Sun-Ah. 2014b. Prosodic typology: by prominence type, word prosody, and macro-rhythm. In Sun-Ah Jun (ed.), Prosodic Typology II: The Phonology of Intonation and Phrasing. 520–539. Oxford: Oxford University Press).
    [Show full text]
  • Margaret Thomas Department of Slavic & Eastern Languages
    CURRICULUM VITAE Margaret Thomas Department of Slavic & Eastern Languages & Literatures Boston College 24 Hemlock Road Chestnut Hill, MA 02467 Newton, MA 02464 (617) 552-3697 (617) 244-3105 [email protected] Education Ph.D. 1991 Harvard University Linguistics A.M. 1985 Harvard University Linguistics M.Ed. 1983 Boston University Teaching English to Speakers of Other Languages B.A. 1974 Yale University Japanese Language and Literature Employment 2006– Professor, Slavic and Eastern Languages and Literatures, Boston College 1996–06 Associate Professor, Slavic and Eastern Languages Department, Boston College 1992–96 Assistant Professor, Slavic and Eastern Languages Department, Boston College 1991–92 Visiting Assistant Professor, Slavic and Eastern Languages, Boston College 1986–90 Teaching Fellow, Linguistics Department, Harvard University Publications 2013 ‘Air writing’ and second language learners’ knowledge of Japanese kanji. Japanese Language and Literature, 47: 59–92. Otto Jespersen and ‘The Woman’, then and now. Historiographia Linguistica, 40: 377–208. The doctorate in second language acquisition: An institutional history. Linguistic Approaches to Bilingualism, 3: 509–531. History of the study of second language acquisition. In Martha Young-Scholten and Julia Herschensohn (Eds.), The Cambridge Handbook of Second Language Acquisition, 26–45. Cambridge University Press.. 2011 Fifty Key Thinkers on Language and Linguistics, pp. xvii + 306. Routledge Press. Gender and the language scholarship of the Summer Institute of Linguistics in the context of mid twentieth-century American linguistics. In Gerda Hassler (Ed.), History of Linguistics 2008: Selected Papers from the XI International Conference on the History of the Language Margaret Thomas 2 Sciences (ICHOLS XI), Potsdam, 28 August–2 September 2008, 389–397.
    [Show full text]
  • The Design & Implementation of an Abstract Semantic Graph For
    Clemson University TigerPrints All Dissertations Dissertations 12-2011 The esiD gn & Implementation of an Abstract Semantic Graph for Statement-Level Dynamic Analysis of C++ Applications Edward Duffy Clemson University, [email protected] Follow this and additional works at: https://tigerprints.clemson.edu/all_dissertations Part of the Computer Sciences Commons Recommended Citation Duffy, Edward, "The eD sign & Implementation of an Abstract Semantic Graph for Statement-Level Dynamic Analysis of C++ Applications" (2011). All Dissertations. 832. https://tigerprints.clemson.edu/all_dissertations/832 This Dissertation is brought to you for free and open access by the Dissertations at TigerPrints. It has been accepted for inclusion in All Dissertations by an authorized administrator of TigerPrints. For more information, please contact [email protected]. THE DESIGN &IMPLEMENTATION OF AN ABSTRACT SEMANTIC GRAPH FOR STATEMENT-LEVEL DYNAMIC ANALYSIS OF C++ APPLICATIONS A Dissertation Presented to the Graduate School of Clemson University In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy Computer Science by Edward B. Duffy December 2011 Accepted by: Dr. Brian A. Malloy, Committee Chair Dr. James B. von Oehsen Dr. Jason P. Hallstrom Dr. Pradip K. Srimani In this thesis, we describe our system, Hylian, for statement-level analysis, both static and dynamic, of a C++ application. We begin by extending the GNU gcc parser to generate parse trees in XML format for each of the compilation units in a C++ application. We then provide verification that the generated parse trees are structurally equivalent to the code in the original C++ application. We use the generated parse trees, together with an augmented version of the gcc test suite, to recover a grammar for the C++ dialect that we parse.
    [Show full text]
  • A Quantitative and Typological Approach to Correlating Linguistic
    A Quantitative and Typological Approach to Correlating Linguistic Complexity Yoon Mi Oh François Pellegrino Egidio Marsico Christophe Coupé Laboratoire Dynamique du Langage, Université de Lyon and CNRS, France {yoon-mi.oh, francois.pellegrino}@univ-lyon2.fr, {egidio.marsico, christophe.coupe}@cnrs.fr Hypothesis and objectives The equal complexity hypothesis states that "all human languages are equally complex" (Bane, 2008). Menzerath's law is well-known for explaining the phenomenon of self- regulation in phonology: "the more sounds in a syllable the smaller their relative length" (Altmann, 1980). Altmann, who made the mathematical formula of this law (Forns and Ferrer-i-Cancho, 2009), assumed that it can be applied to morphology as well - "the longer the word the shorter its morphemes" (Altmann, 1980) - and proved that the clause length depends on sentence length (Teupenhayn and Altmann, 1984). Some previous works on morphological complexity (Bane, 2008; Juola, 1998) assert- ed that morphology is a good starting point for complexity computation for its clearness, compared to other more ambiguous domains such as semantics. The best-known method of calculating morphological complexity is to take the numbers of linguistic constituents into account (Bane, 2008; Moscoso del Prado, 2011), with different mathematical formu- la to be applied to these figures. The following two paradigms are commonly employed: i) information theory (Fenk et al., 2006; Moscoso del Prado et al., 2004; Pellegrino et al., 2011) ii) Kolmogorov complexity (Bane, 2008; Juola, 1998). The main goal of our work is to explore interactions between phonological and mor- phological modules by means of crossing parameters of these two linguistic levels.
    [Show full text]
  • Quantitative Linguistics*
    PERSPECTIVE PAPER: QUANTITATIVE LINGUISTICS* Wolf Moskovich The Hebrew Uni\ersity of Jerusalem Introduction Qualitative analysis of language is based on the study of the opposition presence-absence of a certain linguistic phenomenon in the structure of language without taking into consideration the frequency of the phenomenon. Quantitative analysis, on the other hand, is a way of describing a linguistic system based on an estimate of the relative frequencies of the phenomena under investigation. Quantitative linguistics (statistical linguistics, linguistical statistics) is a part of modern linguistics "using statistical methods for investigation of acts of speech and the system of language" (Akhmanova, 1966, p. 219). While analyzing the application of quantitative linguistics to information science, one has to take into consideration all the three apices of the triangle: mathematical statistics, linguistics, and information science. Representatives of all three disciplines are involved in research in the field, and their attitudes towards, and judgments of quantitative linguistics are often influenced by their professional background. In the following discussion, we shall come across conflicting approaches to quantitative linguistics and its application to information science, and our judgment will always be on the side of quantitative linguistics as a sovereign linguistic field of study. Though it is commonly accepted that quantitative linguistics is a part of mathematical linguistics (or computational linguistics), every now and then there are attempts to exclude it from these disciplines. This opposition usually comes from certain mathematicians who consider mathematical linguistics to be a mathematical and not a linguistic discipline. They reduce it to a study of deductive linguistic calculi or linguistic algorithms (e.g., Gladkij and Mel'cuk, 1970).
    [Show full text]
  • Application of Graph Databases for Static Code Analysis of Web-Applications
    Application of Graph Databases for Static Code Analysis of Web-Applications Daniil Sadyrin [0000-0001-5002-3639], Andrey Dergachev [0000-0002-1754-7120], Ivan Loginov [0000-0002-6254-6098], Iurii Korenkov [0000-0002-8948-2776], and Aglaya Ilina [0000-0003-1866-7914] ITMO University, Kronverkskiy prospekt, 49, St. Petersburg, 197101, Russia [email protected], [email protected], [email protected], [email protected], [email protected] Abstract. Graph databases offer a very flexible data model. We present the approach of static code analysis using graph databases. The main stage of the analysis algorithm is the construction of ASG (Abstract Source Graph), which represents relationships between AST (Abstract Syntax Tree) nodes. The ASG is saved to a graph database (like Neo4j) and queries to the database are made to get code properties for analysis. The approach is applied to detect and exploit Object Injection vulnerability in PHP web-applications. This vulnerability occurs when unsanitized user data enters PHP unserialize function. Successful exploitation of this vulnerability means building of “object chain”: a nested object, in the process of deserializing of it, a sequence of methods is being called leading to dangerous function call. In time of deserializing, some “magic” PHP methods (__wakeup or __destruct) are called on the object. To create the “object chain”, it’s necessary to analyze methods of classes declared in web-application, and find sequence of methods called from “magic” methods. The main idea of author’s approach is to save relationships between methods and functions in graph database and use queries to the database on Cypher language to find appropriate method calls.
    [Show full text]
  • Dense Semantic Graph and Its Application in Single Document Summarisation
    Dense Semantic Graph and its Application in Single Document Summarisation Monika Joshi1, Hui Wang1 and Sally McClean2 1 University of Ulster, Co. Antrim, BT37 0QB, UK [email protected] , [email protected] 2 University of Ulster, Co. Londonderry, BT52 1SA, UK [email protected] Abstract Semantic graph representation of text is an important part of natural language processing applications such as text summarisation. We have studied two ways of constructing the semantic graph of a document from dependency parsing of its sentences. The first graph is derived from the subject-object-verb representation of sentence, and the second graph is derived from considering more dependency relations in the sentence by a shortest distance dependency path calculation, resulting in a dense semantic graph. We have shown through experiments that dense semantic graphs gives better performance in semantic graph based unsupervised extractive text summarisation. 1 Introduction Information can be categorized into many forms -- numerical, visual, text, and audio. Text is abundantly present in online resources. Online blogs, Wikipedia knowledge base, patent documents and customer reviews are potential information sources for different user requirements. One of these requirements is to present a short summary of the originally larger document. The summary is expected to include important in- formation from the original text documents. This is usually achieved by keeping the informative parts of the document and reducing repetitive information. There are two types of text summarization: multiple document summarisation and single document summarization. The former is aimed at removing repetitive content in a collection of documents.
    [Show full text]
  • Autowig: Automatic Generation of Python Bindings for C++ Libraries
    AutoWIG: automatic generation of python bindings for C++ libraries Pierre Fernique and Christophe Pradal EPI Virtual Plants, Inria, Montpellier, France AGAP, CIRAD, INRA, Montpellier SupAgro, Univ Montpellier, Montpellier, France ABSTRACT Most of Python and R scientific packages incorporate compiled scientific libraries to speed up the code and reuse legacy libraries. While several semi-automatic solutions exist to wrap these compiled libraries, the process of wrapping a large library is cumbersome and time consuming. In this paper, we introduce AutoWIG, a Python package that wraps automatically compiled libraries into high-level languages using LLVM/Clang technologies and the Mako templating engine. Our approach is auto- matic, extensible, and applies to complex C++ libraries, composed of thousands of classes or incorporating modern meta-programming constructs. Subjects Data Science, Scientific Computing and Simulation, Programming Languages, Software Engineering Keywords C++, Python, Automatic bindings generation INTRODUCTION Many scientific libraries are written in low-level programming languages such as C and C++. Such libraries entail the usage of the traditional edit/compile/execute cycle in order to produce high-performance programs. This leads to lower computer processing time at the cost of high scientist coding time. At the opposite end of the spectrum, scripting languages such as MATLAB, Octave (John, David Bateman & Wehbring, 2014, Submitted 6 July 2017 Accepted 26 February 2018 for numerical work) Sage (The Sage Developers, 2015, for symbolic mathematics), R (R Published 2 April 2018 Core Team, 2014, for statistical analyses) or Python (Oliphant, 2007, for general purposes) Corresponding author provide an interactive framework that allows data scientists to explore their data, test new Pierre Fernique, [email protected] ideas, combine algorithmic approaches and evaluate their results on the fly.
    [Show full text]
  • Lecture 11: Introduction to Pragmatics. Formal Semantics and Formal Pragmatics
    Formal Semantics and Semantic Universals, Lecture 11 Barbara H. Partee, RGGU, April 28, 2011 Lecture 11: Introduction to Pragmatics. Formal Semantics and Formal Pragmatics. Possible Pragmatic Universals 0. Syntax, Semantics, Pragmatics. ....................................................................................................................................1 1. Grice’s Conversational Implicatures. ...........................................................................................................................2 1.1. Motivation. Questions about the meanings of logical words.................................................................................2 1.2. Truth-conditional content (semantics) vs. Conversational Implicatures (pragmatics)..........................................2 1.3. Conversational maxims. (“Gricean maxims”.)......................................................................................................3 1.4. Generating implicatures. General principles. Examples......................................................................................4 1.5. Are Gricean implicatures universal?......................................................................................................................5 2. How a better understanding of conversational implicatures helps semantics. .............................................................5 3. At the borderline of semantics and pragmatics: presuppositions. ................................................................................6 3.1
    [Show full text]
  • RUTH KRAMER Department of Linguistics Office
    RUTH KRAMER Department of Linguistics Office: Poulton 247 Georgetown University [email protected] Washington, DC 20057 Phone: 202-687-5753 EMPLOYMENT 2009- Assistant Professor, Department of Linguistics, Georgetown University 2012- Associate Director for Afroasiatic Languages, The Afranaph Project (PI: Ken Safir), Rutgers University. 2011- Adjunct Researcher, Center for the Advanced Study of Language, University of Maryland, College Park. EDUCATION 2003-2009 University of California, Santa Cruz Ph.D. in Linguistics, 2009 Dissertation: Definite Markers, Phi Features and Agreement: A Morphosyntactic Investigation of the Amharic DP Committee: Sandra Chung, Jorge Hankamer (co-chairs), James McCloskey 2007 Summer Cooperative African Language Institute (University of Illinois, Urbana-Champaign). Intensive course in Elementary Amharic. 1999-2003 Brown University, B.A. in Linguistics (Honors) and Egyptology Magna cum laude, Phi Beta Kappa Thesis: (Virtual) Relative Clauses in Middle Egyptian Advisors: Pauline Jacobson and Leo Depuydt PUBLICATIONS MONOGRAPH AND EDITED VOLUMES Zsiga, Elizabeth, One Boyer and Ruth Kramer, eds. In press. Languages in Africa: Multilingualism, Language Policy, and Education. Georgetown University Press. Kramer, Ruth. Under contract. The Morphosyntax of Gender: Evidence from Amharic. Oxford University Press. Kramer, Ruth, Elizabeth Zsiga and One Boyer, eds. Under contract. Selected Proceedings of the 44th Annual Conference of African Linguistics. Cascadilla Press. Page 1 of 8 RUTH KRAMER : C.V. REFEREED ARTICLES, BOOK CHAPTERS AND PROCEEDINGS PAPERS Kramer, Ruth. In press. The position of numerals in Middle Egyptian: Evidence from universals of word order. Lingua Aegyptia. Chacón, Dustin, Jen Johnson, Ruth Kramer, Chris LaTerza, Morgan Rood. To appear. New puzzles for shifting indexicals: an Amharic case study. In Selected Proceedings of the 44th Annual Conference on African Linguistics (ACAL 44), eds.
    [Show full text]