|
{ |
|
"paper_id": "C90-2019", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T12:36:19.186051Z" |
|
}, |
|
"title": "Generating French with a Reversible Unification Grammar", |
|
"authors": [ |
|
{ |
|
"first": "Dominique", |
|
"middle": [], |
|
"last": "Estival", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "Environnement Linguistique d' Unification", |
|
"institution": "", |
|
"location": {} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "ISSCO 54 rte des Acacias, CH-1227 Geneva O. Intr~cluction In this paper, we describe the linguistic solutions to some of the problems encountered in writing a reversible French grammar. This grammar is primarily intended to be one of the components of a machine translation system built using ELU, 1 an enhanced PATR-II style unification grammar linguistic environment based on the LID system described in Johnson and Rosner (1989), but it is also part of our more general experimentation with fully reversible grammars. The requirement that it be reversible imposes a stringent criterion of linguistic adequacy on a grammar, siuce it is not allowed to overgenerate while it must at the same time provide a large coverage for analysis (Dymetman and IsabeUe (1988)). Formally, grammars that are fully reversible must be completely declarative, since no reierence can be made in the grammar rules to the process (analyzer or synthesizer) which will use them. The unification formalism makes itt possible to write such grammar statements, because due to the associativity and commutativity of the unitication operation, the result of unifying feature structures is independent of the order in which they are unitied (Appelt (1989)). Writing reversible grammars, however, presents problems which do not arise in the traditional grammars used for either analysis or generation. In addition, the progress accomplished recently in building generators for unification grammars has already revealed some of the problems posed by unificationbased reversible grammars. 2 As shown by Russell et al. (1990), even though the grammar rules do not refer to the generation process, the generation algorithm imposes particular constraints on the grammar formalism. 3 This paper concentrates particularly on the problems encountered in the generation of French, specifically in the analysis to be given to clitics.", |
|
"pdf_parse": { |
|
"paper_id": "C90-2019", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "ISSCO 54 rte des Acacias, CH-1227 Geneva O. Intr~cluction In this paper, we describe the linguistic solutions to some of the problems encountered in writing a reversible French grammar. This grammar is primarily intended to be one of the components of a machine translation system built using ELU, 1 an enhanced PATR-II style unification grammar linguistic environment based on the LID system described in Johnson and Rosner (1989), but it is also part of our more general experimentation with fully reversible grammars. The requirement that it be reversible imposes a stringent criterion of linguistic adequacy on a grammar, siuce it is not allowed to overgenerate while it must at the same time provide a large coverage for analysis (Dymetman and IsabeUe (1988)). Formally, grammars that are fully reversible must be completely declarative, since no reierence can be made in the grammar rules to the process (analyzer or synthesizer) which will use them. The unification formalism makes itt possible to write such grammar statements, because due to the associativity and commutativity of the unitication operation, the result of unifying feature structures is independent of the order in which they are unitied (Appelt (1989)). Writing reversible grammars, however, presents problems which do not arise in the traditional grammars used for either analysis or generation. In addition, the progress accomplished recently in building generators for unification grammars has already revealed some of the problems posed by unificationbased reversible grammars. 2 As shown by Russell et al. (1990), even though the grammar rules do not refer to the generation process, the generation algorithm imposes particular constraints on the grammar formalism. 3 This paper concentrates particularly on the problems encountered in the generation of French, specifically in the analysis to be given to clitics.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "We first briefly describe the aspects of the generation algorithm and of the grammar formalism which are relevant to the particular problems under discussion, then present the facts of French syntax which pose those problems and the solutions we have adopted.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The generation algorithm of ELU is based on the algorithm described in Shieber et al. (1989) and was developed at ISSCO by J. Carroll. 4 Generation is head-driven: each role has a \"semantic head\" (see Shieber (1988) ), which is specified by the ~ammar writer, and the head daughter of a rule is generated before its siblings. The depth-first algorithm defines a downward path through the semantic heads of rules.", |
|
"cite_spans": [ |
|
{ |
|
"start": 71, |
|
"end": 92, |
|
"text": "Shieber et al. (1989)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 201, |
|
"end": 215, |
|
"text": "Shieber (1988)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generator", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "This algorithm does not require that the grammar be semantically monotonic. Non-monoto]tficity is obtained by having the generator distinguish two types of rules in the grammar, \"chaining\" arKl \"nonchaining\" rules, and by introducing the notion of \"pivot\". Following from this distinction, it employs both bottom-up and top-down processing.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generator", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The partition of the set of grammar rules into chaining and non-chaining rules is pre-compiled from the specification of what counts as the \"semantics\" of a feature structure. In a chaining rule, the mother and the head daughter have identical semantics; chaining rules are used bottom-up from the \"pivot\", which is defined as the lowest point in the path through the head daughters of chaining rules at which the semantics of the feature structure remains unchanged. In a non-chaining rule, the mother and the head daughter have different semantics; non-chaining rules are used top-down from the pivot.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generator", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The efficiency of the ELU generator depends in a large part on the restrictors defined by the grammar writer. Computing the pivot, i.e. creating a teachability table for chaining rules, and bottom-up processing are both controlled by pre-compiled \"linking\" inforo mation, which is encoded as sets of restrictor values. A restrictor is a specification of a value wlfich can be computed from a feature structure (syntactic category, for example, is often defined as a resUictor). Before attempting unification between two feature structures, the values tbr the restrictors are checked in both of them; if these values are not compatible, unitication would be bound to fail mid is not tried. As linking information is only relevant for chaining rules, it is only used bottom-up during processing, ~md since by definition, chaining rules have the same semantics for their heads, linking information must be syntactic. Restrictors are also used heavily m the selection of lexical items, so the attributes chosen as restrictors have to be good discriminauts between i~ature structures. 5 \"Ihe generation algorithm by itself guarantees neither the completeness nor the coherence of tile resulting feature structure. The responsibility tbr prevent\u00b0 ing the generation of structures which unify with the input, bu~ me incomplete (i.e. ensuring completeness) rests with the grmnmar writer: any structure which needs to be generated in its entirety should not be represented as an uncotx~trained ti~ature structure, but must be specified as another data type, i,e. a list, a tree, or a user-defined type expression. Tt~e graulmar writer and the generator share tile responsibility for preventing additions to the input structure (i.e. preserving coherence): the gramm~ writer must again select the appropriate data types, and the generator \"tTcezes\" uninstantiated variables that occur in the input.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1080, |
|
"end": 1081, |
|
"text": "5", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generator", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The choice of appropriate data types as well as of good restrictors is therclore crucial to ensure flint the grammar is not only efficient but usable in generation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Generator", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The syntactic ieplesentations built by file parser are trees where each node is a directed acyclic graph consisting of atuibute-value pairs (i.e. a feature struc~ ture which allows reentrancy). 'File semantic represemations used ~s input by the generator are feature structures derived from the syntactic trees.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The G, rammar Formalism.", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "The gr~unmar rules consist of context-free phrase structure rules annotated with corrstraint equatiotrs expressing relations between the categories mentioned ill the rule. The ELU tormalism provides a generalization of the template facility of PATR-II, the \"relational abstractions\", which are statements abstracting over sets of constraint equations. These statements may receive multiple and mcursive definitions. To give multiple definitions to a relational abstraction permits collapsing what i~l an unextended PATR-Iike formalism would be several distinct rules, and is a powerful way to capture linguistic generalizations. Multiple definitions, however, give rise to a high degree of non-determinism during processing. Therefbre, while the parser expands multiple definitions whenever they are encountered, the generator uses a lazier approach and only expands them when they are needed. Nevertheless, tiffs strategy is not sufficient, and the problem posed by the non-determinism of relational abstractions is the most complex and severe of the grammar/generator interactions described in Russell et al. (1990) , because of its adverse effects on the restliclion of top-down generation.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1096, |
|
"end": 1117, |
|
"text": "Russell et al. (1990)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The G, rammar Formalism.", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "Any French gr~wnmar must account for the position aid ordering of preverbal clitics. While full complement aud modifier ptwases occur to tile right of the mah~ verb of a clause, up to three elitics may occur in front of a verb, as in (1). 111 m'y en a fait p,'u-t. he me there of it informed He infot~ned me of it there. Moreover, tile clitics must appear in a fixed order, which, as shown ill (2), is independent of the semantics of the critics.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "(2) a. Ils vous l'y ont dolm~e. they to you it there gave They gave it to yott there. b. *Ils leur l'y ont dotm6e. they to them it there gave 77wy gm, e it to them there. This f~ed order can be represented by the traditional table given in (3). 6", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "(3) Ordering of French ditics me le lui y en te la leur se les nous vous in most accounts of the distribution shown in (3), tile problem is simplified, because only subcategolized complements are de'tit with. A French preverbal elitic, however, is not necessarily a subcategorized complement of the verb; adverbials and parts of complement phrases can also cliticize, and the grammatical category of some clitics is that of adverbs or quantifiers. The contrast between (4.a) and (4.b) shows that a clitic can be either a full complement, or part of a complement. In (4.a), en is the full prepositional object of the verb parler, while in (4.b), en represents the partitive prepositional phrase which is the complement of the object of vouloir. 4 [I want two of these apples] The contrast between (5.a) and (5.b) shows that a elitic can either be subcategorized or not. In (5.a), y is the subcategorized complement of the verb aller, while in (5.b), y is a locative adverb, which is not subcategorized by the verb dormir. 5 Table ( 3), there are other lexical items which are not usually considered in the treatment of French clitics, but whose behavior is closely related. 7 The negative elements pas, plus, jamais, rien, and the quantifiers tant, autant, plus, moins and tout 8 also cliticize and may appear preverbally.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 1023, |
|
"end": 1030, |
|
"text": "Table (", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "While ,all the clifics of Table ( 3) must appear in front of the traditional AUX constituent (i.e. before any of the verbal elements of the VP), the examples in (6) slhow that the elements of this second set appear inside AUX, more precisely after the first tensebearing verbal form. (6) a. I1 n'en avaitjamais 4t6 persuad6, he had never been sure of it b. I1 n' en avait jamais rien cru.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 26, |
|
"end": 33, |
|
"text": "Table (", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "he had never believed any of it c. Je n'y en ai jamais autant vu.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "I had never seen so many of them there 7 They are, however, the subject of work in theoretical linguistics, see e.g. Perlmutter (197l) , Emonds (1975) , Kayne (1975) , and more recently Pollock (1989) . Interestingly, though it was developed in a different framework and for different reasons, our treatment of those elements is compatible with the latter's analysis (cf. also fn.9).", |
|
"cite_spans": [ |
|
{ |
|
"start": 117, |
|
"end": 134, |
|
"text": "Perlmutter (197l)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 137, |
|
"end": 150, |
|
"text": "Emonds (1975)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 153, |
|
"end": 165, |
|
"text": "Kayne (1975)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 186, |
|
"end": 200, |
|
"text": "Pollock (1989)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "8 The quantifier tout has actually several forms, inflected for gender and number: tout/tousltoute/toutes.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "There are thus at least two slots for clitics inside a French VP, and neither of these slots correlates with argumenthood. The quantifiers rien and autant which appear inside AUX in (6.b) and (6.c) are (paJtts) of the argument of the verbs croire and voir, and so is the quantifier en, which is in front of the AUX. On the other hand, the adverb y is not an argument in (6.c), nor is jamais in (6.a-c) .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 394, |
|
"end": 401, |
|
"text": "(6.a-c)", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "Therefore, the lexical entry of every clitic element must specify not only that it is a clitic but whether it appears in front of or inside the AUX constituent.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "French Critics", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "Theoretically, the fundamental problem posed by clitics stems from their dual nature, syntactic' and morphological, and partly consists in deciding whether to treat them by syntactic or by morphological processes. 9", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Generation", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "Descriptively, there are three issues to be addressed: argument-binding, linear ordering rela-tior~s, and categorial status of the clitics. All three give rise to problems in generation due to nondeterminism, for which the solution is to ensure that the lexical verb is instantiated as soon as possible.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Generation", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "The unification formalism makes it very natural to encode syntactic information in the lexicon and with a lexicalist approach, our treatment of arguments is straightforward: we make the standard use of a subcategorization list to encode the complements a verb requires. Since any complement phrase may be realized as a clitic, this fact is not mentioned in the subcategorization list. to 9 E.g., restrictions on coordination show that clitics are not independent syntactic constituents.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Subcategorizatlon", |
|
"sec_num": "4.1." |
|
}, |
|
{ |
|
"text": "(i) * I1 me et te connait.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Subcategorizatlon", |
|
"sec_num": "4.1." |
|
}, |
|
{ |
|
"text": "Cf. the various analyses presented in Borer (1986) . More recently (Rizzi and Roberts (1989) , Kayne (1990) ), the question has been reformulated in terms of the type of mechanism (adjunction or substitution) involved in cliticization and of whether clitics are phrasal heads or not. With the lexicalist approach adopted in our grammars both types of processes can be referred to in the lexicon, but it is of course still desirable that the two be clearly separated. l0 This analysis contrast with that of Baschung et al. (1987 Baschung et al. ( ), or B6s et al. (1989 , which treats separately complements appearing to the left and complements appearing to the right of the verb. Their reason for doing so is that they take the variants shown in (i) and (ii) to indicate a relatively free order of complements (sulx-ategorized or not) in French.", |
|
"cite_spans": [ |
|
{ |
|
"start": 38, |
|
"end": 50, |
|
"text": "Borer (1986)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 67, |
|
"end": 92, |
|
"text": "(Rizzi and Roberts (1989)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 95, |
|
"end": 107, |
|
"text": "Kayne (1990)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 506, |
|
"end": 527, |
|
"text": "Baschung et al. (1987", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 528, |
|
"end": 568, |
|
"text": "Baschung et al. ( ), or B6s et al. (1989", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "he knows me and you", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(i) il a donn6 (hier) un livre ~t Marie (hier).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "he knows me and you", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(ii) il a donn6 (hier) ?l Marie un livre (bier).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "While the ordering of full complements inside the VP poses some problems for generation, it is a separate question from that of cliticization, and the two should receive principled solutions of their own.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "During analysis, art element found in the VP is checked against Subcat, the subcategorization list of the predicate. If it does not unify with any element of Subcat, ~t is treated as a VP modifier and added to Mods, the list of modifiers. From the point of view of generation, clitics realize elements from either the Subcat list or from the Mods list.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "For instance, we partly follow the lexicalist analysis of Grimshaw (1982) for the R-clitics represented by se. That is, we consider that the Rclitic is not an argument of \"iuheienfly reflexive\" (7.a,b) and \"middle\" verbs (7.c), but a morphosyntaclic marker, t i (7) a. i~1 s'est 6vanoui.", |
|
"cite_spans": [ |
|
{ |
|
"start": 58, |
|
"end": 73, |
|
"text": "Grimshaw (1982)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "he fainted b. I1 se le demandait.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "he was wondering about it c. II s'est cassd.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "it broke But in reciprocal and true reflexive constructions, such as (8.a,b), we treat the R-clitic as a pronoun which is an argument of the verb. 12 (8) a. Ils se sont regardds.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "they looked at each other~themselves b. Ils se les sont donnds.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "they gave them to each other~to themselves Thereibre, because the verbs in the examples of (7) are marked in the lexicon as being iitherently reflexive, an R-clitic is generated from Subcat without being bound to the list of semantic arguments. In 8on the other hand, the verbs are respectively transitive and ditransitive: in their case, a semantic argument is both bound to ,an element of Subcat and re,alized as a reflexive pronoun because of its own semantic features. In (9.a-c) se is, as in (7), the inherent reflexive marker mid is generated from Subcat. In (9.a) en is the partitive phrase of a subcategorized argument; y in (9.b) is a subcategorized locative argument from Subcat and in (9.c), it is a VP adverb from Mods. (9) a. I1 s'en est cass6 deux.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "two of them broke b. Ils s'y trouvaient.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "they were there c. lls s'y vendaient.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "they were soM there As described in Russell et at. (1990) , problems arise iin generation because of non-determinism and becau~e of the unavailability of some syntactic information to the generator. The subcategorization list II In (7.a), there is no non-reflexive verb e~'anouir, and in (7.b), die reflexive verb has a different semantics than the non-reflexive verb from which it is lexically derived.", |
|
"cite_spans": [ |
|
{ |
|
"start": 36, |
|
"end": 57, |
|
"text": "Russell et at. (1990)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "12 In this respect, our analysis also differs from that presented in Wehrli (1986) . mechanism typical of unification grammars is a source of both these kinds of problems. Subcategorization lists are relational abstractions with multiple definitions; therefore, they introduce non-detenninism in tile expansion of the rules in which they are invoked. Moreover, they exemplify the type of syno tactic information typically found ill lexical entries; tiffs infommtion is not available to the generator until the lexical head has been instantiated, but if it was avMlable at a higher point in the path through the rules it would help constrain the top-down search.", |
|
"cite_spans": [ |
|
{ |
|
"start": 69, |
|
"end": 82, |
|
"text": "Wehrli (1986)", |
|
"ref_id": "BIBREF19" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In particular, here, separating the elements found inside the VP into arguments and modifiers can only be (lone alter the lexical head has been instantiated mid its subcategorization list is available. As shown by the two meanings of the verb trouver given in the lexical entries (10.a,c) and exemplified in (10.b,d ), the semantics of the verb (its argument list) may change according to its subcategorization list. 10 [it is located in the Alps] In (10.d) the clitic y is ,an argument (i.e. it is bound to one of the variables in the arguments list), while in (10.b) it is not (i.e. it is added to the modifiers list). Even though the two possiblities ,are mutually exclusive, if the subcat list is not available at the VP level, the search must proceed top-down and tim VP is expanded top-down and non-deterministically. Recall that when the semantics for the head daughter of a rule does not change, the rule is a chaining rule which is used bottom-up, but if the semantics of the head changes, then the rule is a non-chaining rule, which is used top-down and defines a pivot.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 308, |
|
"end": 315, |
|
"text": "(10.b,d", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "yesterday he gave a book to Marie", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "As was shown by the examples of (2), the linear ordering among preverbal clitics is independent of their semantics; it is also independent of the syntactic features of their dominating clause, i.e. negation, inversion, etc, A perspicuous way to express citric ordering is to have one relational abstraction with separate definitions stating the different precedence constraints holding between two preverbal clitics. The simplified definitions for Precede(C1,C2) given in (11) would account for most of the distribution facts of Table ( 3) in a natural and elegant way. 13 (11) Precede(C 1 ,C2) <C1 head morph pers> = 1/2 <C2 head morph pers> = 3 Precede(C1,C2) <C1 head morph case> = acc/refl <(.'2 head morph case> = dat Precede(C1,C2) <C1 head morph case> = refl <C2 head morph case> = acc]dat Precede(C1,C2) <C1 head sem pred> = y <(~ head sem pred> = en 4.3. Categorial status A characteristic property of clitics is that they do not have a maximal projection and remain X \u00b0 constituents, with their own syntactic category feature coming from the lexicon. To express the fact that a dative pronoun or the clitics y and en actually stand for a PP can be done by building a PP in the lexicon, e.g. with a relational abstraction such as Make-PP (CI,PP) . <C1 head sem pred> = en <PP head sere pred> = de <PP head sere args> = [<CI>] The relational abstractions Precede and Make-PP constitute an elegant collapsing of syntactic and lexical rules which is useful in analysis: the grammar rules which rewrite VPs containing clitics need not specify all the various possibilities. However, as with the relmional abstractions encoding subcategorization facts, its multiple definitions render Precede nondeterministic. The non-determinism of Make-PP, which is due to the fact that some clitic forms are ambiguous, is no less severe. During generation, the evaluation of the equations is delayed until the semantics for the head has been instantiated, and if the lexical head is not instantiated early enough, rules which involve these relational abstractions are tried repeat-13 There are other constraints not accounted for by (11), e.g. the one requiring that an ambiguous acc/dat form cannot be interpreted as an accusative in front of a dative: (i) ,k Elie nous lui prdsentera.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1247, |
|
"end": 1254, |
|
"text": "(CI,PP)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 529, |
|
"end": 536, |
|
"text": "Table (", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "she us to him will introduce Similar constraints exist among the clitic elements appearing in post-verbal position.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "edly even if they cannot apply.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "In conclusion, for the purpose of generation, we need an analysis where the semantic head of the VP is not necessarily the lexical main verb, but is the element which will be sure to be instantiated as early as possible. In an analysis reminiscent of current work in the Government-Binding framework, 14 where a clause is IP (Inflectional Phrase), the maximal projection of INFL, we take as the semantic head for our rules the element which bears tense. This element, I, may be either the main verb or an auxiliary which takes the main verb as complement.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "With this analysis of the structure of VP, the semantics of the head daughter I remains the same along the path through the semantic heads so that the pivot of the structure, i.e. the point at which bottomup generation can start from, is at the end of path. At that point, either I is the main verb (V-raising has applied) and it can be instantiated immediately, or I is an auxiliary (V-raising hasn't applied) and the main verb is its sister, which can be reached through other chain rules.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "We can deal with clitics in two ways: \u2022 by successive adjunction to the head:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "(13) TP / \\ el TP / \\ cl TP", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "\u2022 by building a list, itself adjoined to the head:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "(14) TP / \\ CL TP / \\ cl cl", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "Besides being descriptively more adequate, since the ordering constraints hold between the clitics themselves, not between a clitic and a verbal constituent, the second approach is to be preferred because a list ensures completeness of the resulting feature structure. Moreover, the whole list of clitics can he built without instantiating the lexical verbal head. With the two clitic positions and taking I as the head, the syntactic structure for a VP is as in (15). Clitic elements are marked as to whether they must appear to the left or to the fight of I. If V-raising hasn't applied, as in the examples of (6), the two critic lists will be in front of the main verb, on either side of I. If V-raising has applied, the two clitic fists will still be on either side of I, and of the main verb, as in (16). (16) a. I1 ne l'en persuaderajamais.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "he will never convince her of it b. I1 n' en croit jamais rien.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "he never believes any of it c. Je n ' y en voit jamais autant.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "I never see so many of them there", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Linear ordering", |
|
"sec_num": "4.2." |
|
}, |
|
{ |
|
"text": "We have shown with die example of French clitics how some problems inherent in the writing of reversible grammars arise, ~md what aspects of the formalism are responsible for them. The solutions we propose are motivated by internal considerations ,and provides a coherent syntactic account of the phenomena under consideration, i.e. clitic placement and so-called \"adverb climbing\" (although space prevents us from showing tile details here, riley also deal adequately with vefibal negation). These solutions make full use of the properties and adwmtages of die lexicalist approach to gr,'unmars while circumventing (some of) the dange~ it presents. ** I ,'un grateful to Susan Warwick and Graham Russell for the time they have spent helping me understand EHJ and its generator. Neither of them, of course, is responsible for any mistake in this paper.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conch~slon", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "See Dymetman and Isabelle (1988),Shieber (1988),Shieber et al. (1989), van Noord (1988, inter alia.3 For instance, we cannot compare our grammar with the one pre~;nted inSaint-Dizier (1989), since his grammar is neither reversible nor purely declarative, as the rules are annotated with ' generation points'.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Cf.Russell et al. (1990) for a description of the differences between the two algorithms.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Restrictors are also used to restrict the search space in parsing (seeShieber (1985)). \"fbe use of linking information in generation was first proposed by van Noord (1988).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In (3), se stands for any of the so-called 'R-clitics', i.e. the reflexive and reciprocal pronouns, as well as the inherent reflexive ~md the middle marker, as explained in more detail below.2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Cf. fn.6 and 9, and work cited in the references given there.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Bidirectional Grammars and file Design of Natural Lmlgaage Systems", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Appelt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "~ITteoretical issues in natural language processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Appelt, D. (1989). \"Bidirectional Grammars and file Design of Natural Lmlgaage Systems\". In ~ITteoretical issues in natural language processing, edited by Y. Wilks. Hillsdale: Lawrence Erlbaum Associates.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Auxiliaries and Clitics in French UCG Grammar", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Baschung", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "B~3s", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "Proceedings of the Ttffrd Cor~'ero ence of the European Chapter of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "173--178", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Baschung, K, G. B~3s, A. Corluy a/ld T. Guillotin (198'7). \"Auxiliaries and Clitics in French UCG Grammar\". In Proceedings of the Ttffrd Cor~'ero ence of the European Chapter of the Association for Computational Linguistics, Copenhagen, pp. 173-178.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "French Order without Order", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "B~s", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Gardent", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Proceedings of the Fourth Conference of ate European Chapter of' the Assoo ciation for Computational Linguistics, Manchester", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "249--255", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "B~s, G. and C. Gardent (1989). \"French Order without Order\". in Proceedings of the Fourth Conference of ate European Chapter of' the Assoo ciation for Computational Linguistics, Manches- ter, pp. 249-255.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "The Syntax of Pronominal Clitics", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Borer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "", |
|
"volume": "19", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Borer, H. (1986). ed. The Syntax of Pronominal Cli- tics, Syntax and Sem~mtics, vol.19. Academic Press.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Reversible Logic Granlmars lor Machine Trar~slation", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Dymetman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Isabelle", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Proceedings of a~e Secure1 International Conference on Theoretical and Methodological Issues in Machine Translation of\" Natural Languages", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dymetman, M. and P. Isabelle (1988). \"Reversible Logic Granlmars lor Machine Trar~slation\". In Proceedings of a~e Secure1 International Confer- ence on Theoretical and Methodological Issues in Machine Translation of\" Natural Languages, Carnegie-Mellon University, Pittsburgh.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "A transformational analysis of French clitics without positive output constraints", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Emonds", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1975, |
|
"venue": "Linguistic Analysis", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "3--24", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Emonds, J.E. (1975). \"A transformational analysis of French clitics without positive output constraints\". Linguistic Analysis, 1. 3-24.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "On the lexical Representation of Romance Reflexives\". In The Mental Representation of Grammatical Relations", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Grimshaw", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "87--148", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Grimshaw, J. (1982). \"On the lexical Representation of Romance Reflexives\". In The Mental Representation of Grammatical Relations. exlited by J. Bresnan. Cambridge: MIT Press, pp.87-148.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "A rich environment for experimentation with unification grammars", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Johnson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Rosner", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Proceedings of the Fourth Conference of the European Chapter of the Association for Comtmtational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "182--189", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Johnson, R. and M. Rosner (1989). \"A rich environ- ment for experimentation with unification gram- mars\". In Proceedings of the Fourth Conference of the European Chapter of the Association for Comtmtational Linguistics, Manchester, pp. 182- 189.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "French Syntax'", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Kayne", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1975, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kayne, R. (1975). French Syntax'. Cambridge: MIT Press.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "BUG: A Directed Bottom Up Generator for Unification Based Formalisms", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Kayne", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kayne, R. (1990). Seminar. University of Geneva. van Noord, G. (1988). \"BUG: A Directed Bottom Up Generator for Unification Based Formalisms\".", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Deep and Surface Structure Constraints in Syntax", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Perlmutter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1971, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Perlmutter, D. (1971). Deep and Surface Structure Constraints in Syntax. New York: Holt, Rinehart and Winston.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Verb Movement, Universal Grammar and the Structure of IP", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Pollock", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "\u00b0y", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Linguistic Inquiry", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "365--424", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pollock, J.\u00b0Y. (1989). \"Verb Movement, Universal Grammar and the Structure of IP\". Linguistic Inquiry, 20.3 pp. 365-424.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Complex Inversion in French", |
|
"authors": [ |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Rizzi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Roberts", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1990, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--30", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rizzi, L. and I. Roberts (1990). \"Complex Inversion in French\". Probus, vol.l.1, pp. 1-30", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Asymmetry ill Parsing and Generating with Unification Grmnmars", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Russell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Warwick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1990, |
|
"venue": "Proceedings of the 28th Annual Meeting of the Assockltion for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Russell, G., S. Warwick and J. Carroll (1990). \"Asymmetry ill Parsing and Generating with Unification Grmnmars\". to appear in the Proceed- ings of the 28th Annual Meeting of the Assockltion for Computational Linguistics, Pittsburgh.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "A Generation Method Based on Principles of Government-Binding Theory", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Saint-Dizier", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Proceedings of the Second European Natural Language Generation Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Saint-Dizier, P. (1989). \"A Generation Method Based on Principles of Government-Binding Theory\". in Proceedings of the Second European Natural Language Generation Workshop, Edinburgh.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Using Restriction to Extend Parsing Algorithms for Complex-Feature-Based Formalisms", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Slfieber", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1985, |
|
"venue": "Proceedings of the 23rd Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "145--152", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Slfieber, S. (1985). \"Using Restriction to Extend Pars- ing Algorithms for Complex-Feature-Based For- malisms\". In Proceedings of the 23rd Annual Meeting of the Association for Computational Linguistics, Chicago, pp. 145-152.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "A Uniform Arctfitecture for Parsing and Generation", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Shieber", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Proceedings of the 12th International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "614--619", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Shieber, S. (1988). \"A Uniform Arctfitecture for Pars- ing and Generation\". Proceedings of the 12th International Conference on Computational Linguistics, Budapest, pp. 614-619.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "A Semantic-Head-Driven Generation Algorithm for Unification-Based Formalisms", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Shieber", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Van Noord", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "Moore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [ |
|
"C N" |
|
], |
|
"last": "Pereira", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Proceedings of the 27th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Shieber, S., van Noord, G., R.C. Moore and F.C.N. Pereira (1989). \"A Semantic-Head-Driven Gen- eration Algorithm for Unification-Based Formal- isms\". In Proceedings of the 27th Annual Meeting of the Association for Computational Linguistics, Vancouver.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "On Some Properties of French Clitic Se", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Wehrli", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "Borer", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wehrli, E. (1986). \"On Some Properties of French Clitic Se\". In Borer (1986).", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "(12) Make-PP(CI,PP) <CI head sem pred> = \"y/en <CI head morph case> = dat <PP head sere pred> = ~t <PP head sem args> = [<CI>] Make-PP(CI,PP) <CI head sem pred> = y <PP head sere pred> = <PP head sem args> = [<CI>] Make-PP(CI,PP)", |
|
"uris": null |
|
}, |
|
"TABREF0": { |
|
"num": null, |
|
"type_str": "table", |
|
"text": "a. I1 en parlait souvent.", |
|
"content": "<table><tr><td>he often talked about it</td></tr><tr><td>[cf. I1 parlait souvent de ce Uvre]</td></tr><tr><td>[he often talked about that book]</td></tr><tr><td>b. J' en veux deux.</td></tr><tr><td>I want two of them</td></tr><tr><td>[cf. Je veux deux de ces pommes]</td></tr></table>", |
|
"html": null |
|
} |
|
} |
|
} |
|
} |