| { |
| "paper_id": "W19-0105", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T06:32:29.264806Z" |
| }, |
| "title": "Modeling Clausal Complementation for a Grammar Engineering Resource", |
| "authors": [ |
| { |
| "first": "Olga", |
| "middle": [], |
| "last": "Zamaraeva", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Washington", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Kristen", |
| "middle": [], |
| "last": "Howell", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Washington", |
| "location": {} |
| }, |
| "email": "kphowell@uw.edu" |
| }, |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Washington", |
| "location": {} |
| }, |
| "email": "ebender@uw.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We present a grammar engineering library for modeling objectival declarative clausal complementation patterns attested crosslinguistically. Our primary contribution is positing a set of syntactico-semantic analyses couched within a variant of the HPSG syntactic formalism and integrating them with a variety of phenomena already implemented in a grammar engineering toolkit. We evaluate the addition to the system on testsuites from genetically diverse languages that were not considered during development.", |
| "pdf_parse": { |
| "paper_id": "W19-0105", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We present a grammar engineering library for modeling objectival declarative clausal complementation patterns attested crosslinguistically. Our primary contribution is positing a set of syntactico-semantic analyses couched within a variant of the HPSG syntactic formalism and integrating them with a variety of phenomena already implemented in a grammar engineering toolkit. We evaluate the addition to the system on testsuites from genetically diverse languages that were not considered during development.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Grammar engineering is the modeling of language rules in a machine-readable fashion, such that the resulting system (the grammar) can parse grammatical strings while not overgenerating (licensing incorrect or spurious analyses). Linguistic grammar engineering prioritizes precision (how many parses are syntactically and semantically correct with respect to the linguistic formalism) over recall (how many input strings get parsed).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A precision grammar documents and models linguistic phenomena on the one hand, and is a program that parses and generates, on the other. This makes precision grammars a resource for rigorous linguistic hypothesis testing as well as for NLP tasks. While precision grammars are expensivebroad-coverage grammars like Flickinger 2000 or Siegel et al. 2016 take years to buildthere are e orts to automate this process. We present a contribution to one such initiative, adding a clausal complements library to a grammar engineering starter toolkit.", |
| "cite_spans": [ |
| { |
| "start": 314, |
| "end": 329, |
| "text": "Flickinger 2000", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 330, |
| "end": 351, |
| "text": "or Siegel et al. 2016", |
| "ref_id": "BIBREF36" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Clausal complements are a kind of subordinate clause. Modeling subordinate clauses in general and clausal complements in particular is important not only because of their corpus frequency, but also because of their interaction with other phenomena. A grammar that cannot support subordinate clauses will fail to provide analyses for a big portion of a typical corpus and will not support the grammar engineer in exploring how well the analyses used for modeling simple clauses generalize.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To fill this gap, we incorporate a cross-linguistic account of clausal complements into a grammar engineering questionnaire and customization system. The questionnaire elicits typological information about hypothetically any language and the customization system outputs a starter precision grammar to specifications. In this way, the toolkit supports the rapid development of precision grammars, giving both novice and experienced grammar developers a means to create a grammar fragment customized to their language of interest and ready for extension to broader coverage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In the meta-grammar engineering context, an analysis is a set of theoretically-grounded elements which comply with the requirements of the specific implementation framework and are used by the grammar engineering system so as to produce functioning grammars. In our case, the analysis is couched within Head-Driven Phrase Structure Grammar (HPSG; Pollard and Sag, 1994) and Minimal Recursion Semantics (MRS; Copestake et al., 2005) and is implemented as an extension to the LinGO Grammar Matrix (Bender et al., 2002 . Our main challenges lie in accounting for a large space of typological possibilities while at the same time integrating our analysis of clausal complements into a complex system which outputs streamlined grammars. We start by motivating the choice of the grammar engineering system and briefly summarizing the formal underpinnings associated with this choice ( \u00a72). We then present a concise summary of the typological literature on clausal complementation ( \u00a73), and describe our analysis and implementation in \u00a74. The evaluation results featuring held-out languages from di erent families are given in \u00a75. All of the resources mentioned in the paper are freely available.1", |
| "cite_spans": [ |
| { |
| "start": 347, |
| "end": 369, |
| "text": "Pollard and Sag, 1994)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 408, |
| "end": 431, |
| "text": "Copestake et al., 2005)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 495, |
| "end": 515, |
| "text": "(Bender et al., 2002", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We develop a cross-linguistic analysis of clausal complements as part of the LinGO Grammar Ma-trix2 (Bender et al., 2002 . Other examples of multilingual grammar engineering projects include ParGram (Butt and King, 2002) and Core-Gram (M\u00fcller, 2015) . What is unique about the Grammar Matrix, however, is that it allows the user to obtain a starter grammar customized from typological choices, making it possible to easily test the analysis on multiple languages, including systematic testing of each part of the analysis using artificially constructed languages (see \u00a74.3).", |
| "cite_spans": [ |
| { |
| "start": 100, |
| "end": 120, |
| "text": "(Bender et al., 2002", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 199, |
| "end": 220, |
| "text": "(Butt and King, 2002)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 235, |
| "end": 249, |
| "text": "(M\u00fcller, 2015)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Grammar Matrix", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The Grammar Matrix consists of a web-based questionnaire and a back-end customization system. The input to the system is user answers to the typological questions (elicited in the questionnaire and serialized as a choices file) and the output is an implemented starter precision grammar. There are currently multiple libraries, including word order (Bender and Flickinger, 2005; Fokkens, 2014) ; person, number, gender, and case systems (Drellishak, 2009) ; tense, aspect, and mood (Poulson, 2011); argument optionality (Saleem and Bender, 2010) ; matrix yes/no questions, lexicon, (Bender and Flickinger, 2005) ; morphotactics (O'Hara, 2008; Goodman and Bender, 2010) ; nominalized clauses , and clausal modifiers .3 The contribution of this paper is the clausal complements library. In the context of the Grammar Matrix, our analysis consists of a new web questionnaire page with a set of choices describing clausal complements crosslinguistically, a set of new types available for the back-end customization logic, and revisions to the types already existing in the system.", |
| "cite_spans": [ |
| { |
| "start": 349, |
| "end": 378, |
| "text": "(Bender and Flickinger, 2005;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 379, |
| "end": 393, |
| "text": "Fokkens, 2014)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 437, |
| "end": 455, |
| "text": "(Drellishak, 2009)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 520, |
| "end": 545, |
| "text": "(Saleem and Bender, 2010)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 582, |
| "end": 611, |
| "text": "(Bender and Flickinger, 2005)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 628, |
| "end": 642, |
| "text": "(O'Hara, 2008;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 643, |
| "end": 668, |
| "text": "Goodman and Bender, 2010)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Grammar Matrix", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Building on the existing resource of the Grammar Matrix to develop our library has dual benefits: On the one hand, we can reuse existing implementations of phenomena that occur in embedded clauses and focus our attention primarily on 1svn://lemur.ling.washington.edu/shared/ matrix/trunk, revision 42067 (code and testsuites).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Grammar Matrix", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "2http://matrix.delph-in.net/customize/ matrix.cgi 3The nonexhaustive list of cited libraries includes the ones with which we tested the interaction of our library. clause embedding itself. On the other hand, we are able to explore the interaction of our analyses with the existing analyses of other phenomena in order to validate both the existing and new libraries. Finally, because we contribute our library to the Grammar Matrix code base, it can in turn serve as part of the background infrastructure for future library development.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Grammar Matrix", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The Grammar Matrix uses the DELPH-IN Joint Reference Formalism (Copestake, 2000) , a version of the HPSG syntactic formalism (Pollard and Sag, 1994) , developed to balance expressive power with computational e ciency. Every part of the grammar (lexical items, lexical rules, and phrase structure rules) is encoded with typed feature structures.4 Phrase structure rules can have any fixed number of daughters in a fixed order,5 but are typically either binary branching or unary constructions. Lexical rules are always unary projections and are furthermore restricted to the lower parts of the tree, i.e. below any phrase structure rules. A customized grammar consists of a type hierarchy where typed feature structures (types) inherit constraints from other types and add their own constraints. The typed feature structures defined by the grammar are combined using the operation of unification in order to build analyses of sentences. If no analysis can be found for a string using a grammar, then the string is deemed ungrammatical by that grammar. Because the feature structures encode both syntactic and semantic constraints, any derivation tree produced by the grammar also includes an MRS semantic representation (Copestake et al., 2005) . When evaluating a grammar created via the Grammar Matrix customization system, the correctness of both syntactic and semantic representations of strings is taken into account.", |
| "cite_spans": [ |
| { |
| "start": 63, |
| "end": 80, |
| "text": "(Copestake, 2000)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 125, |
| "end": 148, |
| "text": "(Pollard and Sag, 1994)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 1219, |
| "end": 1243, |
| "text": "(Copestake et al., 2005)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "DELPH-IN Joint Reference Formalism, HPSG and MRS", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "To our knowledge, there is no previous cross-linguistic account of clausal complements in HPSG. Language-specific analyses include Ginzburg and Sag 2000 for English and Crysmann 2013 for German, among others. We could not di-4These are exemplified in \u00a74.2 in (4)-(10). 5This contrasts with other versions of HPSG formalisms which separate immediate dominance from linear precedence (e.g. Engelkamp et al., 1992) as well as those that allow variable-arity rules, like Sag et al. 2003. rectly incorporate them for two reasons. First, most of the existing theoretical analyses are not within the DELPH-IN JRF. Second, the literature mostly concerns itself with the level of clause complexity which is beyond the Grammar Matrix's current scope. The analyses which informed us the most are actual grammar implementations within the DELPH-IN JRF and include Siegel et al. 2016 for Japanese and Flickinger 2000, 2011 for English.", |
| "cite_spans": [ |
| { |
| "start": 388, |
| "end": 411, |
| "text": "Engelkamp et al., 1992)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 467, |
| "end": 483, |
| "text": "Sag et al. 2003.", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 852, |
| "end": 870, |
| "text": "Siegel et al. 2016", |
| "ref_id": "BIBREF36" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clausal Complements in HPSG", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Clausal arguments are clauses which serve as core arguments to verbs (Noonan, 2007) . They can be subjects or complements (objects) and typically occur with verbs of thought, perception, knowledge, etc. An example of an objectival clausal argument is given in (1).", |
| "cite_spans": [ |
| { |
| "start": 69, |
| "end": 83, |
| "text": "(Noonan, 2007)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Typology of Clausal Complements", |
| "sec_num": "3" |
| }, |
| { |
| "text": "(1) Kim thinks [that Sandy left]. [eng] Clausal complements can be finite clauses that can occur on their own (1) or they can be reduced. Reduced clauses can share the subject with the matrix clause, have the verb in a dependent form or have case marking on the arguments that differs from what is normal for finite clauses in the language (ibid.). Complementation strategies include parataxis (several clauses joined without subordination); complementizer + finite complement; nominalization; infinitival and participial complements.", |
| "cite_spans": [ |
| { |
| "start": 34, |
| "end": 39, |
| "text": "[eng]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Typology of Clausal Complements", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Here we focus on the complementation phenomena which involve embedded clauses that are declarative, objectival and clearly marked as subordinate, and that contain a full proposition. Embedded clauses that are subjects, interrogative clauses, subject sharing, paratactic, infinitival or participial complements are not covered at this point. Our library supports clausal complements marked by special morphology on the verb, special word order, and/or a complementizer attaching to one of the edges of the embedded clause. Special morphology on the embedded verb is illustrated in (2), a Turkish example with nominalization. Special word order in the matrix clause6 is illustrated by (3): Uzbek is a SOV language, but clausal complements can be extraposed to the end of the sentence. Note that the order of the complementizer and the embedded clause here also does not follow the same rule as, for example, a transitive verb and 6See \u00a74.2.4 regarding the word order in subordinate clauses in German. its nominal object. Complementizers can be seen in both (3) and (1).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Typology of Clausal Complements", |
| "sec_num": "3" |
| }, |
| { |
| "text": "( 2) ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Typology of Clausal Complements", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Development starts with mapping typological descriptions of the phenomenon to a set of choices to be presented to the user via the web questionnaire ( \u00a74.1). This characterizes our analysis in the broad sense. In particular, upon reviewing the typological literature and restricting the scope of the library as outlined in \u00a73, we provide an analysis for languages that mark clausal complements in a set of certain ways, e.g. with complementizers, nominalization, aspect or other marking on the embedded verb.7 We posit HPSG analyses for all combinations of the choices we target, without claiming to have identified or modeled all dimensions of variation. We start with basic analyses for complementizers and clause-embedding verbs ( \u00a74.2) and implement a holistic analysis in a test-driven fashion ( \u00a74.3).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Developing the Library", |
| "sec_num": "4" |
| }, |
| { |
| "text": "As summarized in \u00a73, clausal complements can be marked with a complementizer, special morphology on the embedded verb, or word order changes in either the matrix or the embedded clause. Combinations of these phenomena are also possible. There may be several distinct strategies in a language and clausal complement-taking verbs may select for specific ones. We add a web page to the questionnaire which elicits all the relevant choices from the user.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Questionnaire", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "A language may have multiple complementizers which belong to distinct complementation strategies (i.e. with di erent word order consequences, di erent selecting verbs, or di erent morphological requirements on the embedded verb). To ac-count for this, we generalize the feature, previously available for verbs to distinguish di erent syntactically relevant inflected forms, to complementizers, and reflect this in the questionnaire.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Questionnaire", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "To handle complementation strategies that require specific morphology on the embedded verb, we leverage several existing libraries: The morphotactics library (Goodman, 2013) provides a means of associating morphological features with inflected forms of verbs; the tense/aspect/mood library (Poulson, 2011) allows users to define morphology associated with those features (as well as additional arbitrary features on the 'Other Features' page) and the nominalization library accounts for nominalized clauses. In all cases, the lexical rules defined by these libraries include morphosyntactic or morphosemantic features which allow an embedding verb or complementizer to select for a clausal complement headed by a verb with appropriate morphology. This lexically introduced information is available at the clause level thanks to constraints in the shared core grammar that pass the information up the tree.", |
| "cite_spans": [ |
| { |
| "start": 290, |
| "end": 305, |
| "text": "(Poulson, 2011)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Questionnaire", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We also provide an analysis of clause-bounded extraposition of clausal complements. One of the salient syntactic characteristics of clausal complements is that they tend to be dispreferred in sentence-medial position, as seen in (3). We allow the user to choose this type of extraposition and indicate whether it is obligatory or optional.8", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Questionnaire", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Finally, the user must add lexical types for clause-embedding verbs, at least one per complementation strategy, as we operate within a lexicalist view of syntax and the lexical type of the clauseembedding verb is therefore responsible for choosing which type of clausal complement to take. Here, we extended an already existing part of the questionnaire (the Lexicon) so that verb types can select for a complementation strategy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Web Questionnaire", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "As discussed in \u00a72.3, there appears to be little in the theoretical HPSG literature focused on a crosslinguistic account of basic complementation that can be directly incorporated into our library. However, we can leverage the existing Grammar Matrix analyses of various phenomena as well as those from other implemented grammars and extend or adapt them to cover clausal complementation; the 8Displacement to sentence-initial position is less mentioned in the typological literature, though it appears to be possible. We leave it to future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic Analysis", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Grammar Matrix provides us with a theoretical as well as an engineering basis. As is consistent with the Grammar Matrix's overarching goal, the main goal of our analysis is to provide the user-linguist with a range of typologically motivated possibilities rather than to focus on specific predictions of what is possible vs. what is not possible in the world's languages. In this section, we describe the building blocks of our analysis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntactic Analysis", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Complementizers can be treated as semantically empty elements that take a proposition as a complement (e.g. Siegel et al. 2016) . The Grammar Matrix already had a complementizer type which did not contribute its own predication but raised its complement's semantic identifier via the identity, as shown in (4).9", |
| "cite_spans": [ |
| { |
| "start": 108, |
| "end": 127, |
| "text": "Siegel et al. 2016)", |
| "ref_id": "BIBREF36" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "(4) 2 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 4 comp-lex-item", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "HEAD \" comp MOD h i # SUBJ h i COMPS h 1 2 6 6 6 6 6 6 6 4 HEAD verb SUBJ h i COMPS h i HOOK 2 3 7 7 7 7 7 7 7 5 i ARG-ST h 1 i RELS h! !i HOOK 2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "While posited originally for question particles in the yes/no questions library (Bender and Flickinger, 2005) , it was intended to generalize to clausal complementizers. In order to have clausal complementizers inherit from this supertype we move the ('main clause') value from the supertype (4) where it was posited originally to the clausal complementizer subtypes (5). This way question particles (not shown) can take main clauses as their complements but clausal complementizers cannot. Another change implemented to support our analysis is that complementizers now have the feature (with user-specified array of values). This is used to license certain complementizers only in combination with certain verb types. 10 9Empty semantic relations ( ) lists and identities as in (4) are characteristic of semantically empty elements.", |
| "cite_spans": [ |
| { |
| "start": 80, |
| "end": 109, |
| "text": "(Bender and Flickinger, 2005)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "10AVMs are abbreviated to focus on the primary points of interest. Note also that all such feature structures are arranged into a type hierarchy, such that more specific types, like (5), inherit all of the constraints of their supertypes, like (4). To model clausal complement-taking verbs,11 we introduce new lexical types. Lexical types in the Grammar Matrix typically specify both syntactic and semantic requirements on their dependents. Because cross-linguistically clausal complementtaking verbs can take both verbal and nominalized complements, our supertype in this space (6) leaves both underspecified. Otherwise, it is similar to transitive-verb-lex, which also specifies two arguments.12 (6) 2 6 6 6 6 6 6 6 6", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "cl-verb-lex SUBJ h i COMPS h 2 \" SUBJ h i COMPS h i # i ARG-ST h 1 h HEAD noun i , 2 i", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "3 7 7 7 7 7 7 7 7 7 7 7 5", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "Further subtypes inheriting from cl-verb-lex are based on the specific choices made by the user and make use of one of two already existing types: either transitive-lex-item, for nominalized complements, or clausal-second-arg-trans-lex-item, for all other types of clausal complements. This allows us to model the primary semantic e ect of nominalization: the introduction of an individualtype variable corresponding to the nominalized clause, which in turn allows for e.g. adjectival modifiers of that clause. In the semantic composition, transitive-lex-item takes the individualtype index of its complement as a semantic argument. Clausal-second-arg-trans-lex-item, on the other hand, expects an argument with an event-type index and combines with it semantically via a handle constraint to accommodate the MRS analysis of quantifier scope (Copestake et al., 2005) .", |
| "cite_spans": [ |
| { |
| "start": 842, |
| "end": 866, |
| "text": "(Copestake et al., 2005)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "For proper interaction with the case library (Drellishak, 2009) , clausal complement-taking verbs require a hierarchy which is aware of various case frames. In modeling a language with case, the user must specify a case frame for each verb type. For example, a verb can have nominativeaccusative argument structure, meaning the type will constrain its syntactic subject to bear nominative case and its object accusative. We added 11Often called the , complement-taking predicate, in syntactic and typological literature.", |
| "cite_spans": [ |
| { |
| "start": 45, |
| "end": 63, |
| "text": "(Drellishak, 2009)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "12In future work, we will extend the lexical types available to provide for more valence patterns with clausal complements, such as Kim told me that Sandy left. clausal complement strategies as argument structure choices and allowed the case frames that are available for non-clause-embedding verbs to be available for clausal complement strategies as well. The option which specifies a case constraint on the verb's object is not always available: it only makes sense for nominalized clausal objects.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Types", |
| "sec_num": "4.2.1" |
| }, |
| { |
| "text": "As noted in \u00a74.1 above, we leverage existing libraries to account for constraints on the morphology of embedded verbs imposed by complementizers or clausal-complement verbs. The result is that users can specify, for example, that the clausal complement be nominalized, at which point the resulting clausal-complement verb type will include the constraint shown in (7). We also extended the Morphotactics library to allow nominalized verbs to bear case inflections. For a specific example of how we accommodate lexical variation in complementation, consider Turkish, which has several complementation strategies. The verb isti ('want') can not only take nominalized complements like in (2) but also clauses headed by verbs in the optative form, as in (8). To model this, the user can add separate complementation strategies in the questionnaire for nominalization and for optative on the embedded verb, and a corresponding clausal complement-taking verb type to go with each strategy. The resulting grammar will include two lexical entries for isti, each belonging to a di erent type. One will only take complements with [ +, nonfinite] and the other [ , opt].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical Rules, Features, Nominalization", |
| "sec_num": "4.2.2" |
| }, |
| { |
| "text": "The most intricate part of this library is its interaction with the existing analysis of word order.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase Structure Rules, and", |
| "sec_num": "4.2.3" |
| }, |
| { |
| "text": "To account for basic word order, any Grammar Matrix-generated grammar will have some basic head-subject and head-complement rules, one of each when the word order is strict (e.g. SOV) and more if the order is flexible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase Structure Rules, and", |
| "sec_num": "4.2.3" |
| }, |
| { |
| "text": "When the complementizer or the main verb participates in a word order that is di erent from other verbs, we posit an additional head-complement rule (HCR) and, in some cases, an additional headsubject rule (HSR). Then we constrain them (as well as all lexical types that use the HCRs and HSRs) for one or both Boolean features, and . While similar features have been used before (Keller 1995; Crysmann 2013 ; see also Siegel et al. 2016, 59) , we incorporate them into a new customization logic so that sets of correct constraints are emitted automatically based on user choices. Examples (9)-(10) illustrate the general HCR and the additional one for extraposition that are emitted for one of many possible user-defined languages: an OVS language with extraposition. ", |
| "cite_spans": [ |
| { |
| "start": 379, |
| "end": 392, |
| "text": "(Keller 1995;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 393, |
| "end": 406, |
| "text": "Crysmann 2013", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 418, |
| "end": 441, |
| "text": "Siegel et al. 2016, 59)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase Structure Rules, and", |
| "sec_num": "4.2.3" |
| }, |
| { |
| "text": "V HSR V S O", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase Structure Rules, and", |
| "sec_num": "4.2.3" |
| }, |
| { |
| "text": "We use (a feature) on lexical types and on the head daughters of phrase structure rules to account for word order variations associated with subordinator attachment and with extraposition of objects from OV languages.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase Structure Rules, and", |
| "sec_num": "4.2.3" |
| }, |
| { |
| "text": "[ +] is associated with head-initial rules and [ ] with headfinal rules. We need a separate feature, (not shown), to handle extraposition in VOS and V-initial languages, because the order in these languages remains head-initial despite extraposition to the end of sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase Structure Rules, and", |
| "sec_num": "4.2.3" |
| }, |
| { |
| "text": "is constrained on list elements of clausal-complement selecting heads and on the non-head daughter of headinitial HCRs.13", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Phrase Structure Rules, and", |
| "sec_num": "4.2.3" |
| }, |
| { |
| "text": "In German, the word order is verb second (V2), but in clausal complements marked by a comple-13For an example of how is used, see mentizer the order is verb final. Fokkens (2014) implemented this type of word order variation in the Grammar Matrix framework but did not fully integrate it into the customization system. We incorporate part of her analysis so that the user can choose this type of word order variation directly via the questionnaire.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "German-like V2/V-final Variation", |
| "sec_num": "4.2.4" |
| }, |
| { |
| "text": "Encoding any particular structure is straightforward; the challenge is in emitting the right sets of structures with the right constraints given user choices, where the space of possible combinations is large. Furthermore, any additions need to be well integrated so that the constraints the new code emits should not interfere with what other libraries create. At the same time, it is not desirable to add unique structures where an existing one can be adapted, since this leads to unnecessarily large, complex and potentially overgenerating grammars. The goal is to implement an analysis that is suciently general to handle any typologically plausible language while at the same time emitting reasonably streamlined grammars.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "We begin by describing the procedure we use for creating test cases, both in development and in evaluation ( \u00a75). Test-driven development in the context of the Grammar Matrix relies on two components: the testsuites and the test choices files (i.e. grammar specifications). There is a testsuite and a choices file for each language that is used in development or evaluation. While the testsuite and the choices file are created separately, both are based on the descriptive grammar for the language in question (with the exception of artificial pseudolanguages discussed below which function more like 'unit tests' for the bits of our analysis). Specifically, we first collect the sentences illustrating clausal complementation from the descriptive grammar to compile the testsuites. Then, in a separate iteration, we read the descriptive grammar to the extent necessary to fill out the Grammar Matrix questionnaire for this language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test-driven Development", |
| "sec_num": "4.3.1" |
| }, |
| { |
| "text": "We build testsuites and choices files for pseudolanguages (defined by combinations of choices) and for 5 development languages (see \u00a75 for the details). The number of possible pseudolanguages is large: a conservative estimate which treats some bundles of choices as single dimensions is 2300, assuming one strategy per language. In testing we work with a 50 language sample which includes several languages with more than one complementation strategy. A testsuite consists of grammatical and ungrammatical sentences illustrating what is possible/impossible with respect to clausal complements in a given language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test-driven Development", |
| "sec_num": "4.3.1" |
| }, |
| { |
| "text": "For pseudolanguages testsuites, we construct all possible nonrecursive sentences14 illustrating the clausal complementation strategies that this language has. For development languages, the sentences either come directly or are adapted from the sections in descriptive grammars explaining how clausal complements work in this language. Here the sentences feature interacting phenomena such as tense and case.15 Crucially, we include corresponding impossible (ungrammatical) sentences to make sure they are not parsed. Consider a language with one strict strategy: SOV word order, obligatory complementizer attaching before the embedded clause, and obligatory extraposition of clausal complements. The testsuite will consist of 2 grammatical sentences, one for a simple SOV sentence and another that has an extraposed clausal complement with the complementizer. The ungrammatical sentences will include: a complex sentence with no complementizer, one with a complementizer attaching after the clause, one with a non-extraposed clausal complement, and a simple clause with SVO order. The more flexible the language, the more grammatical and fewer ungrammatical examples the testsuite will have.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test-driven Development", |
| "sec_num": "4.3.1" |
| }, |
| { |
| "text": "From the choices files which are created independently from the testsuites, grammar fragments are created with the original customization system. The grammars are loaded into the LKB software (Copestake, 2002) which can parse strings. Then we edit these grammars by hand until they behave correctly with respect to the yet unsupported clausal complements choices (as reflected by the grammars' coverage and overgeneration over the corresponding testsuites). Then we generalize the solutions in the resulting grammars and incorporate them in the customization system, continually testing with the regression tests. The result of this development is frozen before evaluation on held-14The vocabulary is minimal. 15In developing these testsuites, we sometimes must adapt the sentences to exclude phenomena that are not supposed to be supported by the system or to capture the full spectrum described by the grammar's author in prose but not fully illustrated by examples. This, along with the initial selection of which sentences to include in the grammar, introduces a certain amount of bias to the testsuites. out languages, described in \u00a75 below.", |
| "cite_spans": [ |
| { |
| "start": 192, |
| "end": 209, |
| "text": "(Copestake, 2002)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test-driven Development", |
| "sec_num": "4.3.1" |
| }, |
| { |
| "text": "We update the customization system as follows. A supertype for clausal-complement verbs (described in \u00a74.2) is now added in all cases when any clausal complement strategy is specified. A supertype for a complementizer is added whenever the user says there is a complementizer associated with any of the strategies. Appropriate subtypes are added based on the user choices, one per strategy, and constrained as described in \u00a74.3.3.16 Additional phrase structure rules are added according to the user choices. An additional HSR is added for VOS orders with extraposition. An additional HCR is added whenever the complementizer or the clause-embedding verb cannot use the basic HCR. In general, this means all situations when the basic order is e.g. head-final but there is either extraposition or the complementizer can attach clause-initially (or symmetrically, if the basic order is head-initial but the complementizer can attach clause-finally). In practice, it means checking combinations of choices: 8 for the word orders;17 3 for complementizer (obligatory, no, optional) ; 3 for complementizer attachment (before the clause, after, or both); 3 for extraposition (obligatory, no, optional).", |
| "cite_spans": [ |
| { |
| "start": 423, |
| "end": 432, |
| "text": "\u00a74.3.3.16", |
| "ref_id": null |
| }, |
| { |
| "start": 1049, |
| "end": 1075, |
| "text": "(obligatory, no, optional)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adding Types", |
| "sec_num": "4.3.2" |
| }, |
| { |
| "text": "After adding the types, we constrain them for the grammar to generate only grammatical strings (e.g. for features , , , ). We need to add constraints so that they do not clash with those placed by other libraries while not positing new types unless necessary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adding Constraints", |
| "sec_num": "4.3.3" |
| }, |
| { |
| "text": "The information about whether or (nominalization) constraints are needed on the relevant types comes directly from the choices files: the user would have specified a value or a nominalization strategy associated with the complementation strategy. The treatment of and however must be inferred from a fairly large space of choices combinations. Figure 1 shows the logic that we add to the customization system that lets it decide whether to use the feature.18 The decision depends on Figure 1 : Decision tree illustrating the logic of using the feature based on user choices whether there is a complementizer, whether it is obligatory or optional, what is the basic word order, is there extraposition and is it strict or flexible, and how does the complementizer attach to the clause. If the feature is used, then all HCR and all lexical items which can go through the HCR must be properly constrained for + or . The logic associated with the feature is simpler: it is used only with VOS and V-initial word orders when there is extraposition.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 344, |
| "end": 352, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 483, |
| "end": 491, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Adding Constraints", |
| "sec_num": "4.3.3" |
| }, |
| { |
| "text": "This section described the process and the main techniques used to implement the Clausal Complements library for the Grammar Matrix. We operate in a large space of theoretically possible user choices combinations (over 2300) where the ultimate goal is to emit streamlined grammars which behave correctly for any valid combination of choices (and a language defined by them). The development was driven by a sample of pseudoand illustrative (development) languages and was evaluated as described in the next section.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Summary", |
| "sec_num": "4.3.4" |
| }, |
| { |
| "text": "To test the typological legitimacy and the rigor of our analysis, we apply a three-stage process where we test grammars against testsuites. The process used in all stages is described in \u00a74.3.1. The first two stages involving 50 pseudolanguages and 5 development languages are part of the test-driven development. We chose the development languages which exhibited the full range of in-scope complementation phenomena and for which we had both some sentences and a description su cient for us to fill out the questionnaire. Table 1 summarizes cedes verb); pos (grammatical sentences); S comp (clause followed by complementizer); strat (strategy); VO (verb precedes object); WO (word order). Language families: AA (Afro-Asiatic); Astrn (Austronesian); Awk (Arawak); IE (Indo-European); NS (Nilo-Saharan); NC (Niger-Congo); PN (Pama-Nyungan); PP (Plateau Penutian); Tur (Turkic).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 524, |
| "end": 542, |
| "text": "Table 1 summarizes", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "the phenomena covered by the development languages.19", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "As for testing the interaction with other libraries, we included all the choices that were relevant to the testsuites. For example, if the language has case and the sentences with clausal complements showed this, we filled out the Case portion of the questionnaire and added appropriate lexical rules on the Morphology page. Case, word order, morphology, and tense, aspect and mood choices came up most often.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "After addressing a few issues uncovered by the pseudo-and development languages, we achieve 100% coverage and 0% overgeneration on their testsuites (Table 1) . Furthermore, we checked that all parses for each sentence are warranted, i.e. there is no unwanted ambiguity. At the same time, the library was used in a course where students implemented grammar fragments for 5 more languages,21 which helped us discover an issue in the interaction with the information structure library (Song, 2014) .", |
| "cite_spans": [ |
| { |
| "start": 482, |
| "end": 494, |
| "text": "(Song, 2014)", |
| "ref_id": "BIBREF37" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 148, |
| "end": 157, |
| "text": "(Table 1)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Finally, we evaluate the library on 5 held-out languages from di erent language families than the development languages.22 The results are presented in Table 2 . Coverage and overgeneration are given in numbers of sentences in the testsuite (4/8 means 4 out of 8 were parsed).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 152, |
| "end": 159, |
| "text": "Table 2", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In Jalkunan (SOV), there is a kind of clausal Sapp, 2006 ), Tagalog (Hoenigswald et al., 1975 , Lango (Noonan, 2007) , Turkish (Kornfilt, 2013). The first author, a native speaker of Russian, provided the testsuite and the choices for Russian.", |
| "cite_spans": [ |
| { |
| "start": 46, |
| "end": 56, |
| "text": "Sapp, 2006", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 57, |
| "end": 93, |
| "text": "), Tagalog (Hoenigswald et al., 1975", |
| "ref_id": null |
| }, |
| { |
| "start": 102, |
| "end": 116, |
| "text": "(Noonan, 2007)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "19German (", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "20We targeted a fragment of German with obligatory complementizers and V2/V-final word order variation. 22The number of languages is limited by time constraints. We pick held-out languages randomly from a pool of descriptive grammars and reject them if they come from a language family already used or if the grammars do not cover basic clausal complements. Grammars: Jalkunan (Heath, 2017), Paresi-Haliti (Brand\u00e3o) , Sahaptin (Jansen, 2010) , Hebrew (Zuckermann, 2006 ), Wangkangurru (Hercus, 1994 . complement extraposition where a \"dummy\" 3 pronoun (similar to it in English) stays in the sentence-medial position while the clausal complement is extraposed (Heath, 2017). We had not considered this strategy during the development since we hadn't come across it in the literature, so we could not parse those items. In addition, we discovered a bug in the interaction with the word order library which places constraints on the order of auxiliaries and their complements. Some of the Jalkunan sentences had auxiliaries, and we also could not parse them due to the bug; hence the 50% coverage. On all other languages we achieve 100% coverage and 0% overgeneration (again, with no spurious ambiguity).", |
| "cite_spans": [ |
| { |
| "start": 406, |
| "end": 415, |
| "text": "(Brand\u00e3o)", |
| "ref_id": null |
| }, |
| { |
| "start": 427, |
| "end": 441, |
| "text": "(Jansen, 2010)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 444, |
| "end": 468, |
| "text": "Hebrew (Zuckermann, 2006", |
| "ref_id": null |
| }, |
| { |
| "start": 469, |
| "end": 498, |
| "text": "), Wangkangurru (Hercus, 1994", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The testsuites represent typologically diverse languages, and so one testsuite may emphasize word order variation, another morphology, etc. The descriptive grammars for held-out languages only included one in-scope strategy per language. In general, our held-out grammars contain relatively few examples which illustrated basic complementation.23 Our source for Modern Hebrew, Zuckermann 2006, for example, identified a single strict complementation strategy, and so for that language we have just one grammatical sentence illustrating simple noun complementation and one grammatical sentence illustrating clausal complementation. The more strategies in a language, the more flexible they are, and the clearer the author of the grammar describes them in isolation from other phenomena, the more sentences we can include. The point of the evaluation is to approx-23Descriptive grammars seem to prioritize complicated examples of complex clauses. This di ers from the data from development languages which were picked so as to better inform the implementation of the library.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "imate quantitatively how well a system would do for a linguist working from a reasonably thorough description of a language we had not worked with.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Testing, Evaluation, and Error Analysis", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We presented a clausal complements library for the LinGO Grammar Matrix. To this end, we implemented an HPSG-based analysis of a range of complementation phenomena attested in the typological literature. The library allows the grammar engineer to include basic clausal complements in their starter grammar in a streamlined system with appropriate interaction with other phenomena, thus extending the initial coverage of the grammar fragment that can be obtained automatically. Available choices define thousands of possible combinations for which the library needs to emit correct code. We make sure we have correct behavior on a sample of 50 choices combinations and 5 development languages; on testsuites from 5 held-out languages, we achieve 88% coverage and no overgeneration.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In the future, we plan to extend the system to handle such related phenomena as subject sharing, sentential subjects, embedded questions, and displacement to the beginning of the clause. In terms of interactions with other libraries, we will look at complex sentences combining clausal complements and clausal modifiers and coordinated clausal complements. Our library will also serve as a foundation for testing future additions to the Grammar Matrix for their interaction with subordinate clauses, e.g. wh-questions. Finally, we plan to explore how to infer answers to our additions to the questionnaire from collections of interlinear glossed text, along the lines of Bender et al. (2013) and Bender et al. (2014) .", |
| "cite_spans": [ |
| { |
| "start": 671, |
| "end": 691, |
| "text": "Bender et al. (2013)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 696, |
| "end": 716, |
| "text": "Bender et al. (2014)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "7While our analysis draws on a comprehensive review of typological literature, we do not make any typological claims as part of this work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "16A type can be instantiated by multiple lexical entries. 17Excluding V2 and free. 18Abbreviations forFigure andTables: comp (complementizer); extrap (extraposition); fam (family); morph (morpheme); neg (ungrammatical sentences); nmz (nominalization); oblig (obligatory); opt (optional); OV (object pre-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We thank the anonymous reviewers for SCiL 2019 for helpful discussion.This material is based upon work supported by the National Science Foundation under Grant No. BCS-1561833. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Learning grammar specifications from IGT: A case study of Chintang", |
| "authors": [ |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| }, |
| { |
| "first": "Joshua", |
| "middle": [], |
| "last": "Crowgey", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "Wayne" |
| ], |
| "last": "Goodman", |
| "suffix": "" |
| }, |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Xia", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 2014 Workshop on the Use of Computational Methods in the Study of Endangered Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "43--53", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Emily M. Bender, Joshua Crowgey, Michael Wayne Goodman, and Fei Xia. 2014. Learning grammar specifications from IGT: A case study of Chintang. In Proceedings of the 2014 Workshop on the Use of Computational Methods in the Study of Endangered Languages, pages 43-53. Association for Computa- tional Linguistics.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Antske Fokkens, Laurie Poulson, and Safiyyah Saleem", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Emily", |
| "suffix": "" |
| }, |
| { |
| "first": "Scott", |
| "middle": [], |
| "last": "Bender", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Drellishak", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Research on Language & Computation", |
| "volume": "8", |
| "issue": "1", |
| "pages": "23--72", |
| "other_ids": { |
| "DOI": [ |
| "10.1007/s11168-010-9070-1" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Emily M Bender, Scott Drellishak, Antske Fokkens, Laurie Poulson, and Safiyyah Saleem. 2010. Gram- mar customization. Research on Language & Com- putation, 8(1):23-72. 10.1007/s11168-010-9070-1.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Rapid prototyping of scalable grammars: Towards modularity in extensions to a language-independent core", |
| "authors": [ |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 2nd International Joint Conference on Natural Language Processing IJCNLP-05 (Posters/Demos)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Emily M. Bender and Dan Flickinger. 2005. Rapid prototyping of scalable grammars: Towards modu- larity in extensions to a language-independent core. In Proceedings of the 2nd International Joint Con- ference on Natural Language Processing IJCNLP-05 (Posters/Demos), Jeju Island, Korea.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "The Grammar Matrix: An open-source starterkit for the rapid development of cross-linguistically consistent broad-coverage precision grammars", |
| "authors": [ |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephan", |
| "middle": [], |
| "last": "Oepen", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the Workshop on Grammar Engineering and Evaluation at the 19th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "8--14", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Emily M. Bender, Dan Flickinger, and Stephan Oepen. 2002. The Grammar Matrix: An open-source starter- kit for the rapid development of cross-linguistically consistent broad-coverage precision grammars. In Proceedings of the Workshop on Grammar Engineer- ing and Evaluation at the 19th International Con- ference on Computational Linguistics, pages 8-14, Taipei, Taiwan.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Towards creating precision grammars from interlinear glossed text: Inferring large-scale typological properties", |
| "authors": [ |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [ |
| "Wayne" |
| ], |
| "last": "Goodman", |
| "suffix": "" |
| }, |
| { |
| "first": "Joshua", |
| "middle": [], |
| "last": "Crowgey", |
| "suffix": "" |
| }, |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Xia", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 7th Workshop on Language Technology for Cultural Heritage, Social Sciences, and Humanities", |
| "volume": "", |
| "issue": "", |
| "pages": "74--83", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Emily M. Bender, Michael Wayne Goodman, Joshua Crowgey, and Fei Xia. 2013. Towards creating pre- cision grammars from interlinear glossed text: Infer- ring large-scale typological properties. In Proceed- ings of the 7th Workshop on Language Technology for Cultural Heritage, Social Sciences, and Human- ities, pages 74-83, Sofia, Bulgaria. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A Reference Grammar of Paresi-Haliti (Arawak)", |
| "authors": [ |
| { |
| "first": "Ana Paula Barros", |
| "middle": [], |
| "last": "Brand\u00e3o", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ana Paula Barros Brand\u00e3o. A Reference Grammar of Paresi-Haliti (Arawak). Ph.D. thesis, The University of Texas at Austin.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Urdu and the Parallel Grammar project", |
| "authors": [ |
| { |
| "first": "Miriam", |
| "middle": [], |
| "last": "Butt", |
| "suffix": "" |
| }, |
| { |
| "first": "Tracy Holloway", |
| "middle": [], |
| "last": "King", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the 3rd workshop on Asian language resources and international standardization", |
| "volume": "12", |
| "issue": "", |
| "pages": "1--3", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miriam Butt and Tracy Holloway King. 2002. Urdu and the Parallel Grammar project. In Proceedings of the 3rd workshop on Asian language resources and international standardization-Volume 12, pages 1-3. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Appendix: Definitions of typed feature structures", |
| "authors": [ |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Natural Language Engineering", |
| "volume": "6", |
| "issue": "01", |
| "pages": "109--112", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ann Copestake. 2000. Appendix: Definitions of typed feature structures. Natural Language Engineering, 6(01):109-112.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Implementing typed feature structure grammars", |
| "authors": [ |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ann Copestake. 2002. Implementing typed feature structure grammars. CSLI publications Stanford.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Minimal recursion semantics: An introduction", |
| "authors": [ |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "Pollard", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivan", |
| "middle": [ |
| "A" |
| ], |
| "last": "Sag", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "3", |
| "issue": "", |
| "pages": "281--332", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ann Copestake, Dan Flickinger, Carl Pollard, and Ivan A Sag. 2005. Minimal recursion semantics: An introduction. Research on language and compu- tation, 3(2-3):281-332.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "On the locality of complement clause and relative clause extraposition. Rightward movement in a comparative perspective", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Berthold Crysmann", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "200", |
| "issue": "", |
| "pages": "369--395", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Berthold Crysmann. 2013. On the locality of com- plement clause and relative clause extraposition. Rightward movement in a comparative perspective, 200:369-395.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Widespread but Not Universal: Improving the Typological Coverage of the Grammar Matrix", |
| "authors": [ |
| { |
| "first": "Scott", |
| "middle": [], |
| "last": "Drellishak", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Scott Drellishak. 2009. Widespread but Not Universal: Improving the Typological Coverage of the Grammar Matrix. Ph.D. thesis, University of Washington.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Handling linear precedence constraints by unification", |
| "authors": [ |
| { |
| "first": "Judith", |
| "middle": [], |
| "last": "Engelkamp", |
| "suffix": "" |
| }, |
| { |
| "first": "Gregor", |
| "middle": [], |
| "last": "Erbach", |
| "suffix": "" |
| }, |
| { |
| "first": "Hans", |
| "middle": [], |
| "last": "Uszkoreit", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 30th annual meeting on Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "201--208", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Judith Engelkamp, Gregor Erbach, and Hans Uszko- reit. 1992. Handling linear precedence constraints by unification. In Proceedings of the 30th annual meeting on Association for Computational Linguis- tics, pages 201-208. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "On building a more e cient grammar by exploiting types", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Natural Language Engineering", |
| "volume": "6", |
| "issue": "01", |
| "pages": "15--28", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dan Flickinger. 2000. On building a more e cient grammar by exploiting types. Natural Language En- gineering, 6(01):15-28.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Accuracy v. robustness in grammar engineering", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dan Flickinger. 2011. Accuracy v. robustness in gram- mar engineering. In Emily M. Bender and Jennifer E.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Language from a Cognitive Perspective: Grammar, Usage and Processing", |
| "authors": [ |
| { |
| "first": "Arnold", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "31--50", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Arnold, editors, Language from a Cognitive Perspec- tive: Grammar, Usage and Processing, pages 31-50. CSLI Publications, Stanford, CA.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Enhancing Empirical Research for Linguistically Motivated Precision Grammars", |
| "authors": [ |
| { |
| "first": "Antske", |
| "middle": [], |
| "last": "Sibelle", |
| "suffix": "" |
| }, |
| { |
| "first": "Fokkens", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Antske Sibelle Fokkens. 2014. Enhancing Empiri- cal Research for Linguistically Motivated Precision Grammars. Ph.D. thesis, Department of Computa- tional Linguistics, Universit\u00e4t des Saarlandes.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Interrogative investigations. Stanford: CSLI publications", |
| "authors": [ |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Ginzburg", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Sag", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jonathan Ginzburg and Ivan Sag. 2000. Interrogative investigations. Stanford: CSLI publications.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Generation of machine-readable morphological rules from humanreadable input. Seattle: University of Washington Working Papers in Linguistics", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Michael Wayne Goodman", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Wayne Goodman. 2013. Generation of machine-readable morphological rules from human- readable input. Seattle: University of Washington Working Papers in Linguistics, 30.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "What's in a word? Refining the morphotactic infrastructure in the LinGO Grammar Matrix customization system", |
| "authors": [ |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Michael Wayne Goodman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bender", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Workshop on Morphology and Formal Grammar", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Wayne Goodman and Emily M. Bender. 2010. What's in a word? Refining the morphotactic infras- tructure in the LinGO Grammar Matrix customiza- tion system. In Workshop on Morphology and For- mal Grammar, Paris.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "A grammar of Jalkunan (Mande, Burkina Faso). Language Description Heritage Library", |
| "authors": [ |
| { |
| "first": "Je", |
| "middle": [], |
| "last": "Rey", |
| "suffix": "" |
| }, |
| { |
| "first": "Heath", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Je rey Heath. 2017. A grammar of Jalkunan (Mande, Burkina Faso). Language Description Heritage Li- brary.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "A grammar of the Arabana-Wangkangurru language: Lake Eyre Basin", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Luise", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hercus", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Luise A Hercus. 1994. A grammar of the Arabana- Wangkangurru language: Lake Eyre Basin, South Australia. Australian National Univ.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Clausal modifiers in the grammar matrix", |
| "authors": [ |
| { |
| "first": "Kristen", |
| "middle": [], |
| "last": "Howell", |
| "suffix": "" |
| }, |
| { |
| "first": "Olga", |
| "middle": [], |
| "last": "Zamaraeva", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 27th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "2939--2952", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kristen Howell and Olga Zamaraeva. 2018. Clausal modifiers in the grammar matrix. In Proceedings of the 27th International Conference on Computational Linguistics, pages 2939-2952.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Nominalized clauses in the Grammar Matrix", |
| "authors": [ |
| { |
| "first": "Kristen", |
| "middle": [], |
| "last": "Howell", |
| "suffix": "" |
| }, |
| { |
| "first": "Olga", |
| "middle": [], |
| "last": "Zamaraeva", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 25th International Conference on Head-Driven Phrase Structure Grammar", |
| "volume": "", |
| "issue": "", |
| "pages": "68--88", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kristen Howell, Olga Zamaraeva, and Emily M. Bender. 2018. Nominalized clauses in the Grammar Matrix. In Proceedings of the 25th International Conference on Head-Driven Phrase Structure Grammar, pages 68-88.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "A Grammar of Yakima Ichishk\u00edin/Sahaptin", |
| "authors": [ |
| { |
| "first": "Joana", |
| "middle": [ |
| "Worth" |
| ], |
| "last": "Jansen", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joana Worth Jansen. 2010. A Grammar of Yakima Ichishk\u00edin/Sahaptin. Ph.D. thesis, University of Ore- gon.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Towards an account of extraposition in HPSG", |
| "authors": [ |
| { |
| "first": "Frank", |
| "middle": [], |
| "last": "Keller", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the seventh conference on European chapter of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "301--306", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frank Keller. 1995. Towards an account of extraposi- tion in HPSG. In Proceedings of the seventh con- ference on European chapter of the Association for Computational Linguistics, pages 301-306. Morgan Kaufmann Publishers Inc.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "The CoreGram project: Theoretical linguistics, theory development and verification", |
| "authors": [ |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "M\u00fcller", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Journal of Language Modelling", |
| "volume": "3", |
| "issue": "1", |
| "pages": "21--86", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stefan M\u00fcller. 2015. The CoreGram project: Theoreti- cal linguistics, theory development and verification. Journal of Language Modelling, 3(1):21-86.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Language Typology and Syntactic Description", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Noonan", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Noonan. 2007. Complementation. In Timothy Shopen, editor, Language Typology and Syntactic Description, volume 2. Cambridge University Press, Cambridge, UK.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "A morphotactic infrastructure for a grammar customization system", |
| "authors": [ |
| { |
| "first": "O'", |
| "middle": [], |
| "last": "Kelly", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hara", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kelly O'Hara. 2008. A morphotactic infrastructure for a grammar customization system. Ph.D. thesis, Uni- versity of Washington.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Head-Driven Phrase Structure Grammar", |
| "authors": [ |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "Pollard", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivan", |
| "middle": [ |
| "A" |
| ], |
| "last": "Sag", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Studies in Contemporary Linguistics. The University of", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carl Pollard and Ivan A. Sag. 1994. Head-Driven Phrase Structure Grammar. Studies in Contempo- rary Linguistics. The University of Chicago Press and CSLI Publications, Chicago, IL and Stanford, CA.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Meta-modeling of tense and aspect in a cross-linguistic grammar engineering platform", |
| "authors": [ |
| { |
| "first": "Laurie", |
| "middle": [], |
| "last": "Poulson", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laurie Poulson. 2011. Meta-modeling of tense and as- pect in a cross-linguistic grammar engineering plat- form. University of Washington Working Papers in Linguistics (UWWPL), 28.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Syntactic Theory: A Formal Introduction", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ivan", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Sag", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Wasow", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bender", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ivan A. Sag, Thomas Wasow, and Emily M. Bender. 2003. Syntactic Theory: A Formal Introduction, second edition. CSLI, Stanford, CA.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Argument optionality in the LinGO Grammar Matrix", |
| "authors": [ |
| { |
| "first": "Safiyyah", |
| "middle": [], |
| "last": "Saleem", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 23rd international conference on computational linguistics: posters", |
| "volume": "", |
| "issue": "", |
| "pages": "1068--1076", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Safiyyah Saleem and Emily M Bender. 2010. Argu- ment optionality in the LinGO Grammar Matrix. In Proceedings of the 23rd international conference on computational linguistics: posters, pages 1068- 1076. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Verb order in subordinate clauses from Early New High German to Modern German", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Christopher", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Sapp", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christopher D Sapp. 2006. Verb order in subordinate clauses from Early New High German to Modern German. Indiana University.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Jacy: An Implemented Grammar of Japanese. CSLI Studies in Computational Linguistics", |
| "authors": [ |
| { |
| "first": "Melanie", |
| "middle": [], |
| "last": "Siegel", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| }, |
| { |
| "first": "Francis", |
| "middle": [], |
| "last": "Bond", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Melanie Siegel, Emily M. Bender, and Francis Bond. 2016. Jacy: An Implemented Grammar of Japanese. CSLI Studies in Computational Linguistics. CSLI Publications, Stanford CA.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "A grammar library for information structure", |
| "authors": [ |
| { |
| "first": "Sanghoun", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sanghoun Song. 2014. A grammar library for informa- tion structure. Ph.D. thesis, University of Washing- ton.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "A cross-linguistic account of subordinator and subordinate clause position", |
| "authors": [ |
| { |
| "first": "Olga", |
| "middle": [], |
| "last": "Zamaraeva", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristen", |
| "middle": [], |
| "last": "Howell", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "The 25th International Conference on Head-Driven Phrase Structure Grammar", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Olga Zamaraeva, Kristen Howell, and Emily M Ben- der. 2018. A cross-linguistic account of subordinator and subordinate clause position. Poster presented at The 25th International Conference on Head-Driven Phrase Structure Grammar, Tokyo, Japan.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Complement clause types in Israeli", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ghil'ad Zuckermann", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ghil'ad Zuckermann. 2006. Complement clause types in Israeli. Oxford University Press.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "type_str": "figure", |
| "num": null, |
| "uris": null, |
| "text": "21Akuntsu [aqz] (Tupian); Lhasa Tibetan [bod] (Tibeto-Burman), Dzongkha [dzo] (Tibeto-Burman), Dagaare [gur] (Niger-Congo), Yolmo [scp] (Tibeto-Burman)." |
| }, |
| "TABREF5": { |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "text": "Coverage and overgeneration on sentences from held-out language families.", |
| "content": "<table/>" |
| } |
| } |
| } |
| } |