Modeling Clausal Complementation for a Grammar Engineering Resource Olga Zamaraeva University of Washington, [email protected]

Total Page:16

File Type:pdf, Size:1020Kb

Modeling Clausal Complementation for a Grammar Engineering Resource Olga Zamaraeva University of Washington, Olzama@Uw.Edu Proceedings of the Society for Computation in Linguistics Volume 2 Article 6 2019 Modeling Clausal Complementation for a Grammar Engineering Resource Olga Zamaraeva University of Washington, [email protected] Kristen Howell University of Washington, [email protected] Emily M. Bender University of Washington, [email protected] Follow this and additional works at: https://scholarworks.umass.edu/scil Part of the Computational Linguistics Commons Recommended Citation Zamaraeva, Olga; Howell, Kristen; and Bender, Emily M. (2019) "Modeling Clausal Complementation for a Grammar Engineering Resource," Proceedings of the Society for Computation in Linguistics: Vol. 2 , Article 6. DOI: https://doi.org/10.7275/dygn-c796 Available at: https://scholarworks.umass.edu/scil/vol2/iss1/6 This Paper is brought to you for free and open access by ScholarWorks@UMass Amherst. It has been accepted for inclusion in Proceedings of the Society for Computation in Linguistics by an authorized editor of ScholarWorks@UMass Amherst. For more information, please contact [email protected]. Modeling Clausal Complementation for a Grammar Engineering Resource Olga Zamaraeva Kristen Howell Emily M. Bender University of Washington University of Washington University of Washington [email protected] [email protected] [email protected] Abstract because of their interaction with other phenomena. A grammar that cannot support subordinate clauses We present a grammar engineering library will fail to provide analyses for a big portion of a for modeling objectival declarative clausal typical corpus and will not support the grammar complementation patterns attested cross- engineer in exploring how well the analyses used linguistically. Our primary contribution is positing a set of syntactico-semantic analyses for modeling simple clauses generalize. couched within a variant of the HPSG syntactic To fill this gap, we incorporate a cross-linguistic formalism and integrating them with a variety account of clausal complements into a grammar of phenomena already implemented in a gram- engineering questionnaire and customization sys- mar engineering toolkit. We evaluate the addi- tem. The questionnaire elicits typological infor- tion to the system on testsuites from genetically mation about hypothetically any language and the diverse languages that were not considered dur- customization system outputs a starter precision ing development. grammar to specifications. In this way, the toolkit 1 Introduction supports the rapid development of precision gram- mars, giving both novice and experienced grammar Grammar engineering is the modeling of language developers a means to create a grammar fragment rules in a machine-readable fashion, such that the customized to their language of interest and ready resulting system (the grammar) can parse gram- for extension to broader coverage. matical strings while not overgenerating (licensing In the meta-grammar engineering context, an incorrect or spurious analyses). Linguistic gram- analysis is a set of theoretically-grounded elements mar engineering prioritizes precision (how many which comply with the requirements of the spe- parses are syntactically and semantically correct cific implementation framework and are used by with respect to the linguistic formalism) over re- the grammar engineering system so as to produce call (how many input strings get parsed). functioning grammars. In our case, the analysis A precision grammar documents and models is couched within Head-Driven Phrase Structure linguistic phenomena on the one hand, and is a pro- Grammar (HPSG; Pollard and Sag, 1994) and gram that parses and generates, on the other. This Minimal Recursion Semantics (MRS; Copestake makes precision grammars a resource for rigorous et al., 2005) and is implemented as an extension to linguistic hypothesis testing as well as for NLP the LinGO Grammar Matrix (Bender et al., 2002, tasks. While precision grammars are expensive— 2010). Our main challenges lie in accounting for broad-coverage grammars like Flickinger 2000, a large space of typological possibilities while at 2011 or Siegel et al. 2016 take years to build— the same time integrating our analysis of clausal there are efforts to automate this process. We complements into a complex system which out- present a contribution to one such initiative, adding puts streamlined grammars. We start by motivat- a clausal complements library to a grammar engi- ing the choice of the grammar engineering system neering starter toolkit. and briefly summarizing the formal underpinnings Clausal complements are a kind of subordinate associated with this choice (§2). We then present clause. Modeling subordinate clauses in general a concise summary of the typological literature on and clausal complements in particular is important clausal complementation (§3), and describe our not only because of their corpus frequency, but also analysis and implementation in §4. The evaluation 39 Proceedings of the Society for Computation in Linguistics (SCiL) 2019, pages 39-49. New York City, New York, January 3-6, 2019 results featuring held-out languages from different clause embedding itself. On the other hand, we are families are given in §5. All of the resources men- able to explore the interaction of our analyses with tioned in the paper are freely available.1 the existing analyses of other phenomena in or- der to validate both the existing and new libraries. 2 Background Finally, because we contribute our library to the Grammar Matrix code base, it can in turn serve 2.1 The Grammar Matrix as part of the background infrastructure for future We develop a cross-linguistic analysis of clausal library development. complements as part of the LinGO Grammar Ma- 2 trix (Bender et al., 2002, 2010). Other examples 2.2 DELPH-IN Joint Reference Formalism, of multilingual grammar engineering projects in- HPSG and MRS clude ParGram (Butt and King, 2002) and Core- The Grammar Matrix uses the DELPH-IN Joint Gram (Müller, 2015). What is unique about the Reference Formalism (Copestake, 2000), a version Grammar Matrix, however, is that it allows the of the HPSG syntactic formalism (Pollard and Sag, user to obtain a starter grammar customized from 1994), developed to balance expressive power with typological choices, making it possible to easily computational efficiency. Every part of the gram- test the analysis on multiple languages, including mar (lexical items, lexical rules, and phrase struc- systematic testing of each part of the analysis using ture rules) is encoded with typed feature struc- artificially constructed languages (see §4.3). tures.4 Phrase structure rules can have any fixed The Grammar Matrix consists of a web-based number of daughters in a fixed order,5 but are typ- questionnaire and a back-end customization sys- ically either binary branching or unary construc- tem. The input to the system is user answers to tions. Lexical rules are always unary projections the typological questions (elicited in the question- and are furthermore restricted to the lower parts of naire and serialized as a choices file) and the out- the tree, i.e. below any phrase structure rules. put is an implemented starter precision grammar. A customized grammar consists of a type hier- There are currently multiple libraries, including archy where typed feature structures (types) inherit word order (Bender and Flickinger, 2005; Fokkens, constraints from other types and add their own con- 2014); person, number, gender, and case systems straints. The typed feature structures defined by the (Drellishak, 2009); tense, aspect, and mood (Poul- grammar are combined using the operation of uni- son, 2011); argument optionality (Saleem and Ben- fication in order to build analyses of sentences. If der, 2010); matrix yes/no questions, lexicon, (Ben- no analysis can be found for a string using a gram- der and Flickinger, 2005); morphotactics (O’Hara, mar, then the string is deemed ungrammatical by 2008; Goodman and Bender, 2010); nominalized that grammar. Because the feature structures en- clauses (Howell et al., 2018), and clausal modifiers code both syntactic and semantic constraints, any (Howell and Zamaraeva, 2018).3 The contribution derivation tree produced by the grammar also in- of this paper is the clausal complements library. cludes an MRS semantic representation (Copes- In the context of the Grammar Matrix, our analysis take et al., 2005). When evaluating a grammar consists of a new web questionnaire page with a set created via the Grammar Matrix customization sys- of choices describing clausal complements cross- tem, the correctness of both syntactic and semantic linguistically, a set of new types available for the representations of strings is taken into account. back-end customization logic, and revisions to the types already existing in the system. 2.3 Clausal Complements in HPSG Building on the existing resource of the Gram- mar Matrix to develop our library has dual bene- To our knowledge, there is no previous fits: On the one hand, we can reuse existing im- cross-linguistic account of clausal complements plementations of phenomena that occur in embed- in HPSG. Language-specific analyses include ded clauses and focus our attention primarily on Ginzburg and Sag 2000 for English and Crysmann 2013 for German, among others. We could not di- 1svn://lemur.ling.washington.edu/shared/ matrix/trunk, revision 42067 (code and testsuites). 4These are exemplified in §4.2 in (4)-(10). 2http://matrix.delph-in.net/customize/ 5This contrasts with other versions of HPSG formalisms matrix.cgi which separate immediate dominance from linear precedence 3The nonexhaustive list of cited libraries includes the ones (e.g. Engelkamp et al., 1992) as well as those that allow with which we tested the interaction of our library. variable-arity rules, like Sag et al. 2003. 40 rectly incorporate them for two reasons. First, most its nominal object. Complementizers can be seen of the existing theoretical analyses are not within in both (3) and (1). the DELPH-IN JRF. Second, the literature mostly (2) [senin sinema-ya gel-me-n-i] concerns itself with the level of clause complex- [2. cinema- come--2-] ity which is beyond the Grammar Matrix’s cur- isti-yor-um rent scope.
Recommended publications
  • The Whether Report
    Hugvísindasvið The Whether Report: Reclassifying Whether as a Determiner B.A. Essay Gregg Thomas Batson May, 2012 University of Iceland School of Humanities Department of English The Whether Report: Reclassifying Whether as a Determiner B.A. Essay Gregg Thomas Batson Kt.: 0805682239 Supervisor: Matthew Whelpton May, 2012 Abstract This paper examines the use of whether in complement clauses for the purpose of determining the exact syntactic and semantic status of whether in these clauses. Beginning with a background to the complementizer phrase, this paper will note the historical use of whether, and then examine and challenge the contemporary assertion of Radford (2004) and Newson et al. (2006) that whether is a wh-phrase. Furthermore, this paper will investigate the preclusion of whether by Radford and Newson et al. from the complementizer class. Following an alternative course that begins by taking into account the morphology of whether, the paper will then examine two research papers relevant to whether complement clauses. The first is Adger and Quer‘s (2001) paper proposing that certain embedded question clauses have an extra element in their structure that behaves as a determiner and the second paper is from Larson (1985) proposing that or scope is assigned syntactically by scope indicators. Combining the two proposals, this paper comes to a different conclusion concerning whether and introduces a new proposal concerning the syntactic structure and semantic interpretation of interrogative complement clauses. Table of Contents 1.
    [Show full text]
  • Linguistics 21N - Linguistic Diversity and Universals: the Principles of Language Structure
    Linguistics 21N - Linguistic Diversity and Universals: The Principles of Language Structure Ben Newman March 1, 2018 1 What are we studying in this course? This course is about syntax, which is the subfield of linguistics that deals with how words and phrases can be combined to form correct larger forms (usually referred to as sentences). We’re not particularly interested in the structure of words (morphemes), sounds (phonetics), or writing systems, but instead on the rules underlying how words and phrases can be combined across different languages. These rules are what make up the formal grammar of a language. Formal grammar is similar to what you learn in middle and high school English classes, but is a lot more, well, formal. Instead of classifying words based on meaning or what they “do" in a sentence, formal grammars depend a lot more on where words are in the sentence. For example, in English class you might say an adjective is “a word that modifies a noun”, such as red in the phrase the red ball. A more formal definition of an adjective might be “a word that precedes a noun" or “the first word in an adjective phrase" where the adjective phrase is red ball. Describing a formal grammar involves writing down a lot of rules for a language. 2 I-Language and E-Language Before we get into the nitty-gritty grammar stuff, I want to take a look at two ways language has traditionally been described by linguists. One of these descriptions centers around the rules that a person has in his/her mind for constructing sentences.
    [Show full text]
  • The Role of Complementizers in Verb Classification in Thai Amara Prasithrathsint Chulalongkorn University Bangkok, Thailand [email protected]
    Paper presented at the 17th Annual Meeting of the Southeast Asian Linguistics Society (SEALS XVII), August 31-September 2, 2007, University of Maryland, College Park, Maryland, U.S.A. The Role of Complementizers in Verb Classification in Thai Amara Prasithrathsint Chulalongkorn University Bangkok, Thailand [email protected] ABSTRACT A complementizer is defined here as a function word that marks a complement clause, which is an argument of a matrix verb; for example, that in I think that he will leave tomorrow is a complementizer, and that he will leave tomorrow is a complement clause, which is an argument of the matrix verb think. A review of previous literature related to complementizers in Thai shows that there has been no study focusing particularly on them. Most studies treat them as elements in other phenomena, such as parts of speech, embedding, subordinate clauses, etc. Despite the important role complementizers play in forming complex sentences in Thai, their syntactic behavior is still obscure. Besides, there is dispute as to which words should be analyzed as complementizers and what conditions their occurrence. The purpose of this study is to identify complementizers in Thai and find out the conditions of their occurrence. Based on an approximately three-million-word corpus of current Thai, the findings show that there are three complementizers in Thai: thifli, wafla, and hafly. They are grammaticalized words from the noun thifli ‘place’, the verb wafla ‘to say’, and the verb hafly ‘to give’, respectively. The occurrence of each of the complementizers depends on the type of verb in the matrix clause.
    [Show full text]
  • RC HUMS 392 English Grammar and Meaning Complements
    RC HUMS 392 English Grammar and Meaning Complements 1. Bill wanted/intended/hoped/said/seemed/forgot/asked/failed/tried/decided to write the book. 2. Bill enjoyed/tried/finished/admitted/reported/remembered/permitted writing the book. 3. Bill thought/said/forgot/remembered/reported/was sad/discovered/knew that he wrote the book. 4. Bill asked/wondered/knew/discovered/said why he wrote the book. There are four different types of complement (noun clause, either subject or object – the ones above are all object complements): respectively, they are called infinitive, gerund, that-clause, and embedded question. These types, and their structures and markers (like to and –ing) are often called complementizers. Other names for these types include for-to complementizer (infinitive), POSS-ing (or ACC-ing) complementizer (gerund), inflected (or tensed) clause (that), or WH- complementizer (embedded question). Which term you use is of no concern; they’re equivalent. Infinitives and gerunds are often called non-finite clauses, while questions and that-clauses are called finite clauses, because of the absence or presence of tense markers on the verb form. That-clauses and questions must have a fully-inflected verb, in either the present or past tense, while infinitives and gerunds are not marked for tense. Non-finite complements often do not have overt subjects; these may be deleted either because they’re indefinite or under identity. Very roughly speaking, infinitives refer to states, gerunds to events or activities, and that-clauses to propositions, but it is the identify and nature of the matrix predicate governing the complement (i.e, the predicate that the complement is the subject or object of) that determines not only what kind of thing the complement refers to, but also whether there can be a complement at all, and which complementizer(s) it can take, if so.
    [Show full text]
  • The Quotative Complementizer Says “I'm Too Baroque for That” 1 Introduction
    The Quotative Complementizer Says “I’m too Baroque for that” Rahul Balusu,1 EFL-U, Hyderabad Abstract We build a composite picture of the quotative complementizer (QC) in Dravidian by examining its role in various left-peripheral phenomena – agreement shift, embedded questions; and its par- ticular manifestation in various constructions like noun complement clauses, manner adverbials, rationale clauses, with naming verbs, small clauses, and non-finite embedding, among others. The QC we conclude is instantiated at the very edge of the clause it subordinates, outside the usual left periphery, comes with its own entourage of projections, and is the light verb say which does not extend its projection. It adjoins to the matrix spine at various heights (at the vP level it gets a θ-role, and thus argument properties) when it does extend its projection, and like a verb selects clauses of various sizes (CP, TP, small clause). We take the Telugu QC ani as illustrative, being more transparent in form to function mapping, but draw from the the QC properties of Malayalam, Kannada, Bangla, and Meiteilon too. 1 Introduction Complementizers –conjunctions that play the role of identifying clauses as complements –are known to have quite varied lexical sources (Bayer 1999). In this paper we examine in detail the polyfunctional quotative complementizer (QC) in Dravidian languages by looking at its particular manifestation in various construc- tions like noun complement clauses, manner adverbials, rationale clauses, naming/designation clauses, small clauses, non-finite embedding. We also look to two left-peripheral phenomena for explicating the syntax and semantics of the QC –Quasi Subordination, and Monstrous Agreement.
    [Show full text]
  • BCGL13, 16-18.12.2020 1 the Syntax of Complementizers
    BCGL13, 16-18.12.2020 The syntax of complementizers: a revised version Anna Roussou University of Patras ([email protected]) BCGL 13, The syntax and semantics of clausal complementation 16-18.12.2020 [joint work with Rita Manzini] 1. Setting the scene A clarification: why ‘a revised version’ Roussou (1994), The syntax of complementisers – the investigation of three basic constructions: (a) factive complements and extraction, Greek oti vs factive pu – a definite C (b) that-complements and subject extraction, an agreeing null C (c) na-complements in Greek and the subject dependency (control vs obviation) • Assumptions back then: -- that is an expletive element (Lasnik & Saito 1984, Law 1991) – complementizers in general are expletives -- But in some cases, as in factives, they may bear features for familiarity (Hegarty 1992) or definiteness, or license a definite operator (Melvold 1991) [that-factives are weak islands, pu- factives are strong islands] Some questions a) What is a complement clause? b) What is a complementizer? c) What is the role of the complementizer? d) How is complementation achieved if there is no complementizer? Some potential answers to the questions above a) complement clauses are nominal (the traditional grammarian view): mainly objects, but also subjects; it is a complement or a relative (?) b) not so clear: the lexical item that introduces a clause or the syntactic head C (Bresnan 1972) – in the latter reading, C can be realized by a variety of elements including conjunctions (that, oti, pu, che, etc.), prepositions
    [Show full text]
  • Complex Adpositions and Complex Nominal Relators Benjamin Fagard, José Pinto De Lima, Elena Smirnova, Dejan Stosic
    Introduction: Complex Adpositions and Complex Nominal Relators Benjamin Fagard, José Pinto de Lima, Elena Smirnova, Dejan Stosic To cite this version: Benjamin Fagard, José Pinto de Lima, Elena Smirnova, Dejan Stosic. Introduction: Complex Adpo- sitions and Complex Nominal Relators. Benjamin Fagard, José Pinto de Lima, Dejan Stosic, Elena Smirnova. Complex Adpositions in European Languages : A Micro-Typological Approach to Com- plex Nominal Relators, 65, De Gruyter Mouton, pp.1-30, 2020, Empirical Approaches to Language Typology, 978-3-11-068664-7. 10.1515/9783110686647-001. halshs-03087872 HAL Id: halshs-03087872 https://halshs.archives-ouvertes.fr/halshs-03087872 Submitted on 24 Dec 2020 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. Public Domain Benjamin Fagard, José Pinto de Lima, Elena Smirnova & Dejan Stosic Introduction: Complex Adpositions and Complex Nominal Relators Benjamin Fagard CNRS, ENS & Paris Sorbonne Nouvelle; PSL Lattice laboratory, Ecole Normale Supérieure, 1 rue Maurice Arnoux, 92120 Montrouge, France [email protected]
    [Show full text]
  • Lx522f08-10A-Cp.Pdf
    Types of sentences • Sentences come in several types. We’ve mainly seen CAS LX 522 declarative clauses. Syntax I 1) Horton heard a Who. • But there are also questions (interrogative clauses)… Week 10a. 2) Did Horton hear a Who? CP & PRO 3) Who did Horton hear? (8.1-8.2.5) • …exclamatives… 4) What a crazy elephant! • …imperatives… 5) Pass me the salt. Declaratives & interrogatives Clause type • Our syntactic theory should allow us to distinguish between clause types. • Given this motivation, we seem to need one more category of lexical items, the clause • The basic content of Phil will bake a cake and Will Phil type category. bake a cake? is the same. • We’ll call this category C, which traditionally • Two DPs (Phil, nominative, and a cake, accusative), a stands for complementizer. modal (will), a transitive verb (bake) that assigns an The hypothesis is that a declarative sentence has Agent !-role and a Theme !-role. They are minimally • a declarative C in its structure, while an different: one’s an interrogative, and one’s a interrogative sentence (a question) has an declarative. One asserts that something is true, one interrogative C. requests a response about whether it is true. Embedding clauses What’s that ? • The reason for calling this element a complementizer stems from viewing the • We can show that that “belongs” to the embedded problem from a different starting point. sentence with constituency tests. 1) What I heard is that Lenny retired. • It is possible to embed a sentence within another sentence: 2) *What I heard that is Lenny retired.
    [Show full text]
  • A New Outlook of Complementizers
    languages Article A New Outlook of Complementizers Ji Young Shim 1,* and Tabea Ihsane 2,3 1 Department of Linguistics, University of Geneva, 24 rue du Général-Dufour, 1211 Geneva, Switzerland 2 Department of English, University of Geneva, 24 rue du Général-Dufour, 1211 Geneva, Switzerland; [email protected] 3 University Priority Research Program (URPP) Language and Space, University of Zurich, Freiestrasse 16, 8032 Zurich, Switzerland * Correspondence: [email protected]; Tel.: +41-22-379-7236 Academic Editor: Usha Lakshmanan Received: 28 February 2017; Accepted: 16 August 2017; Published: 4 September 2017 Abstract: This paper investigates clausal complements of factive and non-factive predicates in English, with particular focus on the distribution of overt and null that complementizers. Most studies on this topic assume that both overt and null that clauses have the same underlying structure and predict that these clauses show (nearly) the same syntactic distribution, contrary to fact: while the complementizer that is freely dropped in non-factive clausal complements, it is required in factive clausal complements by many native speakers of English. To account for several differences between factive and non-factive clausal complements, including the distribution of the overt and null complementizers, we propose that overt that clauses and null that clauses have different underlying structures responsible for their different syntactic behavior. Adopting Rizzi’s (1997) split CP (Complementizer Phrase) structure with two C heads, Force and Finiteness, we suggest that null that clauses are FinPs (Finiteness Phrases) under both factive and non-factive predicates, whereas overt that clauses have an extra functional layer above FinP, lexicalizing either the head Force under non-factive predicates or the light demonstrative head d under factive predicates.
    [Show full text]
  • The Nominal Roles of Gerunds and Infinitives
    PUPIL: International Journal of Teaching, Education and Learning ISSN 2457-0648 Hussaina Ibrahim, 2019 Volume 3 Issue 1, pp. 181-188 Date of Publication: 10th April 2019 DOI-https://dx.doi.org/10.20319/pijtel.2019.31.181188 This paper can be cited as: Ibrahim, H., (2019). The Nominal Roles of Gerunds and Infinitives. PUPIL: International Journal of Teaching, Education and Learning, 3(1), 181-188. This work is licensed under the Creative Commons Attribution-Non Commercial 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. THE NOMINAL ROLES OF GERUNDS AND INFINITIVES Hussaina Ibrahim Department of English, Faculty of Humanities, Sule Lamido University, P.M.B. 048, Kafin Hausa- Jigawa State, Nigeria [email protected] Abstract The theory of the nominal roles of gerundives and infinitives in the production of language has been a subject of researched for nearly a century. Recently, this theory has made serious comeback into the literature with significant a number of published studies. It has been demonstrated that grammatical structures, such as the present tense, future tense, reduce phonologically and morphologically to the point where the lexical items, once viewed as separate entities, have been reanalyzed and have become grammatically cohabited units in which the individual parts are difficult to distinguish and furthermore, this process occurs across languages including English. This paper presents on the nominalization of grammatical processes, in which expressions that are semantically associated with properties are transformed into noun-like expressions.
    [Show full text]
  • Types of Embedded Clauses in English 1. Finite Clauses the Verb
    Ling 222 – Types of Embedded Clauses in English 1. Finite clauses The verb in the embedded clause is finite and has a subject. Adverbial clauses They fulfill the same function as an adverb or prepositional phrase. They are often adjuncts to the verb (therefore optional), and express meanings such as place, time, manner, concession, condition, result, etc. They are typically introduced by a subordinate conjunction (while, because, since, in order to, so that, whereas, unless, as though, as if, whenever, etc.). o I’d like to go out [while it’s still sunny] o [Although it rained all week], the sun came out during the weekend. o The department called an urgent meeting [because the dean was dissatisfied with their proposals] . Complement clauses They are introduced by a complementizer (that, whether, for). They are also referred to as noun clauses, nominal clauses, or completive clauses. They are often the direct object of a verb such as think, believe, ask, and also some adjectives and nouns. o I think [that it’s too windy to go out for a walk]. o Do you really believe [that the government will increase funding to universities]? o He asked [whether there was parking in the building]. o I’m sure [that Kate will be here soon]. o The fact [that the candidate is still running] is evidence of her commitment. The complementizer that can sometimes be deleted o I think [it’s too windy to go out for a walk]. o The reason [I’m telling you] is that I care about you. o I’m sure [Kate will be here soon].
    [Show full text]
  • Complete Paper
    The Emergence of the Infinitival Left Periphery Joachim Sabel 1. Introduction The languages of the world differ with respect as to whether they allow for infinitival interroga- tives and infinitival relative clauses. In order to explain this variation, I postulate the “Wh-Infinitive- Generalization” that links the (non-) availability of infinitival interrogatives and infinitival relatives to morphological properties of the infinitival C-system. Based on synchronic and diachronic evidence, it is shown that wh-infinitives as well as infinitival relatives are impossible in languages in which the left periphery of the infinitive cannot be occupied by a phonetically realized infinitival complementizer. In contrast, languages with wh-infinitives do exhibit infinitival complementizers. In order to derive the “Wh-Infinitive-Generalization”, I argue that infinitival C0 is “defective” in languages without wh- infinitives (/ infinitival relatives) where “defective” infinitival C0 is understood in analogy to defective 0 0 T def (see Chomsky 2000, 2001, 2008), i.e. C def cannot bear the complete range of features specific for 0 0 C (i.e. [focus]-, [wh]-, [topic]-, and [pred]-features). As a consequence, the specifier of C def like the 0 specifier of T def may serve only as an intermediate but not as a final landing site of movement. 2. The impossibility of infinitival interrogatives and relatives In this section, I will give a description of the phenomenon of infinitival interrogatives and I will show that the absence of this type of construction in German does not have lexical but has syntactic reasons. Infinitives in the languages of the world behave differently in several respects.
    [Show full text]