| { |
| "paper_id": "Y99-1017", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:37:10.059761Z" |
| }, |
| "title": "FREE WORD ORDER IN A CONSTRAINT-BASED IMPLEMENTATION OF DEPENDENCY GRAMMAR", |
| "authors": [ |
| { |
| "first": "Tom", |
| "middle": [ |
| "B Y" |
| ], |
| "last": "Lai", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "City University of Hong Kong", |
| "location": {} |
| }, |
| "email": "cttomlai@cityu.edu.hk" |
| }, |
| { |
| "first": "Huang", |
| "middle": [], |
| "last": "Changning", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tsinghua University", |
| "location": { |
| "settlement": "Beijing" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Parsing of sentences based on Dependency Grammar is emulated with a constraint-and unification-based mechanism that preserves single-headedness and projectivity in syntactic dependency. Working on Chinese, and referring to English at times, the authors have treated subcategorization properties of verbs on the assumptions that relative positions of obligatory complements of a verb are fixed, and that optional verbal adjuncts, while relatively free in their choice of positions in the sentence, are constrained to be placed farther away from the governing verb than any complements. A pair of subcategorization lists residing in the governing verb have been used to capture these properties. However when one tries to extend the model to languages with relatively free word order like Japanese, for which the assumptions mentioned above are not valid, straightforward list-manipulations on subcategorization lists will not be adequate. This paper discusses how additional subcategorization handling mechanisms can be introduced to deal with verbal complements scrambling and intervening adjuncts, while retaining the mechanisms to capture default word order.", |
| "pdf_parse": { |
| "paper_id": "Y99-1017", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Parsing of sentences based on Dependency Grammar is emulated with a constraint-and unification-based mechanism that preserves single-headedness and projectivity in syntactic dependency. Working on Chinese, and referring to English at times, the authors have treated subcategorization properties of verbs on the assumptions that relative positions of obligatory complements of a verb are fixed, and that optional verbal adjuncts, while relatively free in their choice of positions in the sentence, are constrained to be placed farther away from the governing verb than any complements. A pair of subcategorization lists residing in the governing verb have been used to capture these properties. However when one tries to extend the model to languages with relatively free word order like Japanese, for which the assumptions mentioned above are not valid, straightforward list-manipulations on subcategorization lists will not be adequate. This paper discusses how additional subcategorization handling mechanisms can be introduced to deal with verbal complements scrambling and intervening adjuncts, while retaining the mechanisms to capture default word order.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Computational linguists in China [9] [26] [27] have been studying and experimenting with Chinese sentence parsing based on the tradition of Gaifman, Hays and Robinson [4] [7] [21] in the development of Dependency Grammar, [25] which is different from other traditions of the grammar formalism [10] [24] [19] [6] in that single-headedness and projectivity are required for dependency relations holding between governor-dependent pairs of words in a sentence. Using different algorithms for the parsing process, they differ in whether syntactic categories are considered in lieu of the actual words and in whether and how word order is taken into consideration, but they all observe the requirements of singleheadedness and projectivity. They also label dependency relations with functional labels like subject and object as is done in practically all schools of Dependency Grammar.", |
| "cite_spans": [ |
| { |
| "start": 33, |
| "end": 36, |
| "text": "[9]", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 37, |
| "end": 41, |
| "text": "[26]", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 42, |
| "end": 46, |
| "text": "[27]", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 167, |
| "end": 170, |
| "text": "[4]", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 171, |
| "end": 174, |
| "text": "[7]", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 175, |
| "end": 179, |
| "text": "[21]", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 222, |
| "end": 226, |
| "text": "[25]", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 293, |
| "end": 297, |
| "text": "[10]", |
| "ref_id": null |
| }, |
| { |
| "start": 303, |
| "end": 307, |
| "text": "[19]", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 308, |
| "end": 311, |
| "text": "[6]", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Unification [22] has been used in Dependency Grammar implementation and theory (e.g. [8] [2] [18] ). The authors have distinguished between a single-headed and projective dependency (constituent) structure and a much less constrained functional structure. [14] [15] [16] [17] Dependency rules [7] are annotated with functional annotation, [1] and a unification-based parser [22] [5] has been adapted to produce dependency and functional structures for Chinese (and English) sentences. They have discussed how syntactic phenomena like control are dealt with. They make a distinction between obligatory complements prescribed for by the syntactic properties of the governing verb and optional adjuncts that are taken care of by non-lexical rules in the syntax of the language. A pair of subcategorization lists residing in the lexical entry of the governing verb are used to take care of obligatory verbal complements, making use of constraints in Chinese (and English) that the subject is to the left of the verb while the other verbal complements are on the other side, and that optional adjuncts must not come between the verb and the non-subject complements.", |
| "cite_spans": [ |
| { |
| "start": 12, |
| "end": 16, |
| "text": "[22]", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 85, |
| "end": 88, |
| "text": "[8]", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 93, |
| "end": 97, |
| "text": "[18]", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 256, |
| "end": 260, |
| "text": "[14]", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 266, |
| "end": 270, |
| "text": "[16]", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 271, |
| "end": 275, |
| "text": "[17]", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 293, |
| "end": 296, |
| "text": "[7]", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 339, |
| "end": 342, |
| "text": "[1]", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 374, |
| "end": 378, |
| "text": "[22]", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 379, |
| "end": 382, |
| "text": "[5]", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Though basically respected in Chinese (and English), these constraints are obviously too restrictive. In Japanese, for example, the subject, obligatory verbal complements and optional verbal adjuncts are all on the same side of the verb, complements can be \"scrambled\", and adjuncts often come between complements and the verb.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In this paper, the authors' mechanisms for dealing with verbal complements and adjuncts mentioned above [17] are modified and extended to take care of free word order. Syntactic properties of the governing verbs are encoded in their dictionary entries, and, free complement and adjunct word order are taken care of by making modifications to the subcategorization lists and introducing special processing mechanism, while inherent order of elements in the subcategorization list is still useful in capturing default or preferred word order.", |
| "cite_spans": [ |
| { |
| "start": 104, |
| "end": 108, |
| "text": "[17]", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In the authors' Dependency Grammar formalism, words contract governor-dependent (head-modifier) relationships as shown below for the Chinese sentence na ren zai gongyuan li (from [26] ", |
| "cite_spans": [ |
| { |
| "start": 179, |
| "end": 183, |
| "text": "[26]", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "): zai (`i ') ren ( ` person') li(` inside') na ( ` that') gongyuan ( ` park') Fig. 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The dependency structure in Fig. 1 , which has been drawn so that the left-to-right word order of the sentence is reflected, can also be represented as in Fig. 2 : (b) all others depend directly on some element; (c) no element depends directly on more than one other; (d) if A depends directly on B and some element C intervenes between them (in linear order of string), then C depends directly on A or on B or some other intervening element.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 28, |
| "end": 34, |
| "text": "Fig. 1", |
| "ref_id": null |
| }, |
| { |
| "start": 155, |
| "end": 161, |
| "text": "Fig. 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Na ren zai gongyuan li", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "It can be seen that the third axiom is a requirement of single-headedness. The fourth axiom is a requirement of projectivity in the sense that structures like Fig. 3 , in which branches cross one another, are not allowed.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 159, |
| "end": 165, |
| "text": "Fig. 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Yuyanxue wo zhidao to xihuan linguistics I know he likes Dependency structures with thse properties can also be accounted for by Hays' [7] dependency rules:", |
| "cite_spans": [ |
| { |
| "start": 129, |
| "end": 138, |
| "text": "Hays' [7]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(a) X(A,B,C, ,H, * ,Y, ,Z) (b) X( * ) (c) * (X)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Here, (a) states that the governing auxiliary alphabet X has dependents A, B, C, H, Y, Z and that X itself (the governor) is situated between H and Y. (b) says that the terminal alphabet X occurs without any dependents. In (c), X occurs without any governor, i.e. it is the main or central element.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Gaifman [4] has established that a Dependency Grammar obtained in this way, which is single-headed and projective, is equivalent to a phrase structure grammar in the sense that:", |
| "cite_spans": [ |
| { |
| "start": 8, |
| "end": 11, |
| "text": "[4]", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(a) they have the same terminal alphabet; (b) for every string over that alphabet, every structure attributed by either grammar corresponds to a structure attributed by the other.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Headed and Projective Dependency Grammar", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Not reflected in the formal representations reviewed above, grammatical functions like subject and object are generally used to label dependency links. Applying the idea of functional annotation, [1] to Hays' rules, the authors have proposed annotated dependency rules like the following: [14] X(A(fa), B(fb), * , Z(fz))", |
| "cite_spans": [ |
| { |
| "start": 196, |
| "end": 199, |
| "text": "[1]", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 289, |
| "end": 293, |
| "text": "[14]", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Rules and Functional Annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "For example, the following rules account for the transitive verbs:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Rules and Functional Annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "(a) * (TV) (b) TV(N(subj), * , N(obj)) (c) N( * )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Rules and Functional Annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The authors [16] have implemented a Dependency Grammar parser using PATR. [22] [5] In this implementation, the Chinese sentence Zhang San (name) kanjian (saw) Li Si (name) is accounted for by the following PATR rule and appropriate lexical entries: (For details, see [16] .)", |
| "cite_spans": [ |
| { |
| "start": 12, |
| "end": 16, |
| "text": "[16]", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 74, |
| "end": 78, |
| "text": "[22]", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 267, |
| "end": 271, |
| "text": "[16]", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Rules and Functional Annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "TV -+ N1 TV N2 % only details of immediate significance shown TV.ds.subj = Nl.ds TV.ds.obj = N2.ds Besides a grammatical function structure, the following dependency structure is produced:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Rules and Functional Annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "[tv, [[n, [zhangsan]], [tv, [kanjian]], [n, [lisi]]]]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Rules and Functional Annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "After applying a pruning operation on the two tv's (one immediately dominating the other), a dependency structure is obtained. It is in this sense that the parser adapted from PAIR is conceived as a Dependency Grammar parser.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Rules and Functional Annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "More complicated sentence, e.g. Zhang San (name) xiang (want) da (`hit) Li Si (name), which involves a subject-control verb, are dealt with by constraints defined in terms of dependency links (functional features). (For details, see [16] .) By introducing a level of grammatical function (dependency type) to accommodate the offending complications, the authors [15] [16] preserve single-headedness and projectivity in syntactic dependency. Morphological and semantic constraints can also be dealt with on additional grammatical levels.", |
| "cite_spans": [ |
| { |
| "start": 233, |
| "end": 237, |
| "text": "[16]", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 362, |
| "end": 366, |
| "text": "[15]", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 367, |
| "end": 371, |
| "text": "[16]", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dependency Rules and Functional Annotation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "While some Dependency Grammars (e.g. [24] ) require that the rules of grammar should not be formally distinct from subcategorization facts, the authors' approach recognizes that there are syntactic phenomena that are not triggered by lexical properties. Verbal adjuncts are an example.", |
| "cite_spans": [ |
| { |
| "start": 37, |
| "end": 41, |
| "text": "[24]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Complements and Adjuncts in Chinese and English", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "To deal with adjuncts, the authors use, in PATR notations, rules like: [17] X ---> X Y % similar rules for left adjuncts Y.fun = adjunct In Chinese and English, adjuncts generally do not come between a head word and its 'unmoved' nonsubject complements. Exploiting this property, lexical entries are endowed with separate subcategorization lists [20] for the subject and for the other obligatory complements as follows gei (` give') % immediately significant features only subcat.left = [n(subj)] subcat.right = [n(iobj), n(obj)] Rules like the following (necessary details only, for brevity) take care of complements subcategorized for by the head word:", |
| "cite_spans": [ |
| { |
| "start": 71, |
| "end": 75, |
| "text": "[17]", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 346, |
| "end": 350, |
| "text": "[20]", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Complements and Adjuncts in Chinese and English", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "V---> V X {Z = pop(V.subcat.right)} % Z = cat(fun) % fails if V.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Complements and Adjuncts in Chinese and English", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "subcat.right is empty X.cat = functor of Z % functor of Z = cat X.fun = argument of Z % argument of Z = fun A similar rule V X V using the list V.subcat.left accounts for the subject. Adjuncts are kept from getting in between a head word and its unmoved non-subject complements by adding to the adjunct rules in These constraints are normally respected in Chinese, which is a 'fixed-word-order' language. 'Abnormal' situations are dealt with using mainly non-lexical mechanisms. For example, in Chinese, any one of the arguments of a verbal predicate can `topicalized' and 'moved' to the beginning of the sentence as yuyanxue (` linguistics') in the sentences (1) and 2 The possibility of preposing the object is known to be a function of, inter alia, semantic and syntactic properties of the verb. However, this has nothing to do with what kinds of arguments a verb is to have. Like topicalization, this is also dealt with as a general syntactic phenomenon rather than lexically triggered subcategorization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Complements and Adjuncts in Chinese and English", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The real difficulty with the authors' treatment of complements and adjuncts is free complement and adjunct order in languages like Japanese. Topicalization in Japanese as in (4) can be dealt with as in Chinese and does not pose a real problem. Scrambling, however, is different. While (6) is the 'normal' word order in Japanese, (5) is also possible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Complements and Adjuncts in Chinese and English", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In general, subjects and other complements of a Japanese verb can be \"scrambled\" without making the sentence ungrammatical. This requires that the strictly order-respecting pop action for retrieving elements in the subcategorization list be modified:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Complements and Adjuncts in Chinese and English", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Another difficulty with Japanese is that optional adjuncts often intervene between the verb and the complements. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Complements and Adjuncts in Chinese and English", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Modifications to take care of argument scrambling and adjunct intervening are rather straight forward.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "First, the modification to allow argument scrambling is to replace the pop action in Fig. 7 with a find and get action as in Fig. 10 : The find and get action searches a list for an element, returning it and removing it on success. In Japanese, the subject and other complements are on the same side of the governing verb. The distinction between the subject and other complements can be accounted for by a similar rule using the list Vsubcat.subj.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 85, |
| "end": 91, |
| "text": "Fig. 7", |
| "ref_id": "FIGREF6" |
| }, |
| { |
| "start": 125, |
| "end": 132, |
| "text": "Fig. 10", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "X V {Z find_and_get(V.subcat.compl)} % fails if V", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "To allow intervention of adjuncts between the verb and the complements, one needs only to make sure that the adjunct rules are not constrained by any requirement that subcategorization lists be empty:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "---> Y X % X.subcat.compl = empty list % X.subcat.subj = empty list % the above two constraints must not apply Y.fun = adjunct These modifications do not change the essence of the authors' system. With or without these modifications, the system has the following characteristics: (c) Adjunction is not triggered by lexical properties of the governing head;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "It may seem ridiculous to have a list model to capture fixed complement order in some languages and then undo the inherent ordering of list elements when extending the model to languages with free complement order (scrambling). However, to the best of the authors' knowledge, all languages with free word order (e.g. Japanese, Mongolian, Tagalog) do indeed have a preferred word order. Preferred or default word order can be captured by the subcategorization list quite conveniently. For example, in the implemention described in this section, preferred word order can be kept alive introducing alternatives:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Z = pop(V.subcat.subj);", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "% this alternative will be tried first Z = find_and_get(V.subcat.subj)) to the list operations in Fig. 8 , provided care is taken that the pop action removes the list element if, and only if, it succeeds. This very crude implementation brings about a proliferation of backtracking, but may recognize correct sentences in the default word order efficiently under the right conditions. In sophisticated systems, it may be possible to vary the role played by the find and_ get action depending of the degree of word order flexibility (completely turned off in the case of fixed word-order languages).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 98, |
| "end": 104, |
| "text": "Fig. 8", |
| "ref_id": "FIGREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The mechanism allowing and not allowing intervention of adjuncts between complements and the subcategorizing verb is of a different nature. It works in the other direction in the sense that if a constraint is not included, adjunct intervention will be allowed.. Suppose that the adjunct rules become: X -\u00f7 Y X ((X.subcat.compl. = empy list, X.subcat.subj = empty list); true) Y.fun = adjunct Fig. 10 the first alternative applies the constraint (as in the case of Chinese). If this fails, the true alternative, which allows the adjunct to intervene between complement and head, will always be satisfied. The introduction of mechanisms for variable constraint strength (in the logic programming paradigm of PAIR is considerable.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 392, |
| "end": 399, |
| "text": "Fig. 10", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "PARSING MECHANISMS FOR FREE COMPLEMENT AND ADJUNCT ORDER", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The Dependency Grammar formalism described in this paper features annotated dependency rules; parallel generation of a single-headed and projective syntactic dependency structure and a much less constrained functional structure; lexically triggered syntactic phenomena like subcategorization working in conjunction with non-lexical syntactic rules like adjunction and topicalization; a list-based model with inherent word order for encoding subcategorization information; a free adjunct positioning mechanism unless it is constrained for non-intervention between complement and subcategorizing head. Implemented using PATR (in PROLOG) for convenience, this formalism, which was first developed for a fixed-wordorder language, seems also to have potentials for use with languages with free complement and adjunct order.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "5" |
| }, |
| { |
| "text": "This research is supported by Grant 7000888 of City University of Hong Kong amd tje Mational Science Foundation of China.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "ACKNOWLEDGMENTS", |
| "sec_num": "6" |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Lexical-Functional Grammar: A Formal System for Grammatical Representation", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "M" |
| ], |
| "last": "Kaplan", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Bresnan", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "173--281", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R.M. Kaplan and J. Bresnan. \"Lexical-Functional Grammar: A Formal System for Grammatical Representation,\" In J.W. Bresnan. (ed.) The Mental Representation of Grammatical Relations. MIT Press, Cambridge, U.S.A., pp. 173-281, 1982.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Parsing Discontinuous Constituents in Dependency Grammar", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Covington", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Computational Linguistics", |
| "volume": "16", |
| "issue": "4", |
| "pages": "234--236", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M.A. Covington. \"Parsing Discontinuous Constituents in Dependency Grammar,\" Computational Linguistics, 16/4, pp. 234-236, 1990.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Theory of Projection in Syntax. Stanford: CSLI, 157p", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Fukui", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "N. Fukui. Theory of Projection in Syntax. Stanford: CSLI, 157p, 1995.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Dependency Systems and Phrase-Structure Systems", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Gaifman", |
| "suffix": "" |
| } |
| ], |
| "year": 1965, |
| "venue": "Information and Control", |
| "volume": "8", |
| "issue": "", |
| "pages": "304--337", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Gaifman. (1965) \"Dependency Systems and Phrase-Structure Systems,\" Information and Control, 8, pp. 304-337, 1965.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Natural Language Processing in Prolog", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Gazdar", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Mellish", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Gazdar and C. Mellish. Natural Language Processing in Prolog. Addision Wesley, Wokingham, 504p, 1989.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Free Word Order Described Without Unnecessary Complexity", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Hajicova", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Theoretical Linguistics", |
| "volume": "17", |
| "issue": "", |
| "pages": "99--106", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. Hajicova. \"Free Word Order Described Without Unnecessary Complexity\". Theoretical Linguistics, 17, pp. 99-106, 1991.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Dependency Theory: A Formalism and Some Observations", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "G" |
| ], |
| "last": "Hays", |
| "suffix": "" |
| } |
| ], |
| "year": 1964, |
| "venue": "Language", |
| "volume": "40", |
| "issue": "", |
| "pages": "511--525", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D.G. Hays. \"Dependency Theory: A Formalism and Some Observations,\" Language, 40, pp. 511- 525, 1964.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Dependency Unification Grammar", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Hellwig", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "", |
| "volume": "86", |
| "issue": "", |
| "pages": "195--199", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. Hellwig. \"Dependency Unification Grammar,\" COLING'86, pp. 195-199, 1986.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Yuliaoku, Zhishi Huoqu He Jufa Fenxi (Corpora, Knowledge Acquisition and Syntactic Parsing)", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "F" |
| ], |
| "last": "Yuan", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "M" |
| ], |
| "last": "Pan", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Journal of Chinese Information Processing", |
| "volume": "6", |
| "issue": "3", |
| "pages": "1--6", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C.N. Huang, C.F. Yuan and S.M. Pan. \"Yuliaoku, Zhishi Huoqu He Jufa Fenxi (Corpora, Knowledge Acquisition and Syntactic Parsing),\" Journal of Chinese Information Processing, 6/3, pp. 1-6, 1992.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "English Word Grammar", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Hudson", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Hudson. English Word Grammar. Blackwell, Oxford, 445p, 1990.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "University College London Working Papers in Linguistics", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Hudson", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "6", |
| "issue": "", |
| "pages": "89--124", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Hudson R. \"Discontinuous Phrases in Dependency Grammar,\" University College London Working Papers in Linguistics, 6, pp. 89-124, 1994.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Dependency Counts", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Hudson", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Functional Description of Language, Faculty of Mathematics and Physics", |
| "volume": "", |
| "issue": "", |
| "pages": "85--115", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R, Hudson. (1995) \"Dependency Counts,\" In E. Hajicova (ed.) Functional Description of Language, Faculty of Mathematics and Physics, Charles University, Prague, pp. 85-115,1995.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Dependency Grammar and the Parsing of Chinese Sentences", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Lai", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Kyoto Conference (Joint ACLIC8 and PACFoCoL2)", |
| "volume": "", |
| "issue": "", |
| "pages": "63--71", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "B.Y. Lai and C.N. Huang. \"Dependency Grammar and the Parsing of Chinese Sentences,\" 1994 Kyoto Conference (Joint ACLIC8 and PACFoCoL2), pp. 63-71, 10-11 Aug. 1994.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Single-Headedness and Projectivity for Syntactic Dependency", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [ |
| "Y T" |
| ], |
| "last": "Lai", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Linguistics Association of Great Britain Spring Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "10--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "B.Y.T. Lai and C.N. Huang C.N. \"Single-Headedness and Projectivity for Syntactic Dependency,\" Linguistics Association of Great Britain Spring Conference, University of New Castle , 10-12", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "An Approach to Dependency Grammar for Chinese", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "B Y" |
| ], |
| "last": "Lai", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Studies in Chinese Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "143--163", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T.B.Y. Lai and C.N. Huang. \"An Approach to Dependency Grammar for Chinese,\" In Y. Gu (ed.) Studies in Chinese Linguistics, Linguistic Society of Hong Kong, Hong Kong, pp. 143-163, 1998.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Complements and Adjuncts in Dependency Grammar Parsing Emulated by a Constrained Context-Free Grammar", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "B Y" |
| ], |
| "last": "Lai", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "COLING-ACL`98 Workshop on Processing of Dependency-Based Grammars", |
| "volume": "", |
| "issue": "", |
| "pages": "102--108", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T.B.Y. Lai and C.N. Huang. \"Complements and Adjuncts in Dependency Grammar Parsing Emulated by a Constrained Context-Free Grammar,\" COLING-ACL`98 Workshop on Processing of Dependency-Based Grammars, Montreal, pp. 102-108, 1998.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Unification Dependency Grammar", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Maxwell", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Maxwell. Unification Dependency Grammar, manuscript.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Dependency Syntax: Theory and Practice", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [ |
| "A" |
| ], |
| "last": "Melcuk", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [ |
| "A" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "I.A. Melcuk I.A. Dependency Syntax: Theory and Practice. State University of New York Press, Albany, 428p, 1988.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Head-Driven Phrase Structure Grammar", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Pollard", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Sag", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Pollard and I. Sag. Head-Driven Phrase Structure Grammar. University of Chicago Press, Chicago, 440p,1994.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Dependency Structures and Transformation Rules", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "J" |
| ], |
| "last": "Robinson", |
| "suffix": "" |
| } |
| ], |
| "year": 1970, |
| "venue": "Language", |
| "volume": "46", |
| "issue": "", |
| "pages": "259--285", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J.J. Robinson \"Dependency Structures and Transformation Rules,\" Language, 46, pp. 259-285, 1970.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "An Introduction to Unification-Based Approach to Grammar", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "M" |
| ], |
| "last": "Shieber", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S.M. Shieber. An Introduction to Unification-Based Approach to Grammar. Chicago University Press, Chicago, 105p, 1986.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Okubo Bunpo No Keisho To Hatten (Modern Japanese Syntax: Continuation and Development of Okubo's Grammar)", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Shimokawa", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gendai Nihongo", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Kobunpo", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. Shimokawa. Gendai Nihongo Kobunpo: Okubo Bunpo No Keisho To Hatten (Modern Japanese Syntax: Continuation and Development of Okubo's Grammar). Sanseido, Tokyo, 347p, 1993.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "The Case for Lexicase", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Starosta", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Pinter", |
| "volume": "", |
| "issue": "2", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Starosta S. The Case for Lexicase. Pinter, London, 2'73p, 1988.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Elements de syntaxe structurale", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Tesniere", |
| "suffix": "" |
| } |
| ], |
| "year": 1959, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Tesniere L. Elements de syntaxe structurale, Klincksieck, Paris, 1959.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Knowledge Acquisition and Chinese Parsing Based on Corpus", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "F" |
| ], |
| "last": "Yuan", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "COLING'92", |
| "volume": "", |
| "issue": "", |
| "pages": "13000--13004", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C.F. Yuan and C.N. Huang. \"Knowledge Acquisition and Chinese Parsing Based on Corpus,\" COLING'92, Nantes, France, pp. 13000-13004, 1992.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "An Efficient Syntactic Tagging Tool for Corpora", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "N" |
| ], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "94", |
| "issue": "", |
| "pages": "949--955", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Zhou and C.N. Huang. An Efficient Syntactic Tagging Tool for Corpora. COLING'94, Kyoto, pp.949-955, 1994.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "text": "Fig. 2", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "text": "These structures are governed by Robinson's four axioms of well-formedness:[211 (a) one and only one element is independent;", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "text": "Fig.3", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "text": "Fig. 4", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF4": { |
| "type_str": "figure", |
| "text": "Fig. 5", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF5": { |
| "type_str": "figure", |
| "text": "Fig. 6", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF6": { |
| "type_str": "figure", |
| "text": "Fig. 7", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF7": { |
| "type_str": "figure", |
| "text": "the following constraint: X.subcat.right = empty list 3 FREE COMPLEMENT AND ADJUNCT ORDER The treatment of verbal complements And adjuncts reviewed above assumes the following properties of Chinese: (a) Arguments subcategorized for by a verb occupy fixed positions; (b) The subject is different from other complements and occupies a position to the left of the verb; (c) The (other) obligatory complements follow the verb; (d) Optional adjuncts to the right of the verb do not intervene between the verb and any of the obligatory complements.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF8": { |
| "type_str": "figure", |
| "text": ".subcat.compl = empty list X.cat = functor of Z X.fun = argument of Z re. word order in Japanese % Z = cat(fun)", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF9": { |
| "type_str": "figure", |
| "text": "Fig. 9", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF10": { |
| "type_str": "figure", |
| "text": "(a) A set of annotated dependency rules, with parallel generation of syntactic dependency structures and 'functional' structures ensuring that complicated grammatical constraints can be satisfied within a single-headed and projective dependency framework; (b) Subcategorization information is stored in the lexical entries;", |
| "num": null, |
| "uris": null |
| } |
| } |
| } |
| } |