Automatic Recognition of Habituals: a Three-Way Classification of Clausal

Total Page:16

File Type:pdf, Size:1020Kb

Automatic Recognition of Habituals: a Three-Way Classification of Clausal Automatic recognition of habituals: a three-way classification of clausal aspect Annemarie Friedrich Manfred Pinkal Department of Computational Linguistics Saarland University, Saarbrucken,¨ Germany afried,pinkal @coli.uni-saarland.de { } Abstract (2) (a) Bill usually drinks coffee after lunch. (habitual) This paper provides the first fully au- (b) Italians drink coffee after lunch. tomatic approach for classifying clauses (habitual) with respect to their aspectual properties as habitual, episodic or static. We bring The entailment properties of episodic and ha- together two strands of previous work, bitual (or characterizing) sentences differ substan- which address only the related tasks of tially. Also, they have different functions in dis- the episodic-habitual and stative-dynamic course. The episodic event expressed by (1a) is distinctions, respectively. Our method typically embedded in the temporal structure of a combines different sources of information narration. The habitual sentence (2a) can be used, found to be useful for these tasks. We are e.g., as an explanation (why Bill is still sitting at the first to exhaustively classify all clauses the table), or in a contrastive context (today, he or- of a text, achieving up to 80% accuracy dered a grappa instead). Generic sentences with (baseline 58%) for the three-way classifi- kind-referring subjects (2b) can also be habitual, cation task, and up to 85% accuracy for generalizing at the same time over typical mem- related subtasks (baselines 50% and 60%), bers of this kind and over situations in which they outperforming previous work. In addi- typically carry out some action. tion, we provide a new large corpus of Habitual sentences do not move narrative time, Wikipedia texts labeled according to our similar to stative clauses such as (1b). Carlson linguistically motivated guidelines. (2005) considers habituals to be aspectually sta- 1 Introduction tive. Since there are clear differences between or- dinary statives such as (1b) and habituals, we ap- In order to understand the function of a clause ply a three-way distinction for clausal aspect in within a discourse, we need to know the clause’s this work. We classify clauses as one of the three aspectual properties. The distinction between dy- categories habitual, episodic and static.1 namic and stative lexical aspect, as in exam- Through its impact on entailment properties and ples (1a) and (1b) respectively, is fundamental temporal discourse structure, the determination of (Vendler, 1957). Its automatic prediction has clausal aspect is relevant to various natural lan- been addressed previously (Siegel and McKeown, guage processing applications requiring text un- 2000; Zarcone and Lenci, 2008; Friedrich and derstanding, such as novelty detection (Soboroff Palmer, 2014). and Harman, 2005), knowledge extraction from (1) (a) Bill drank a coffee after lunch. (dynamic) text (Van Durme, 2010) or question answering (b) Bill likes coffee. (stative) (Llorens et al., 2015). Using aspectual informa- tion has been shown to improve temporal relation In this work, we focus on habituality as another identification (Costa and Branco, 2012). fundamental aspectual property. While example Some languages (e.g., Czech or Swahili) have (1a) is an episodic sentence, i.e., a sentence ex- systematic morphological markers of habituality pressing information about a particular event, the 1 same dynamic verb can be used to characterize the For clarity, we use the label static for the clausal aspect of non-episodic and non-habitual sentences. We reserve sta- default behavior of an individual or of a kind in a tive, which is more common in the literature, for the lexical certain type of situation (2). aspectual class. 2471 Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing, pages 2471–2481, Lisbon, Portugal, 17-21 September 2015. c 2015 Association for Computational Linguistics. (Dahl, 1985). In other languages, there are cues context-based features) to have different impact on for habituality, such as the simple present in En- the two subtasks, and to be complementary for our glish, and the use of certain adverbials (Dahl, full three-way task. 1995). The automatic recognition of habitual sen- We reach accuracies of nearly 85% for the two tences for the latter languages is non-trivial. The subtasks of identifying static clauses and distin- work in this paper targets the English language; guishing episodic and habitual clauses (majority we leave recognition of habituality in other lan- class baselines are 60% and 50% respectively). A guages to future work. joint model for the three-way classification task The only previous work on categorizing sen- reaches an accuracy of 80% (baseline 60%). In ad- tences as episodic or habitual we know of is by dition, we show that the verb-type based linguis- Mathew and Katz (2009). They do not attempt to tic indicator features generalize well across verb categorize arbitrary sentences in ‘free text’, how- types on our tasks: for verbs unseen in the training ever, but work with a corpus of selected sentences data, accuracies drop only by 2-5%. and use gold standard parse information for their 2 Theoretical background and experiments. In particular, they consider clauses annotation guidelines containing lexically dynamic verbs only. In this work, we address the task of an exhaus- In this section, we give an overview of the seman- tive classification of all clauses of a text into the tic theory related to habituals, at the same time three aspectual classes habitual, episodic, and introducing our annotation guidelines for marking static. Static sentences include lexically stative clauses as habitual, episodic or static. clauses as well as negated or modalized clauses 2.1 Habituality containing a dynamic main verb. A computa- tional model for identifying episodic and habitual Habitual sentences express regularities in terms of clauses clearly needs to address this third class generalizations over events and activities. In se- as well if it is to be applied in a realistic set- mantic theory, habituals are formally represented ting. Linguistically, the determination of clausal using a quantifier-like operator GEN (Krifka et al., aspect depends on the recognition of the verb’s 1995): lexical aspectual class (stative or dynamic), and (3) GEN[s](s is an after-dinner situation & Bill on the recognition of any aspectual markers or is involved in s; Bill drinks a coffee in s) transformations, such as use of the perfect tense, negations or modals. Our work builds on re- In the semi-formal representation (3) of sen- sults for the related subtasks (Mathew and Katz, tence (2a) above, GEN binds a variable s ranging 2009; Siegel and McKeown, 2000; Friedrich and over situations, the first argument restricts the sit- Palmer, 2014), using both context-based and verb- uation type, and the second argument provides the type based information. activity that is typically carried out by the protago- nist in the respective situations. The GEN operator Our major contributions are: (i) We create a cor- is similar to the universal quantifier of predicate pus of 102 Wikipedia texts whose about 10,000 logic. However, habitual sentences tolerate excep- clauses are annotated as episodic, static or habitual tions: (2a) is true even if Bill does not drink a cof- with substantial agreement. This corpus allows for fee after every lunch. Also note that habituals are studying the range of linguistic phenomena related not restricted to what one would consider a matter to the clause types as defined above (compared to of habit; they can also have inanimate subjects, as previous work which uses only a small set of verbs illustrated by (4). and sentences), and provides a basis for future re- search. (ii) We provide the first fully automatic ap- (4) Glass breaks easily. (habitual) proach for this classification task, combining two classification tasks (lexical aspectual class and ha- 2.2 Clausal and lexical aspectual class bituality) that have been treated separately in pre- Clausal aspect is dependent on the lexical aspec- vious work. For an exhaustive classification of tual class (stative or dynamic), but the two lev- clauses of free text, these two classification tasks els are essentially different. Dynamic verbs ex- need to be addressed jointly. We show two dif- press events or activities (e.g., kill, fix, walk, for- ferent feature sets (verb-type based features and get), while stative verbs express states (e.g., be, 2472 like, know, own). The fundamental aspectual class Sentence (9a) can be considered either static (Siegel and McKeown, 2000) of a verb in context because of the negation (It is not the case that describes whether it is used in a stative or dynamic John smokes), or as habitual because it charac- sense before any aspectual markers or transforma- terizes John’s behavior (In any relevant situation, tions (such as use of the past/present perfect or John does not smoke). Both decisions are possible modals) have been applied. It is a function of the (Garrett, 1998), we decide for the latter possibility. main verb and a select group of complements (it This decision is supported by the observation that may differ per verb which ones are important). For (9a) is similar in its entailment properties to (10), example, the fundamental lexical aspectual class which due to the frequency adverbial never clearly of the verb make with the subject Mary and the generalizes over relevant situations (though note object cake in (5) is dynamic. English clauses in that this is not a linguistic test). past or present perfect such as (5) are static, as they focus on the post-state of an event rather than the (10) John never smokes. (habitual) event itself (Katz, 2003). Likewise, we mark modalized sentences as ha- bitual if they have a strong implicature that an (5) Mary has made a cake. ( ) static event has actually happened regularly (Hacquard, 2009), as in (11).
Recommended publications
  • Serial Verb Constructions Revisited: a Case Study from Koro
    Serial Verb Constructions Revisited: A Case Study from Koro By Jessica Cleary-Kemp A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Linguistics in the Graduate Division of the University of California, Berkeley Committee in charge: Associate Professor Lev D. Michael, Chair Assistant Professor Peter S. Jenks Professor William F. Hanks Summer 2015 © Copyright by Jessica Cleary-Kemp All Rights Reserved Abstract Serial Verb Constructions Revisited: A Case Study from Koro by Jessica Cleary-Kemp Doctor of Philosophy in Linguistics University of California, Berkeley Associate Professor Lev D. Michael, Chair In this dissertation a methodology for identifying and analyzing serial verb constructions (SVCs) is developed, and its application is exemplified through an analysis of SVCs in Koro, an Oceanic language of Papua New Guinea. SVCs involve two main verbs that form a single predicate and share at least one of their arguments. In addition, they have shared values for tense, aspect, and mood, and they denote a single event. The unique syntactic and semantic properties of SVCs present a number of theoretical challenges, and thus they have invited great interest from syntacticians and typologists alike. But characterizing the nature of SVCs and making generalizations about the typology of serializing languages has proven difficult. There is still debate about both the surface properties of SVCs and their underlying syntactic structure. The current work addresses some of these issues by approaching serialization from two angles: the typological and the language-specific. On the typological front, it refines the definition of ‘SVC’ and develops a principled set of cross-linguistically applicable diagnostics.
    [Show full text]
  • Positional Verbs in Nen
    CORE Metadata, citation and similar papers at core.ac.uk Provided by The Australian National University Positional Verbs in Nen Nicholas Evans AUSTRALIAN NATIONAL UNIVERSITY In this paper, I lay out the workings of the rather unusual system of positional verbs found in Nen, a language of the Morehead-Maro family in Morehead dis- trict, Western Province, Papua New Guinea. Nen is unusual in its lexicalization patterns: it has very few verbs that are intransitive, with most verbs that tend to be intransitive cross-linguistically realized as morphologically middle verbs, including ‘talk’, ‘work’, ‘descend’, and so on. Within the fifty attested morpho- logically intransitive verbs, forty-five comprise an interesting class of “positional verbs,” the subject of this paper; the others are ‘be’, its derivatives ‘come’ and ‘go’ (lit. ‘be hither’ and ‘be thither’), and ‘walk’. Positional verbs denote spatial positions and postures like ‘be sitting’, ‘be up high’, ‘be erected (of a building)’, ‘be open’, ‘be in a tree-fork’, ‘be at the end of something’. Positional verbs differ from regular verbs in lacking in¿nitives, in possessing a special “stative” aspect inÀection and an unusual system for building a four- way number system (building large plurals by combining singular and dual markers), and in participating in a productive three-way alternation between positional statives (like ‘be high’), placement transitives (like ‘put up high’), and get-into-position middles (like ‘get into a high position’). The latter two types are more like normal verbs (for example, they possess in¿nitives and participate in the normal TAM series), but they are formally derived from the positionals.
    [Show full text]
  • Problem of Stative Verbs in Orlu Dialect of Igbo
    TOWARDS A CLASSIFICATION OF IGBO VERBS: THE PROBLEM OF STATIVE VERBS IN THE ORLU DIALECT OF IGBO E.M.Onumajuru Department of Foreign Languages and Literatures University of Port Harcourt, Nigeria The criteria for the classification of Igbò verbs have generated controversies among old and modern linguists and grammarians of indigenous and foreign descents. Some maintain that stative verbs (also called State verbs) are marginal in number and are therefore not appropriate to be used among the criteria for classifying Igbò verbs. This study explores the Orlu variety of Igbò (a dialect spoken by a sizeable population in the Orlu area of Imo State in South-Eastern Nigeria) in order to justify the validity of including stative verbs among the criteria for the classification of Igbò verbs. Our empirical analyses show that though stative verbs are fewer in number than the dynamic verbs, (also called verbs of activity and movement) they have non- negligible, distinctive, morpho-syntactic and semantic behaviours which lend credence to their inclusion among the criteria for classifying Igbò verbs. Les critères de la classification des verbes en langue Igbò ont fait l’objet d’une contro- verse parmi les linguistes et grammairiens anciens et modernes d’origines autochtone et étran- gère. Certains d’entre eux croient que les verbes statifs (dits aussi verbes d’état) sont trop peu nombreux pour qu’ils soient considérés parmi les critères de classification verbale en Igbò. Ce travail a pour objectif d’étudier le parler d’Orlu (un dialecte Igbò parlé par une population im- portante dans l’agglomération d’Orlu dans l’Etat Imo au sud-est du Nigeria) afin de justifier la validité de l’inclusion des verbes statifs parmi les critères de classification des verbes Igbò.
    [Show full text]
  • Information Cited Above on Classification and the Mimeographed Phonology, There Is No Other Published Material on Karang to Date
    Studies in African Linguistics Volume 14, Number 1, April 1983 MOOD AND ASPECT IN KARANG* Edward H. Ubels Societe Internationale de Linguistique, Cameroun The paper describes the formal and semantic properties of the mood and aspect categories of the Adamawa language, Karang. Three in­ herent aspect verb classes are established--events, processes, and states--on the basis of semantic and morphological distinctions. A fundamental opposition of the mood-aspect system is between factive and non-factive moods, which distinguish actual and potential situa­ tions. Non-factive mood is formally indicated by a high tone and subdivides into the categories subjunctive, predictive, and non­ predictive. Verbo-nominals are marked as non-factive. The formal categories of aspect are progressive, habitual, perfect, and non­ perfect. When inherent and formal aspect categories with semantically contradictory components are combined, inherent aspect is overriden. The perfective meaning of the perfect category also overrides the imperfective meaning of the progressive. 1. Introduction The goal of this paper is to present a semantic characterization of the inherent and formal categories which occur in the tense-aspect-mood system of the Karang verb. 1 Having said that much, the next task is to state the ways *1 wish to thank John \.,ratters for his idec:s and advice while I was writing this paper. I am grateful to Russell Schuh for his comments and dis­ cussion on the preliminary draft. Finally, I would like to thank the General Delegation for Scientific and Technical Research of Cameroon for permission to do this research, and the Karang people for their willing assi~tance, trust, and encouragement during the period we "orked together.
    [Show full text]
  • Lecture 16 Semantics: Semantic Properties of Words
    28 March 2013 Aaron J. Dinkin Linguistics 1 [email protected] Lecture 16 Semantics: semantic properties of words Semantics: the study of linguistic meaning. When a word has multiple conceptually related meanings, this is polysemy: pool: ‘facility constructed for swimming’, ‘puddle’ pig: ‘porcine animal’, ‘disgusting person’ bright: ‘emitting light’, ‘intelligent’ What seems like a single meaning may be polysemy on closer examination: bank: ‘financial institution’, ‘building where a financial institution is housed’ Consider the sentence My money is in the bank: this has at least two meanings: • ‘I have deposited my money in a bank account’ • ‘I left my wallet in the bank building’ This is because the two meanings of bank refer to different (but related) things. Often we can think of polysemy as the result of vagueness: some words have basic meanings that are slightly vague, and the details of the meaning are filled in by context. In other cases multiple meanings are connected by metaphorical association; this is the case with bright and pig. Polysemy is not the same thing as homophony— i.e., when two distinct words with unrelated meanings have the same form. E.g., bank also means ‘land at the side of a river’; pool also means ‘billiards game’; but these are different lexemes than the meanings of pool and bank above. It’s just a coincidence that ‘financial institution’ and ‘riverside’ are both bank; learners of the language learn these as two separate “dictionary entries” with nothing to do with each other except phonetic resemblance. (Note, as usual, spelling is not important: see/sea are homophones just like bank and bank.) Bound morphemes can have homophones as well: the English plural-noun and 3d-person-singular-verb affixes are homophones —well, their regular allomorphs are, anyway.
    [Show full text]
  • I. Introduction
    I. INTRODUCTION The aim of this work is to analyze the differences and similarities between English and Czech predications with regards to their level of semantic dynamism. First of all, I will concentrate on the whole concept of dynamism in semantics. This includes the general characteristics as well as the concrete realization of the category in English and Czech. I will then describe the characteristic features of predicates and their categorical division according to the grammatical and semantic criteria. This division was made presumably on the ground of the book A Functional Analysis of Present Day English on a General Linguistic Basis by Vilém Mathesius. I have tried to describe the characteristics of predications in English and compare them to predications in Czech. In this linguistic analysis of English and Czech predications I have concentrated especially on the major differences between them as English and Czech are not closely related language. This analysis will serve as the basis for my further study. I will then explain other differences between the two languages as I will concentrate in more detail on the specific features of English that are not typical for Czech, especially sentence condensation and the tendency of English to nominal expression of reality. Another major difference between English and Czech is their system of tenses that I will describe later. English has a very complex system that combine the present, past and future tenses existing in Czech with progressive and perfect aspects. The choice of a concrete type of tense always depends on the dynamism of a concrete situation.
    [Show full text]
  • Verbal Semantics and Differential Object Marking in Lycopolitan Coptic Åke Engsheden Stockholm University, Department of Archaeology and Classical Studies
    Chapter 6 Verbal semantics and differential object marking in Lycopolitan Coptic Åke Engsheden Stockholm University, Department of Archaeology and Classical Studies This paper seeks to clarify the role of affectedness for the marking of direct objects through an analysis of a corpus of Lycopolitan Coptic texts (4th to 5th centuries AD). Whereas previ- ous research has shown the importance of definiteness for the use of the direct object marker n with the so-called imperfective tenses (present and imperfect), it has proven more diffi- cult to establish why it alternates in the non-imperfective with a zero marker. An attempt is made here to correlate the two different object constructions to Tsunoda’s verb-type hier- archy, which was conceived to capture the degree of affectedness. It appears that the more affected a direct object is, the more likely it is to receive the direct object marker; whenever the object is little affected or unaffected, the zero-marked construction is preferred. 1 Introduction Most works that have tried to explain Differential Object Marking (DOM) have focused on the semantic and information-structural properties of the direct object (animacy, defi- niteness, specificity, or topicality). There are a few languages for which the identification of the triggering factor behind DOM may be quite straightforward, such as definiteness in Modern Hebrew (Danon 2001) or specificity in Turkish (Enç 1991), but more commonly a multidimensional DOM system results not from a single factor, but from several inter- acting factors One language with a multidimensional DOM is Coptic (Afro-Asiatic, Egyptian branch, now extinct).1 Coptic DOM has received far less attention one might expect, given that Coptic has a long tradition in academic studies.
    [Show full text]
  • Word Order Does NOT Differ Significantly Between Chinese And
    Word Order Does NOT Differ Significantly Between Chinese and Japanese Chenchen Ding†‡ Masao Utiyama† Eiichiro Sumita† Mikio Yamamoto‡ • ◦ ◦ • †Multilingual Translation Laboratory, National Institute of Information and Communications Technology 3-5 Hikaridai, Seikacho, Sorakugun, Kyoto, 619-0289, Japan ‡Department of Computer Science, University of Tsukuba 1-1-1 Tennodai, Tsukuba, Ibaraki, 305-8573, Japan tei@mibel., myama@ cs.tsukuba.ac.jp •{ } mutiyama, eiichiro.sumita @nict.go.jp ◦{ } Abstract An effective rule-based approach, head final- We propose a pre-reordering approach for ization has been proposed for English-to-Japanese Japanese-to-Chinese statistical machine translation (Isozaki et al., 2012). The approach translation (SMT). The approach uses de- takes advantage of the head final property of pendency structure and manually designed Japanese on the target-side. It designs a head fi- reordering rules to arrange morphemes of nalization rule to move the head word based on Japanese sentences into Chinese-like word the parsing result by a head-driven phrase struc- order, before a baseline phrase-based (PB) ture grammar (HPSG) parser. Generally, the idea SMT system applied. Experimental results can be applied to other SVO-to-Japanese transla- on the ASPEC-JC data show that the im- tion tasks, such as its application in Chinese-to- provement of the proposed pre-reordering Japanese translation (Dan et al., 2012). approach is slight on BLEU and mediocre However, the head finalization cannot be ap- on RIBES, compared with the organizer’s plied on the reverse translation task, i.e. Japanese- baseline PB SMT system. The approach to-SVO translation, which becomes a more diffi- also shows improvement in human evalu- cult task.
    [Show full text]
  • Adpositional Case
    Adpositional Case S.A.M . Lestrade Adpositional Case Sander Lestrade PIONIER Project Case Cross-Linguistically Department of Linguistics Radboud University Nijmegen P.O. Box 9103 6500 HD Nijmegen The Netherlands www.ru.nl/pionier S.Lestrade@ let.ru.nl Adpositional Case M A Thesis Linguistics Department Radboud University Nijmegen May 2006 Sander Lestrade 0100854 First supervisor: Dr. Helen de Hoop Second supervisors: Dr. Ad Foolen and Dr. Joost Zwarts Acknowledgments I would like to thank Lotte Hogeweg and the members of the PIONIER project Case Cross-Linguistically for the nice cooperation and for providing a very stimulating working environment during the past year. Many thanks go to Geertje van Bergen for fruitful discussion and support during the process of writing. I would like to thank Ad Foolen and Joost Zwarts for their willingness to be my second supervisors and their useful comments on an earlier version; special thanks to Joost Zwarts for very useful and crucial discussion. Also, I gratefully acknowledge the Netherlands Organisation of Scientific Research (NWO) for financial support, grant 220-70-003, principal investigator Helen de Hoop (PIONIER-project “Case cross-linguistically”). Most of all, I would like to thank Helen de Hoop for her fantastic supervising without which I probably would not even have started, but certainly not have finished my thesis already. Moreover, I would like to thank her for the great opportunities she offered me to develop my skills in Linguistics. v Contents Acknowledgments v Contents vii Abbreviations
    [Show full text]
  • Verb Go Combinations in Perspective English Linguistics and Culture
    Sampurasun e-Journal Vol 02, No. 01. June 2016 VERB GO COMBINATIONS IN PERSPECTIVE ENGLISH LINGUISTICS AND CULTURE Deden Novan Setiawan Nugraha Faculty of Business and Management Widyatama University [email protected] Abstract Language and culture are both integral parts of human life. Humans use language to express their feelings, and to communicate to each other. To support the processs of communication language must be able to represent ideas of speakers and be understood by the hearers. Linguistics is the study of languge. The part of linguistics that is concerned with the structure of language is divided into a number of subfields: syntax and semantics. Syntax is the system of rules and categories that underlies sentence formation in human language, meanwhile semantics is the study of meaning in human languge. Because language is such a central feature of being a human, linguistics has connections with many other disciplines in the humanities like culture. Based on Sapir-Whorf Hypothesis (Sapir, 1929); (a). Language influences thought and culture; (b). Language and culture influence each other. This study aims to investigate syntactic categories combined to the verb go and to analyze the meaning of the verb go after being combined with the complements. The data itself is taken from the British National Corpus (BNC). The results of the article indicate that there is a very close relationship between language and culture. That is, culture has a direct effect on language. Language and culture are closely correlated. Based on the analysis, the verb go can be combined with nouns, verbs, adjectives, adverbs, verbs-ing and past participles.
    [Show full text]
  • Semantic Specificity of Perception Verbs in Maniq
    Semantic specificity of perception verbs in Maniq © Ewelina Wnuk 2016 Printed and bound by Ipskamp Drukkers Cover photo: A Maniq campsite, Satun province, Thailand, September 2011 Photograph by Krittanon Thotsagool Semantic specificity of perception verbs in Maniq Proefschrift ter verkrijging van de graad van doctor aan de Radboud Universiteit Nijmegen op gezag van de rector magnificus prof. dr. J.H.J.M. van Krieken, volgens besluit van het college van decanen in het openbaar te verdedigen op vrijdag 16 september 2016 om 10.30 uur precies door Ewelina Wnuk geboren op 28 juli 1984 te Leżajsk, Polen Promotoren Prof. dr. A. Majid Prof. dr. S.C. Levinson Copromotor Dr. N. Burenhult (Lund University, Zweden) Manuscriptcommissie Prof. dr. P.C. Muysken Prof. dr. N. Evans (Australian National University, Canberra, Australië) Dr. N. Kruspe (Lund University, Zweden) The research reported in this thesis was supported by the Max-Planck-Gesellschaft zur Förderung der Wissenschaften, München, Germany. For my parents, Zofia and Stanisław Contents Acknowledgments ............................................................................................. i Abbreviations ................................................................................................ vii 1 General introduction ........................................................................................ 1 1.1 Aim and scope ................................................................................................... 1 1.2 Theoretical background to verbal semantic specificity
    [Show full text]
  • Adpositional Constructions of Location and Motion in Dutch
    Adpositional constructions of location and motion in Dutch Hans Smessaert, William Van Belle & Ingrid Van Canegem-Ardijns KU Leuven, KU Leuven & KHLeuven In traditional grammar, constructions of location and motion are standardly considered as adverbial adjuncts, i.e. as constituents that do not belong to the nuclear or core elements of the clause. However, in Dutch, as in many other languages, there are different classes of verbal predicates which require the presence of a location or motion constituent in order to yield a grammatical clause. Since these obligatory constituents are manifestly part of the verbal valency frame, the authors call them location and motion objects. The combination of the criterion of (non-)optionality and that of substitutability with pronominal or adverbial elements leads to the tripartition between adjunct, object and predicate complement. This distinction is further shown to pattern with different word order restrictions. 0. Introduction1 Spatial descriptions can be divided conceptually into place (static location) and motion (dynamic location). Levinson and Wilkins (2006: 531–533) argue that there are three different styles of conceptualization of motion events cross-linguistically. First, they differentiate between a durative and a non-durative conceptualization. In a durative conceptualization motion is conceived of as “translocation”, that is, “as a durative displacement of the figure along a continuous trajectory over time”. In a non-durative conceptualization motion is solely thought of as a change of state without transitional phases. Further, a non-durative conceptualization involves either change of location or change of locative relation. However, “it turns out that motion verbs in a language are not necessarily of a consistent type, although a predominant type of semantic content may often be discerned”.
    [Show full text]