Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "N10-1035",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:51:01.349134Z"
},
"title": "Efficient Parsing of Well-Nested Linear Context-Free Rewriting Systems",
"authors": [
{
"first": "Carlos",
"middle": [],
"last": "G\u00f3mez-Rodr\u00edguez",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Universidade da Coru\u00f1a",
"location": {
"country": "Spain"
}
},
"email": ""
},
{
"first": "Marco",
"middle": [],
"last": "Kuhlmann",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Uppsala University",
"location": {
"country": "Sweden"
}
},
"email": "[email protected]"
},
{
"first": "Giorgio",
"middle": [],
"last": "Satta",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Padua",
"location": {
"country": "Italy"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The use of well-nested linear context-free rewriting systems has been empirically motivated for modeling of the syntax of languages with discontinuous constituents or relatively free word order. We present a chart-based parsing algorithm that asymptotically improves the known running time upper bound for this class of rewriting systems. Our result is obtained through a linear space construction of a binary normal form for the grammar at hand.",
"pdf_parse": {
"paper_id": "N10-1035",
"_pdf_hash": "",
"abstract": [
{
"text": "The use of well-nested linear context-free rewriting systems has been empirically motivated for modeling of the syntax of languages with discontinuous constituents or relatively free word order. We present a chart-based parsing algorithm that asymptotically improves the known running time upper bound for this class of rewriting systems. Our result is obtained through a linear space construction of a binary normal form for the grammar at hand.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Since its earliest years, one of the main goals of computational linguistics has been the modeling of natural language syntax by means of formal grammars. Following results by Huybregts (1984) and Shieber (1985) , special attention has been given to formalisms that enlarge the generative power of context-free grammars, but still remain below the full generative power of context-sensitive grammars. On this line of investigation, mildly context-sensitive grammar formalisms have been introduced (Joshi, 1985) , including, among several others, the tree adjoining grammars (TAGs) of Joshi et al. (1975) .",
"cite_spans": [
{
"start": 176,
"end": 192,
"text": "Huybregts (1984)",
"ref_id": "BIBREF5"
},
{
"start": 197,
"end": 211,
"text": "Shieber (1985)",
"ref_id": "BIBREF20"
},
{
"start": 497,
"end": 510,
"text": "(Joshi, 1985)",
"ref_id": "BIBREF7"
},
{
"start": 584,
"end": 603,
"text": "Joshi et al. (1975)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Linear context-free rewriting system (LCFRS), introduced by Vijay-Shanker et al. (1987) , is a mildly context-sensitive formalism that allows the derivation of tuples of strings, i.e., discontinuous phrases. This feature has been used to model phrase structure treebanks with discontinuous constituents (Maier and S\u00f8gaard, 2008) , as well as to map non-projective dependency trees into discontinuous phrase structures .",
"cite_spans": [
{
"start": 60,
"end": 87,
"text": "Vijay-Shanker et al. (1987)",
"ref_id": "BIBREF22"
},
{
"start": 303,
"end": 328,
"text": "(Maier and S\u00f8gaard, 2008)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Informally, in an LCFRS G, each nonterminal can generate string tuples with a fixed number of components. The fan-out of G is defined as the maximum number of tuple components generated by G. During a derivation of an LCFRS, tuple components generated by the nonterminals in the right-hand side of a production are concatenated to form new tuples, possibly adding some terminal symbols. The only restriction applying to these generalized concatenation operations is linearity, that is, components cannot be duplicated or deleted.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The freedom in the rearrangement of components has specific consequences in terms of the computational and descriptional complexity of LCFRS. Even for grammars with bounded fan-out, the universal recognition problem is NP-hard (Satta, 1992) , and these systems lack Chomsky-like normal forms for fixed fan-out (Rambow and Satta, 1999) that are especially convenient in tabular parsing. This is in contrast with other mildly context-sensitive formalisms, and TAG in particular: TAGs can be parsed in polynomial time both with respect to grammar size and string size, and they can be cast in normal forms having binary derivation trees only.",
"cite_spans": [
{
"start": 227,
"end": 240,
"text": "(Satta, 1992)",
"ref_id": "BIBREF17"
},
{
"start": 310,
"end": 334,
"text": "(Rambow and Satta, 1999)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "It has recently been argued that LCFRS might be too powerful for modeling languages with discontinuous constituents or with relatively free word order, and that additional restrictions on the rearrangement of components might be needed. More specifically, analyses of both dependency and constituency treebanks (Kuhlmann and Nivre, 2006; Havelka, 2007; Maier and Lichte, 2009) have shown that rearrangements of argument tuples almost always satisfy the so-called well-nestedness condition, a generalization of the standard condition on balanced brackets. This condition states that any two components x 1 , x 2 of some tuple will never be composed with any two components y 1 , y 2 of some other tuple in such a way that a 'crossing' configuration is realized.",
"cite_spans": [
{
"start": 311,
"end": 337,
"text": "(Kuhlmann and Nivre, 2006;",
"ref_id": "BIBREF12"
},
{
"start": 338,
"end": 352,
"text": "Havelka, 2007;",
"ref_id": "BIBREF3"
},
{
"start": 353,
"end": 376,
"text": "Maier and Lichte, 2009)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we contribute to a better understanding of the formal properties of well-nested LCFRS. We show that, when fan-out is bounded by any integer \u03d5 \u2265 1, these systems can always be transformed, in an efficient way, into a specific normal form with no more than two nonterminals in their productions' right-hand sides. On the basis of this result, we then develop an efficient parsing algorithm for wellnested LCFRS, running in time O(\u03d5 \u2022 |G| \u2022 |w| 2\u03d5+2 ), where G and w are the input grammar and string, respectively. Well-nested LCFRS with fan-out \u03d5 = 2 are weakly equivalent to TAG, and our complexity result reduces to the well-known upper bound O(|G| \u2022 |w| 6 ) for this class. For \u03d5 > 2, our upper bound is asymptotically better than the one obtained from existing parsing algorithms for general LCFRS or equivalent formalisms (Seki et al., 1991) .",
"cite_spans": [
{
"start": 840,
"end": 859,
"text": "(Seki et al., 1991)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Well-nested LCFRS are generatively equivalent to (among others) coupled context-free grammars (CCFG), introduced by Hotz and Pitsch (1996) . These authors also provide a normal form and develop a parsing algorithm for CCFGs. One difference with respect to our result is that the normal form for CCFGs allows more than two nonterminals to appear in the right-hand side of a production, even though no nonterminal may contribute more than two tuple components. Also, the construction in (Hotz and Pitsch, 1996) results in a blow-up of the grammar that is exponential in its fan-out, and the parsing algorithm that is derived runs in time O(4 \u03d5 \u2022 |G| \u2022 |w| 2\u03d5+2 ). Our result is therefore a considerable asymptotic improvement over the CCFG result, both with respect to the normal form construction and the parsing efficiency. Finally, under a practical perspective, our parser is a simple chart-based algorithm, while the algorithm in (Hotz and Pitsch, 1996) involves two passes and is considerably more complex to analyze and to implement than ours.",
"cite_spans": [
{
"start": 116,
"end": 138,
"text": "Hotz and Pitsch (1996)",
"ref_id": "BIBREF4"
},
{
"start": 485,
"end": 508,
"text": "(Hotz and Pitsch, 1996)",
"ref_id": "BIBREF4"
},
{
"start": 933,
"end": 956,
"text": "(Hotz and Pitsch, 1996)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Kanazawa and Salvati (2010) mention a normal form for well-nested multiple context-free grammars.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Structure In Section 2, we introduce LCFRS and the class of well-nested LCFRS that is the focus of this paper. In Section 3, we discuss the parsing complexity of LCFRS, and show why grammars using our normal form can be parsed efficiently. Section 4 presents the transformation of a well-nested LCFRS into the normal form. Section 5 concludes the paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We write [n] to denote the set of positive integers up to and including n: [n] = {1, . . . , n}.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2"
},
{
"text": "Let \u03a3 be an alphabet. For integers m \u2265 0 and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear, non-erasing functions",
"sec_num": "2.1"
},
{
"text": "k 1 , . . . , k m , k \u2265 1, a total function f : (\u03a3 * ) k 1 \u00d7 \u2022 \u2022 \u2022 \u00d7 (\u03a3 * ) km \u2192 (\u03a3 * ) k is called a linear, non-erasing function over \u03a3 with type k 1 \u00d7 \u2022 \u2022 \u2022 \u00d7 k m \u2192 k, if it can be defined by an equation of the form f ( x 1,1 , . . . , x 1,k 1 , . . . , x m,1 , . . . , x m,km ) = \u03b1 ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear, non-erasing functions",
"sec_num": "2.1"
},
{
"text": "where \u03b1 is a k-tuple of strings over the variables on the left-hand side of the equation and \u03a3 with the property that each variable occurs in \u03b1 exactly once. The values m and k are called the rank and the fanout of f , and denoted by \u03c1(f ) and \u03d5(f ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear, non-erasing functions",
"sec_num": "2.1"
},
{
"text": "For the purposes of this paper, a linear context-free rewriting system, henceforth LCFRS, is a construct G = (N, T, P, S), where N is an alphabet of nonterminal symbols in which each symbol A is associated with a positive integer \u03d5(A) called its fan-out, T is an alphabet of terminal symbols, S \u2208 N is a distinguished start symbol with \u03d5(S) = 1; and P is a finite set of productions of the form",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "p = A \u2192 f (A 1 , . . . , A m ) ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "where m \u2265 0, A, A 1 , . . . , A m \u2208 N , and f is a linear, non-erasing function over the terminal alphabet T with type \u03d5",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "(A 1 ) \u00d7 \u2022 \u2022 \u2022 \u00d7 \u03d5(A m ) \u2192 \u03d5(A)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": ", called the composition operation associated with p. The rank of G and the fan-out of G are defined as the maximal rank and fan-out of the composition operations of G, and are denoted by \u03c1(G) and \u03d5(G).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "The sets of derivation trees of G are the smallest indexed family of sets D A , A \u2208 N , such that, if ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "p = A \u2192 f (A 1 , . . . , A m ) N = {S, R} , T = {a, b, c, d} , P = { p 1 = S \u2192 f 1 (R), p 2 = R \u2192 f 2 (R), p 3 = R \u2192 f 3 } , where: f 1 ( x 1,1 , x 1,2 ) = x 1,1 x 1,2 , f 2 ( x 1,1 , x 1,2 ) = a x 1,1 b, c x 1,2 d , f 3 = \u03b5, \u03b5 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "{ a n b n c n d n | n \u2265 0 }.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "is a production of G and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "t i \u2208 D A i for all i \u2208 [m], then t = p(t 1 , . . . , t m ) \u2208 D A .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "By interpreting productions as their associated composition operations in the obvious way, a derivation tree t \u2208 D A evaluates to a \u03d5(A)-tuple of strings over T ; we denote this tuple by val(t). The string language generated by G, denoted by L(G), is then defined as",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "L(G) = { w \u2208 T * | t \u2208 D S , w = val(t) } .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "Two LCFRS are called weakly equivalent, if they generate the same string language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "Example Figure 1 shows a sample LCFRS G with \u03c1(G) = 1 and \u03d5(G) = 2. The sets of its derivation trees are",
"cite_spans": [],
"ref_spans": [
{
"start": 8,
"end": 16,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "D R = { p n 2 (p 3 ) | n \u2265 0 } and D S = { p 1 (t) | t \u2208 D R }. The string language generated by G is { a n b n c n d n | n \u2265 0 }.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linear Context-Free Rewriting Systems",
"sec_num": "2.2"
},
{
"text": "In the remainder of this paper, we use the following convenient syntax for tuples of strings. Instead of",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "v 1 , . . . , v k , we write v 1 $ \u2022 \u2022 \u2022 $ v k ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "using the $-symbol to mark the component boundaries. We call this the characteristic string of the tuple, and an occurrence of the symbol $ a gap marker. We also use this notation for composition operations. For example, the characteristic string of the operation",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "f ( x 1,1 , x 1,2 , x 2,1 ) = a x 1,1 x 2,1 , x 1,2 b is a x 1,1 x 2,1 $ x 1,2 b.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "If we assume the variables on the left-hand side of an equation to be named according to the schema used in Section 2.1, then the characteristic string of a composition operation determines that operation completely. We will therefore freely identify the two, and write productions as",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "p = A \u2192 [v 1 $ \u2022 \u2022 \u2022 $ v k ](A 1 , . . . , A m ) ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "where the string inside the brackets is the characteristic string of some composition operation. The substrings v 1 , . . . , v k are called the components of the characteristic string. Note that the characteristic string of a composition operation with type k 1 \u00d7 \u2022 \u2022 \u2022 \u00d7 k m \u2192 k is a sequence of terminal symbols, gap markers, and variables from the set",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "{ x i,j | i \u2208 [m], j \u2208 [k i ] }",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "in which the number of gap markers is k \u22121, and each variable occurs exactly once. When in the context of such a composition operation we refer to 'a variable of the form x i,j ', then it will always be the case that",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "i \u2208 [m] and j \u2208 [k i ].",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "The identification of composition operations and their characteristic strings allows us to construct new operations by string manipulations: if, for example, we delete some variables from a characteristic string, then the resulting string still defines a composition operation (after a suitable renaming of the remaining variables, which we leave implicit).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Characteristic strings",
"sec_num": "2.3"
},
{
"text": "To simplify our presentation, we will assume that LCFRS are given in a certain canonical form. Intuitively, this canonical form requires the variables in the characteristic string of a composition operation to be ordered in a certain way.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Canonical LCFRS",
"sec_num": "2.4"
},
{
"text": "Formally, the defining equation of a composition operation f with type k 1 \u00d7 \u2022 \u2022 \u2022 \u00d7 k m \u2192 k is called canonical, if (i) the sequence obtained from f by reading variables of the form x i,1 from left to right has the form x 1,1 \u2022 \u2022 \u2022 x m,1 ; and (ii) for each i \u2208 [m], the sequence obtained from f by reading variables of the form x i,j from left to right has the form",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Canonical LCFRS",
"sec_num": "2.4"
},
{
"text": "x i,1 \u2022 \u2022 \u2022 x i,k i . An LCFRS is called canonical, if each of its composition operations is canonical.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Canonical LCFRS",
"sec_num": "2.4"
},
{
"text": "We omit the proof that every LCFRS can be transformed into a weakly equivalent canonical LCFRS. However, we point out that both the normal form and the parsing algorithm that we present in this paper can be applied also to general LCFRS. This is in contrast to some left-to-right parsers in the literature on LCFRS and equivalent formalisms (de la Clergerie, 2002; Kallmeyer and Maier, 2009) , which actually depend on productions in canonical form.",
"cite_spans": [
{
"start": 365,
"end": 391,
"text": "Kallmeyer and Maier, 2009)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Canonical LCFRS",
"sec_num": "2.4"
},
{
"text": "We now characterize the class of well-nested LCFRS that are the focus of this paper. Well-nestedness was first studied in the context of dependency grammars (Kuhlmann and M\u00f6hl, 2007) . Kanazawa (2009) defines well-nested multiple context-free grammars, which are weakly equivalent to well-nested LCFRS.",
"cite_spans": [
{
"start": 157,
"end": 182,
"text": "(Kuhlmann and M\u00f6hl, 2007)",
"ref_id": "BIBREF11"
},
{
"start": 185,
"end": 200,
"text": "Kanazawa (2009)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Well-nested LCFRS",
"sec_num": "2.5"
},
{
"text": "A composition operation is called well-nested, if it does not contain a substring of the form",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Well-nested LCFRS",
"sec_num": "2.5"
},
{
"text": "x i,i 1 \u2022 \u2022 \u2022 x j,j 1 \u2022 \u2022 \u2022 x i,i 2 \u2022 \u2022 \u2022 x j,j 2 , where i = j . For example, the operation x 1,1 x 2,1 $x 2,2 x 1,2 is well- nested, while x 1,1 x 2,1 $ x 1,2 x 2,2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Well-nested LCFRS",
"sec_num": "2.5"
},
{
"text": "is not. An LCFRS is called well-nested, if it contains only well-nested composition operations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Well-nested LCFRS",
"sec_num": "2.5"
},
{
"text": "The class of languages generated by well-nested LCFRS is properly included in the class of languages generated by general LCFRS; see Kanazawa and Salvati (2010) for further discussion.",
"cite_spans": [
{
"start": 133,
"end": 160,
"text": "Kanazawa and Salvati (2010)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Well-nested LCFRS",
"sec_num": "2.5"
},
{
"text": "We now discuss the parsing complexity of LCFRS, and motivate our interest in a normal form for wellnested LCFRS.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing LCFRS",
"sec_num": "3"
},
{
"text": "A bottom-up, chart-based parsing algorithm for the class of (not necessarily well-nested) LCFRS can be defined by using the formalism of parsing schemata (Sikkel, 1997) . The parsing schemata approach considers parsing as a deduction process (as in Shieber et al. (1995)), generating intermediate results called items. Starting with an initial set of items obtained from each input sentence, a parsing schema defines a set of deduction steps that can be used to infer new items from existing ones. Each item contains information about the sentence's structure, and a successful parsing process will produce at least one final item containing a full parse for the input.",
"cite_spans": [
{
"start": 154,
"end": 168,
"text": "(Sikkel, 1997)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "The item set used by our bottom-up algorithm to parse an input string w = a 1 \u2022 \u2022 \u2022 a n with an LCFRS G = (N, T, P, S) will be",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "I = {[A, (l 1 , r 1 ), . . . , (l k , r k )] | A \u2208 N \u2227 0 \u2264 l i \u2264 r i \u2264 n \u2200i \u2208 [k]}, where an item [A, (l 1 , r 1 ), . . . , (l k , r k )]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "can be interpreted as the set of those derivation trees t \u2208 D A of G for which",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "val(t) = a l 1 +1 \u2022 \u2022 \u2022 a r 1 $ \u2022 \u2022 \u2022 $ a l k +1 \u2022 \u2022 \u2022 a r k .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "The set of final items is thus F = {[S, (0, n)]}, containing full derivation trees that evaluate to w.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "For simplicity of definition of the sets of initial items and deduction steps, let us assume that productions of rank > 0 in our grammar do not contain terminal symbols in their right-hand sides. This can be easily achieved from a starting grammar by creating a nonterminal A a for each terminal a \u2208 T , a corresponding rank-0 production p a = A a \u2192 [a](), and then changing each occurrence of a in the characteristic string of a production to the single variable associated with the fan-out 1 nonterminal A a . With this, our initial item set for a string a 1 \u2022 \u2022 \u2022 a n will be",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "H = {[A a i , (i \u2212 1, i)] | i \u2208 [n]} ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "and each production p = A 0 \u2192 f (A 1 , . . . , A m ) of G (excluding the ones we created for the terminals) will produce a deduction step of the form given in Figure 2a , where the indexes are subject to the following constraints, imposed by the semantics of f .",
"cite_spans": [],
"ref_spans": [
{
"start": 159,
"end": 168,
"text": "Figure 2a",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "1. If the kth component of the characteristic string of f starts with x i,j , then l 0,k = l i,j . 2. If the kth component of the characteristic string of f ends with",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "x i,j , then r 0,k = r i,j . 3. If x i,j x i ,j is an infix of the characteristic string of f , then r i,j = l i ,j .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General parsing schema",
"sec_num": "3.1"
},
{
"text": "of f is the empty string, then l 0,k = r 0,k .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "If the kth component of the characteristic string",
"sec_num": "4."
},
{
"text": "The time complexity of parsing LCFRS with respect to the length of the input can be analyzed by counting the maximum number of indexes that can appear in an instance of the inference rule above. Although the total number of indexes is m i=0 2 \u2022 \u03d5(A i ), some of these indexes are equated by the constraints.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "To count the number of independent indexes, consider all the indexes of the form l 0,i (corresponding to the left endpoints of each component of the characteristic string of f ) and those of the form r j,k for j > 0 (corresponding to the right endpoints of each variable in the characteristic string). By the constraints above, these indexes are mutually independent, and it is easy to check that any other index is equated to one of these: indexes r 0,i are equated to the index r j,k corresponding to the last variable x j,k of the ith component of the characteristic string, or to l 0,i if there is no such variable; while indexes l j,k with j > 0 are equated to an index l 0,i if the variable x j,k is at the beginning of a component of the characteristic string, or to an index r j ,k (j > 1) if the variable x j,k follows another variable x j ,k .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "[A 1 , (l 1,1 , r 1,1 ), . . . , (l 1,\u03d5(A 1 ) , r 1,\u03d5(A 1 ) )] \u2022 \u2022 \u2022 [A m , (l m,1 , r m,1 ), . . . , (l m,\u03d5(Am) , r m,\u03d5(Am) )] [A 0 , (l 0,1 , r 0,1 ), . . . , (l 0,\u03d5(A 0 ) , r 0,\u03d5(A 0 ) )]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "(a) The general rule for a parsing schema for LCFRS",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "[B, (l 1 , r 1 ), . . . , (l m , r m )] [C, (l 1 , r 1 ), . . . (l n , r n )] [A, (l 1 , r 1 ), . . . , (l m , r 1 ), . . . (l n , r n )] r m = l 1 (b) Deduction step for concatenation [B, (l 1 , r 1 ), . . . , (l m , r m )] [C, (l 1 , r 1 ), . . . (l n , r n )] [A, (l 1 , r 1 ), . . . , (l i , r 1 ), . . . (l n , r i+1 ), . . . , (l m , r m )] r i = l 1 , r n = l i+1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "(c) Deduction step for wrapping Thus, the parsing complexity (Gildea, 2010) of a production p = A 0 \u2192 f (A 1 , . . . , A m ) is determined by \u03d5(A 0 ) l-indexes and i\u2208[m] \u03d5(A i ) r-indexes, for a total complexity of",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "O(|w| \u03d5(A 0 )+ i\u2208[m] \u03d5(A i ) )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "where |w| is the length of the input string. The parsing complexity of an LCFRS will correspond to the maximum parsing complexity among its productions. Note that this general complexity matches the result given by Seki et al. (1991) .",
"cite_spans": [
{
"start": 215,
"end": 233,
"text": "Seki et al. (1991)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "In an LCFRS of rank \u03c1 and fan-out \u03d5, the maximum possible parsing complexity is O(|w| \u03d5(\u03c1+1) ), obtained by applying the above expression to a production of rank \u03c1 and where each nonterminal has fanout \u03d5. The asymptotic time complexity of LCFRS parsing is therefore exponential both in its rank and its fan-out. This means that it is interesting to transform LCFRS into equivalent forms that reduce their rank while preserving the fan-out. For sets of LCFRS that can be transformed into a binary form (i.e., such that all its rules have rank at most 2), the \u03c1 factor in the complexity is reduced to a constant, and complexity is improved to O(|w| 3\u03d5 ) (see G\u00f3mez-Rodr\u00edguez et al. (2009) for further discussion). Unfortunately, it is known by previous results (Rambow and Satta, 1999 ) that it is not always possible to convert an LCFRS into such a binary form without increasing the fan-out. However, we will show that it is always possible to build such a binarization for well-nested LCFRS. Combining this result with the inference rule and complexity analysis given above, we would obtain a parser for well-nested LCFRS running in O(|w| 3\u03d5 ) time. But the construction of our binary normal form additionally restricts binary composition operations in the binarized LCFRS to be of two specific forms, concatenation and wrapping, which further improves the parsing complexity to O(|w| 2\u03d5+2 ), as we will see below.",
"cite_spans": [
{
"start": 657,
"end": 686,
"text": "G\u00f3mez-Rodr\u00edguez et al. (2009)",
"ref_id": "BIBREF2"
},
{
"start": 759,
"end": 782,
"text": "(Rambow and Satta, 1999",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "General complexity",
"sec_num": "3.2"
},
{
"text": "A composition operation is called a concatenation operation, if its characteristic string has the form",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "x 1,1 $ \u2022 \u2022 \u2022 $ x 1,m x 2,1 $ \u2022 \u2022 \u2022 $ x 2,n",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": ", where m, n \u2265 1. Intuitively, such an operation corresponds to the bottom-up combination of two adjacent discontinuous constituents into one. An example of a concatenation operation is the binary parsing rule used by the standard CKY parser for context-free grammars, which combines continuous constituents (represented as 1-tuples of strings in the LCFRS notation). In the general case, a concatenation operation will take an m-tuple and an n-tuple and return an (m + n \u2212 1)-tuple, as the joined constituents may have gaps that will also appear in the resulting tuple.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "If we apply the general parsing rule given in Figure 2a to a production A \u2192 conc(B, C) , where conc is a concatenation operation, then we obtain the deduction step given in Figure 2b . This step uses 2m different land r-indexes, and 2n \u2212 1 different land r -indexes (excluding l 1 which must equal r m ), for a total of 2m+2n\u22121 = 2(m+n\u22121)+1 indexes.",
"cite_spans": [],
"ref_spans": [
{
"start": 46,
"end": 86,
"text": "Figure 2a to a production A \u2192 conc(B, C)",
"ref_id": "FIGREF1"
},
{
"start": 173,
"end": 182,
"text": "Figure 2b",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "Since m + n \u2212 1 is the fan-out of the nonterminal A, we conclude that the maximum number of indexes in the step associated with a concatenation operation in an LCFRS of fan-out \u03d5 is 2\u03d5 + 1. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "before: p \u2022 \u2022 \u2022 t1 tm after: p q \u2022 \u2022 \u2022 t q,1 t q,mq r \u2022 \u2022 \u2022 t r,1 t r,mr",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "x 1,1 $ \u2022 \u2022 \u2022 $ x 1,i x 2,1 $ \u2022 \u2022 \u2022 $ x 2,n x 1,i+1 $ \u2022 \u2022 \u2022 $ x 1,m ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "where m, n \u2265 1 and i \u2208 [m \u2212 1]. Intuitively, such an operation wraps the tuple derived from a nonterminal B around the tuple derived from a nonterminal C, filling the ith gap in the former. An example of a wrapping operation is the adjunction of an auxiliary tree in tree-adjoining grammar. In the general case, a wrapping operation will take an m-tuple and an n-tuple and return an (m + n \u2212 2)-tuple of strings: the gaps of the argument tuples appear in the obtained tuple, except for one gap in the tuple derived from B which is filled by the tuple derived from C.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "By applying the general parsing rule in Figure 2a to a production A \u2192 wrap i (B, C), where wrap i is a wrapping operation, then we obtain the deduction step given in Figure 2c . This step uses 2m different land r-indexes, and 2n \u2212 2 different l -and r -indexes (discounting l 1 and r n which are equal to other indexes), for a total of 2m+2n\u22122 = 2(m+n\u22122)+2 indexes. Since the fan-out of A is m + n \u2212 2, this means that a wrapping operation needs at most 2\u03d5+2 indexes for an LCFRS of fan-out \u03d5.",
"cite_spans": [],
"ref_spans": [
{
"start": 40,
"end": 49,
"text": "Figure 2a",
"ref_id": "FIGREF1"
},
{
"start": 166,
"end": 175,
"text": "Figure 2c",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "From this, we conclude that an LCFRS of fanout \u03d5 in which all composition operations are either concatenation operations, wrapping operations, or operations of rank 0 or 1, can be parsed in time O(|w| 2\u03d5+2 ). In particular, nullary and unary composition operations do not affect this worst-case complexity, since their associated deduction steps can never have more than 2\u03d5 indexes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concatenation and wrapping",
"sec_num": "3.3"
},
{
"text": "We now show how to transform a well-nested LCFRS into the normal form that we have just described.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformation",
"sec_num": "4"
},
{
"text": "Consider a production p = A \u2192 f (A 1 , . . . , A m ) , where m \u2265 2 and f is neither a concatenation nor a wrapping operation. We will construct new productions p , q, r such that every derivation that uses p can be rewritten into a derivation that uses the new productions, and the new productions do not license any other derivations. Formally, this can be understood as implementing a tree transformation, where the input trees are derivations of the original grammar, and the output trees are derivations of the new grammar. The situation is illustrated in Figure 3 . The tree on top represents a derivation in the original grammar; this derivation starts with the rewriting of the nonterminal A using the production p, and continues with the subderivations t 1 , . . . , t m . The tree at the bottom represents a derivation in the transformed grammar. This derivation starts with the rewriting of A using the new production p , and continues with two independent subderivations that start with the new productions q and r, respectively. The sub-derivations t 1 , . . . , t m have been partitioned into two sequences t 1,1 , . . . , t 1,m 1 and t 2,1 , . . . , t 2,m 2 .",
"cite_spans": [],
"ref_spans": [
{
"start": 32,
"end": 52,
"text": "(A 1 , . . . , A m )",
"ref_id": "FIGREF0"
},
{
"start": 560,
"end": 568,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Informal overview",
"sec_num": "4.1"
},
{
"text": "The new production p will be either a concatenation or a wrapping operation, and the rank of both q and r will be strictly smaller than the rank of p. The transformation will continue with q and r, unless these have rank one. By applying this strategy exhaustively, we will thus eventually end up with a grammar that only has productions with rank at most 2, and in which all productions with rank 2 are either concatenation or wrapping operations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Informal overview",
"sec_num": "4.1"
},
{
"text": "To transform the production p, we first factorize the composition operation f associated with p into three new composition operations f , g, h as follows. Recall that we represent composition operations by their characteristic strings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "In the following, we will assume that no characteristic string starts or ends with a gap marker, or contains immediate repetitions of gap markers. This property can be ensured, without affecting the asymptotic complexity, by adding intermediate steps to the transformation that we report here; we omit the details due to space reasons. When this property holds, we are left with the following two cases. Let us call a sequence of variables joint, if it contains all and only variables associated with a given nonterminal. where k \u2265 1, x 1 , . . . , x k are joint variables, and the suffix f * contains at least one variable. Let",
"cite_spans": [],
"ref_spans": [
{
"start": 522,
"end": 542,
"text": "where k \u2265 1, x 1 , .",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "Case 1 f = x 1 f 1 x 2 \u2022 \u2022 \u2022 x k\u22121 f k\u22121 x k f * ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "g = x 1 f 1 x 2 \u2022 \u2022 \u2022 x k\u22121 f k\u22121 x k ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "let h = f * , and let f = conc. As f is well-nested, both g and h define well-nested composition operations. By the specific segmentation of f , the ranks of these operations are strictly smaller than the rank of f . Furthermore, we have \u03d5(f ) = \u03d5(g) + \u03d5(h) \u2212 1 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "Case 2 f = x 1 f 1 x 2 \u2022 \u2022 \u2022 x k\u22121 f k\u22121 x k ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "where k \u2265 2, x 1 , . . . , x k are joint variables, and there exist at least one i such that the sequence f i contains at least one variable. Choose an index j as follows: if there is at least one i such that f i contains at least one variable and one gap marker, let j be the minimal such i; otherwise, let j be the minimal i such that f i contains at least one variable. Now, let",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "g = x 1 f 1 x 2 \u2022 \u2022 \u2022 x j $ x j+1 \u2022 \u2022 \u2022 x k\u22121 f k\u22121 x k ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "let h = f j , and let f = wrap j . As in Case 1, both g and h define well-nested composition operations whose ranks are strictly smaller than the rank of f . Furthermore, we have \u03d5(f ) = \u03d5(g) + \u03d5(h) \u2212 2 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "Note that at most one of the two cases can apply to f . Furthermore, since f is well-nested, it is also true that at least one of the two cases applies. This is so because for two distinct nonterminals A i , A i , either all variables associated with A i precede the leftmost variable associated with A i , succeed the rightmost variable associated with A i , or are placed between two variables associated with A i without another variable associated with A i intervening. (Here, we have left out the symmetric cases.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Constructing the composition operations",
"sec_num": "4.2"
},
{
"text": "Based on the composition operations, we now construct three new productions p , q, r as follows. Let B and C be two fresh nonterminals with \u03d5(B) = \u03d5(g) and \u03d5(C) = \u03d5(h), and let p = A \u2192 f (B, C). The production p rewrites A into B and C and combines the two subderivations that originate at these nonterminals using either a concatenation or a wrapping operation. Now, let A q,1 , . . . , A q,mq and A r,1 , . . . , A r,mr be the sequences of nonterminals that are obtained from the sequence A 1 , . . . , A m by deleting those nonterminals that are not associated with any variable in g or h, respectively. Then, let q = B \u2192 g (A q,1 , . . . , A q,mq ) and r = C \u2192 h( A r,1 , . . . , A r,mr ) .",
"cite_spans": [],
"ref_spans": [
{
"start": 627,
"end": 652,
"text": "(A q,1 , . . . , A q,mq )",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Constructing the new productions",
"sec_num": "4.3"
},
{
"text": "We now illustrate the transformation using the concrete production p = A \u2192 f (A 1 , A 2 , A 3 ), where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "f = x 1,1 x 2,1 $ x 1,2 $ x 3,1 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "Note that this operation has rank 3 and fan-out 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "The composition operations are constructed as follows. The operation f matches the pattern of Case 1, and hence induces the operations",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "g 1 = x 1,1 x 2,1 $ x 1,2 , h 1 = $ x 3,1 , f 1 = conc .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "The productions constructed from these are",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "p 1 = A \u2192 conc(B 1 , C 1 ) , q 1 = B 1 \u2192 g 1 (A 1 , A 2 ) , r 1 = C 1 \u2192 h 1 (A 3 ) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "where B 1 and C 1 are fresh nonterminals with fanout 2. The production r 1 has rank one, so it does not require any further transformations. The transformation thus continues with q 1 . The operation g 1 matches the pattern of Case 2, and induces the operations",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "g 2 = x 1,1 $ x 1,2 , h 2 = x 2,1 $ , f 2 = wrap 1 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "The productions constructed from these are",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "p 2 = B 1 \u2192 wrap 1 (B 2 , C 2 ) , q 2 = B 2 \u2192 g 2 (A 1 ) , r 2 = C 2 \u2192 h 2 (A 2 ) ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "where B 2 and C 2 are fresh nonterminals with fanout 2. At this point, the transformation terminates. We can now delete p from the original grammar, and replace it with the productions {p 1 , r 1 , p 2 , q 2 , r 2 }.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "To see that the transformation is correct, we need to verify that each production of the original grammar is transformed into a set of equivalent normal-form productions, and that the fan-out of the new grammar does not exceed the fan-out of the old grammar.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "For the first point, we note that the transformation preserves well-nestedness, decreases the rank of a production, and is always applicable as long as the rank of a production is at most 2 and the production does not use a concatenation or wrapping operation. That the new productions are equivalent to the old ones in the sense of Figure 3 can be proved by induction on the length of a derivation in the original and the new grammar, respectively.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "Let us now convince ourselves that the fan-out of the new grammar does not exceed the fan-out of the old grammar. This is clear in Case 1, where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "\u03d5(f ) = \u03d5(g) + \u03d5(h) \u2212 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "implies that both \u03d5(g) \u2264 \u03d5(f ) and \u03d5(h) \u2264 \u03d5(f ). For Case 2, we reason as follows. The fan-out of the operation h, being constructed from an infix of the characteristic string of the original operation f , is clearly bounded by the fan-out of f . For g, we have",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "\u03d5(g) = \u03d5(f ) \u2212 \u03d5(h) + 2 ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "Now suppose that the index j was chosen according to the first alternative. In this case, \u03d5(h) \u2265 2, and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "\u03d5(g) \u2264 \u03d5(f ) \u2212 2 + 2 = \u03d5(f ) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "For the case where j was chosen according to the second alternative, \u03d5(f ) < k (since there are no immediate repetitions of gap markers), \u03d5(h) = 1, and \u03d5(g) \u2264 k. If we assume that each nonterminal is productive, then this means that the underlying LCFRS has at least one production with fan-out k or more; therefore, the fan-out of g does not increase the fan-out of the original grammar.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correctness",
"sec_num": "4.5"
},
{
"text": "To conclude, we now briefly discuss the space complexity of the normal-form transformation. We measure it in terms of the length of a production, defined as the length of its string representation, that is, the string",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Complexity",
"sec_num": "4.6"
},
{
"text": "A \u2192 [v 1 $ \u2022 \u2022 \u2022 $ v k ](A 1 , . . . , A m ) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Complexity",
"sec_num": "4.6"
},
{
"text": "Looking at Figure 3 , we note that the normal-form transformation of a production p can be understood as the construction of a (not necessarily complete) binary-branching tree whose leaves correspond to the productions obtained by splitting the characteristic string of p and whose non-leaf nodes are labeled with concatenation and wrapping operations. By construction, the sum of the lengths of leaf-node productions is O(|p|). Since the number of inner nodes of a binary tree with n leaves is bounded by n \u2212 1, we know that the tree has O(\u03c1(p)) inner nodes. As these nodes correspond to concatenation and wrapping operations, each inner-node production has length O(\u03d5(p)). Thus, the sum of the lengths of the productions created from |p| is O(|p| + \u03c1(p)\u03d5(p)). Since the rank of a production is always smaller than its length, this is reduced to O(|p|\u03d5(p)).",
"cite_spans": [],
"ref_spans": [
{
"start": 11,
"end": 19,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Complexity",
"sec_num": "4.6"
},
{
"text": "Therefore, the size of the normal-form transformation of an LCFRS G of fan-out \u03d5 is O(\u03d5|G|) in the worst case, and linear space in practice, since the fan-out is typically bounded by a small integer. Taking the normal-form transformation into account, our parser therefore runs in time O(\u03d5 \u2022 |G| \u2022 |w| 2\u03d5+2 ) where |G| is the original grammar size.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Complexity",
"sec_num": "4.6"
},
{
"text": "In this paper, we have presented an efficient parsing algorithm for well-nested linear context-free rewriting systems, based on a new normal form for this formalism. The normal form takes up linear space with respect to grammar size, and the algorithm is based on a bottom-up process that can be applied to any LCFRS, achieving O(\u03d5 \u2022 |G| \u2022 |w| 2\u03d5+2 ) time complexity when applied to LCFRS of fan-out \u03d5 in our normal form. This complexity is an asymptotic improvement over existing results for this class, both from parsers specifically geared to well-nested LCFRS or equivalent formalisms (Hotz and Pitsch, 1996) and from applying general LCFRS parsing techniques to the well-nested case (Seki et al., 1991) .",
"cite_spans": [
{
"start": 589,
"end": 612,
"text": "(Hotz and Pitsch, 1996)",
"ref_id": "BIBREF4"
},
{
"start": 688,
"end": 707,
"text": "(Seki et al., 1991)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "The class of well-nested LCFRS is an interesting syntactic formalism for languages with discontinuous constituents, providing a good balance between coverage of linguistic phenomena in natural language treebanks (Kuhlmann and Nivre, 2006; Maier and Lichte, 2009) and desirable formal properties (Kanazawa, 2009) . Our results offer a further argument in support of well-nested LCFRS: while the complexity of parsing general LCFRS depends on two dimensions (rank and fan-out), this bidimensional hierarchy collapses into a single dimension in the well-nested case, where complexity is only conditioned by the fan-out.",
"cite_spans": [
{
"start": 212,
"end": 238,
"text": "(Kuhlmann and Nivre, 2006;",
"ref_id": "BIBREF12"
},
{
"start": 239,
"end": 262,
"text": "Maier and Lichte, 2009)",
"ref_id": "BIBREF14"
},
{
"start": 295,
"end": 311,
"text": "(Kanazawa, 2009)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [
{
"text": "Acknowledgments G\u00f3mez-Rodr\u00edguez has been supported by MEC/FEDER (HUM2007-66607-C04) and Xunta de Galicia (PGIDIT07SIN005206PR, Redes Galegas de PL e RI e de Ling. de Corpus, Bolsas Estad\u00edas INCITE/FSE cofinanced). Kuhlmann has been supported by the Swedish Research Council.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "acknowledgement",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Parsing mildly context-sensitive languages with thread automata",
"authors": [
{
"first": "\u00c9ric",
"middle": [],
"last": "Villemonte De La",
"suffix": ""
},
{
"first": "Clergerie",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 2002,
"venue": "19th International Conference on Computational Linguistics (COLING)",
"volume": "",
"issue": "",
"pages": "1--7",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "\u00c9ric Villemonte de la Clergerie. 2002. Parsing mildly context-sensitive languages with thread automata. In 19th International Conference on Computational Lin- guistics (COLING), pages 1-7, Taipei, Taiwan.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Optimal parsing strategies for linear context-free rewriting systems",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
}
],
"year": 2010,
"venue": "Human Language Technologies: The Eleventh Annual Conference of the North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Gildea. 2010. Optimal parsing strategies for linear context-free rewriting systems. In Human Language Technologies: The Eleventh Annual Conference of the North American Chapter of the Association for Compu- tational Linguistics, Los Angeles, USA.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Optimal reduction of rule length in linear context-free rewriting systems",
"authors": [
{
"first": "Carlos",
"middle": [],
"last": "G\u00f3mez-Rodr\u00edguez",
"suffix": ""
},
{
"first": "Marco",
"middle": [],
"last": "Kuhlmann",
"suffix": ""
},
{
"first": "Giorgio",
"middle": [],
"last": "Satta",
"suffix": ""
},
{
"first": "David",
"middle": [
"J"
],
"last": "Weir",
"suffix": ""
}
],
"year": 2009,
"venue": "Human Language Technologies: The 2009 Annual Conference of the North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "539--547",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carlos G\u00f3mez-Rodr\u00edguez, Marco Kuhlmann, Giorgio Satta, and David J. Weir. 2009. Optimal reduction of rule length in linear context-free rewriting systems. In Human Language Technologies: The 2009 Annual Conference of the North American Chapter of the Asso- ciation for Computational Linguistics, pages 539-547, Boulder, CO, USA.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Beyond projectivity: Multilingual evaluation of constraints and measures on nonprojective structures",
"authors": [
{
"first": "Ji\u0159\u00ed",
"middle": [],
"last": "Havelka",
"suffix": ""
}
],
"year": 2007,
"venue": "45th Annual Meeting of the Association for Computational Linguistics (ACL)",
"volume": "",
"issue": "",
"pages": "608--615",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ji\u0159\u00ed Havelka. 2007. Beyond projectivity: Multilin- gual evaluation of constraints and measures on non- projective structures. In 45th Annual Meeting of the As- sociation for Computational Linguistics (ACL), pages 608-615.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "On parsing coupledcontext-free languages",
"authors": [
{
"first": "G\u00fcnter",
"middle": [],
"last": "Hotz",
"suffix": ""
},
{
"first": "Gisela",
"middle": [],
"last": "Pitsch",
"suffix": ""
}
],
"year": 1996,
"venue": "Theoretical Computer Science",
"volume": "161",
"issue": "1-2",
"pages": "205--233",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G\u00fcnter Hotz and Gisela Pitsch. 1996. On parsing coupled- context-free languages. Theoretical Computer Science, 161(1-2):205-233.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "The weak inadequacy of contextfree phrase structure grammars",
"authors": [
{
"first": "Riny",
"middle": [],
"last": "Huybregts",
"suffix": ""
}
],
"year": 1984,
"venue": "Van periferie naar kern",
"volume": "",
"issue": "",
"pages": "81--99",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Riny Huybregts. 1984. The weak inadequacy of context- free phrase structure grammars. In Ger de Haan, Mieke Trommelen, and Wim Zonneveld, editors, Van periferie naar kern, pages 81-99. Foris, Dordrecht, The Nether- lands.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Tree Adjunct Grammars",
"authors": [
{
"first": "K",
"middle": [],
"last": "Aravind",
"suffix": ""
},
{
"first": "Leon",
"middle": [
"S"
],
"last": "Joshi",
"suffix": ""
},
{
"first": "Masako",
"middle": [],
"last": "Levy",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Takahashi",
"suffix": ""
}
],
"year": 1975,
"venue": "Journal of Computer and System Sciences",
"volume": "10",
"issue": "2",
"pages": "136--163",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aravind K. Joshi, Leon S. Levy, and Masako Takahashi. 1975. Tree Adjunct Grammars. Journal of Computer and System Sciences, 10(2):136-163.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Tree Adjoining Grammars: How much context-sensitivity is required to provide reasonable structural descriptions?",
"authors": [
{
"first": "K",
"middle": [],
"last": "Aravind",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Joshi",
"suffix": ""
}
],
"year": 1985,
"venue": "Natural Language Parsing",
"volume": "",
"issue": "",
"pages": "206--250",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aravind K. Joshi. 1985. Tree Adjoining Grammars: How much context-sensitivity is required to provide reason- able structural descriptions? In Natural Language Parsing, pages 206-250. Cambridge University Press.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "An incremental Earley parser for simple range concatenation grammar",
"authors": [
{
"first": "Laura",
"middle": [],
"last": "Kallmeyer",
"suffix": ""
},
{
"first": "Wolfgang",
"middle": [],
"last": "Maier",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 11th International Conference on Parsing Technologies",
"volume": "",
"issue": "",
"pages": "61--64",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Laura Kallmeyer and Wolfgang Maier. 2009. An incre- mental Earley parser for simple range concatenation grammar. In Proceedings of the 11th International Con- ference on Parsing Technologies (IWPT 2009), pages 61-64. Association for Computational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "The copying power of well-nested multiple context-free grammars",
"authors": [
{
"first": "Makoto",
"middle": [],
"last": "Kanazawa",
"suffix": ""
},
{
"first": "Sylvain",
"middle": [],
"last": "Salvati",
"suffix": ""
}
],
"year": 2010,
"venue": "Fourth International Conference on Language and Automata Theory and Applications",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Makoto Kanazawa and Sylvain Salvati. 2010. The copy- ing power of well-nested multiple context-free gram- mars. In Fourth International Conference on Language and Automata Theory and Applications, Trier, Ger- many.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "The pumping lemma for wellnested multiple context-free languages",
"authors": [
{
"first": "Makoto",
"middle": [],
"last": "Kanazawa",
"suffix": ""
}
],
"year": 2009,
"venue": "Developments in Language Theory. 13th International Conference",
"volume": "5583",
"issue": "",
"pages": "312--325",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Makoto Kanazawa. 2009. The pumping lemma for well- nested multiple context-free languages. In Develop- ments in Language Theory. 13th International Confer- ence, DLT 2009, Stuttgart, Germany, June 30-July 3, 2009. Proceedings, volume 5583 of Lecture Notes in Computer Science, pages 312-325.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Mildly context-sensitive dependency languages",
"authors": [
{
"first": "Marco",
"middle": [],
"last": "Kuhlmann",
"suffix": ""
},
{
"first": "Mathias",
"middle": [],
"last": "M\u00f6hl",
"suffix": ""
}
],
"year": 2007,
"venue": "45th Annual Meeting of the Association for Computational Linguistics (ACL)",
"volume": "",
"issue": "",
"pages": "160--167",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marco Kuhlmann and Mathias M\u00f6hl. 2007. Mildly context-sensitive dependency languages. In 45th An- nual Meeting of the Association for Computational Lin- guistics (ACL), pages 160-167.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Mildly nonprojective dependency structures",
"authors": [
{
"first": "Marco",
"middle": [],
"last": "Kuhlmann",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2006,
"venue": "21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING-ACL), Main Conference Poster Sessions",
"volume": "",
"issue": "",
"pages": "507--514",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marco Kuhlmann and Joakim Nivre. 2006. Mildly non- projective dependency structures. In 21st International Conference on Computational Linguistics and 44th An- nual Meeting of the Association for Computational Lin- guistics (COLING-ACL), Main Conference Poster Ses- sions, pages 507-514, Sydney, Australia.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Treebank grammar techniques for non-projective dependency parsing",
"authors": [
{
"first": "Marco",
"middle": [],
"last": "Kuhlmann",
"suffix": ""
},
{
"first": "Giorgio",
"middle": [],
"last": "Satta",
"suffix": ""
}
],
"year": 2009,
"venue": "Twelfth Conference of the European Chapter of the Association for Computational Linguistics (EACL)",
"volume": "",
"issue": "",
"pages": "478--486",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marco Kuhlmann and Giorgio Satta. 2009. Treebank grammar techniques for non-projective dependency parsing. In Twelfth Conference of the European Chap- ter of the Association for Computational Linguistics (EACL), pages 478-486, Athens, Greece.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Characterizing discontinuity in constituent treebanks",
"authors": [
{
"first": "Wolfgang",
"middle": [],
"last": "Maier",
"suffix": ""
},
{
"first": "Timm",
"middle": [],
"last": "Lichte",
"suffix": ""
}
],
"year": 2009,
"venue": "14th Conference on Formal Grammar",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wolfgang Maier and Timm Lichte. 2009. Characterizing discontinuity in constituent treebanks. In 14th Confer- ence on Formal Grammar, Bordeaux, France.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Treebanks and mild context-sensitivity",
"authors": [
{
"first": "Wolfgang",
"middle": [],
"last": "Maier",
"suffix": ""
},
{
"first": "Anders",
"middle": [],
"last": "S\u00f8gaard",
"suffix": ""
}
],
"year": 2008,
"venue": "13th Conference on Formal Grammar",
"volume": "",
"issue": "",
"pages": "61--76",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wolfgang Maier and Anders S\u00f8gaard. 2008. Treebanks and mild context-sensitivity. In 13th Conference on Formal Grammar, pages 61-76, Hamburg, Germany.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Independent parallelism in finite copying parallel rewriting systems",
"authors": [
{
"first": "Owen",
"middle": [],
"last": "Rambow",
"suffix": ""
},
{
"first": "Giorgio",
"middle": [],
"last": "Satta",
"suffix": ""
}
],
"year": 1999,
"venue": "Theoretical Computer Science",
"volume": "223",
"issue": "1-2",
"pages": "87--120",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Owen Rambow and Giorgio Satta. 1999. Independent parallelism in finite copying parallel rewriting systems. Theoretical Computer Science, 223(1-2):87-120.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Recognition of Linear Context-Free Rewriting Systems",
"authors": [
{
"first": "Giorgio",
"middle": [],
"last": "Satta",
"suffix": ""
}
],
"year": 1992,
"venue": "30th Annual Meeting of the Association for Computational Linguistics (ACL)",
"volume": "",
"issue": "",
"pages": "89--95",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Giorgio Satta. 1992. Recognition of Linear Context- Free Rewriting Systems. In 30th Annual Meeting of the Association for Computational Linguistics (ACL), pages 89-95, Newark, DE, USA.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "On Multiple Context-Free Grammars",
"authors": [
{
"first": "Hiroyuki",
"middle": [],
"last": "Seki",
"suffix": ""
},
{
"first": "Takashi",
"middle": [],
"last": "Matsumura",
"suffix": ""
},
{
"first": "Mamoru",
"middle": [],
"last": "Fujii",
"suffix": ""
},
{
"first": "Tadao",
"middle": [],
"last": "Kasami",
"suffix": ""
}
],
"year": 1991,
"venue": "Theoretical Computer Science",
"volume": "88",
"issue": "2",
"pages": "191--229",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hiroyuki Seki, Takashi Matsumura, Mamoru Fujii, and Tadao Kasami. 1991. On Multiple Context-Free Gram- mars. Theoretical Computer Science, 88(2):191-229.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Principles and implementation of deductive parsing",
"authors": [
{
"first": "M",
"middle": [],
"last": "Stuart",
"suffix": ""
},
{
"first": "Yves",
"middle": [],
"last": "Shieber",
"suffix": ""
},
{
"first": "Fernando",
"middle": [],
"last": "Schabes",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 1995,
"venue": "Journal of Logic Programming",
"volume": "24",
"issue": "1-2",
"pages": "3--36",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stuart M. Shieber, Yves Schabes, and Fernando Pereira. 1995. Principles and implementation of deductive pars- ing. Journal of Logic Programming, 24(1-2):3-36.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Evidence against the contextfreeness of natural language",
"authors": [
{
"first": "M",
"middle": [],
"last": "Stuart",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Shieber",
"suffix": ""
}
],
"year": 1985,
"venue": "Linguistics and Philosophy",
"volume": "8",
"issue": "3",
"pages": "333--343",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stuart M. Shieber. 1985. Evidence against the context- freeness of natural language. Linguistics and Philoso- phy, 8(3):333-343.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Parsing Schemata: A Framework for Specification and Analysis of Parsing Algorithms",
"authors": [
{
"first": "Klaas",
"middle": [],
"last": "Sikkel",
"suffix": ""
}
],
"year": 1997,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Klaas Sikkel. 1997. Parsing Schemata: A Framework for Specification and Analysis of Parsing Algorithms. Springer.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Characterizing structural descriptions produced by various grammatical formalisms",
"authors": [
{
"first": "K",
"middle": [],
"last": "Vijay-Shanker",
"suffix": ""
},
{
"first": "David",
"middle": [
"J"
],
"last": "Weir",
"suffix": ""
},
{
"first": "Aravind",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": 1987,
"venue": "25th Annual Meeting of the Association for Computational Linguistics (ACL)",
"volume": "",
"issue": "",
"pages": "104--111",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Vijay-Shanker, David J. Weir, and Aravind K. Joshi. 1987. Characterizing structural descriptions produced by various grammatical formalisms. In 25th Annual Meeting of the Association for Computational Linguis- tics (ACL), pages 104-111, Stanford, CA, USA.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "An LCFRS that generates the string language",
"num": null,
"type_str": "figure",
"uris": null
},
"FIGREF1": {
"text": "Deduction steps for parsing LCFRS.",
"num": null,
"type_str": "figure",
"uris": null
},
"FIGREF2": {
"text": "Transformation of derivation treesA linear, non-erasing function is called a wrapping operation, if its characteristic string has the form",
"num": null,
"type_str": "figure",
"uris": null
}
}
}
}