ACL-OCL / Base_JSON /prefixE /json /E95 /E95-1028.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "E95-1028",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:31:58.479716Z"
},
"title": "Full Language Processing Systems",
"authors": [
{
"first": "David",
"middle": [],
"last": "Carter",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "SRI International Cambridge Computer Science Research Centre 23 Millers Yard",
"location": {
"addrLine": "Mill Lane",
"postCode": "CB2 1RQ",
"settlement": "Cambridge",
"country": "U:K"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "I describe a compiler and development environment for feature-augmented twolevel morphology rules integrated into a full NLP system. The compiler is optimized for a class of languages including many or most European ones, and for rapid development and debugging of descriptions of new languages. The key design decision is to compose morphophonological and morphosyntactic information, but not the lexicon, when compiling the description. This results in typical compilation times of about a minute, and has allowed a reasonably full, feature-based description of French inflectional morphology to be developed in about a month by a linguist new to the system.",
"pdf_parse": {
"paper_id": "E95-1028",
"_pdf_hash": "",
"abstract": [
{
"text": "I describe a compiler and development environment for feature-augmented twolevel morphology rules integrated into a full NLP system. The compiler is optimized for a class of languages including many or most European ones, and for rapid development and debugging of descriptions of new languages. The key design decision is to compose morphophonological and morphosyntactic information, but not the lexicon, when compiling the description. This results in typical compilation times of about a minute, and has allowed a reasonably full, feature-based description of French inflectional morphology to be developed in about a month by a linguist new to the system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The paradigm of two-level morphology (Koskenniemi, 1983) has become popular for handling word formation phenomena in a variety of languages. The original formulation has been extended to allow morphotactic constraints to be expressed by feature specification (Trost, 1990; A1shawi et al, 1991) rather than Koskenniemi's less perspicuous device of continuation classes. Methods for the automatic compilation of rules from a notation convenient for the rule-writer into finitestate automata have also been developed, allowing the efficient analysis and synthesis of word forms. The automata may be derived from the rules alone (Trost, 1990) , or involve composition with the lexicon (Karttunen, Kaplan and Zaenen, 1992) .",
"cite_spans": [
{
"start": 37,
"end": 56,
"text": "(Koskenniemi, 1983)",
"ref_id": "BIBREF9"
},
{
"start": 259,
"end": 272,
"text": "(Trost, 1990;",
"ref_id": "BIBREF17"
},
{
"start": 273,
"end": 293,
"text": "A1shawi et al, 1991)",
"ref_id": null
},
{
"start": 625,
"end": 638,
"text": "(Trost, 1990)",
"ref_id": "BIBREF17"
},
{
"start": 681,
"end": 717,
"text": "(Karttunen, Kaplan and Zaenen, 1992)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "However, there is often a trade-off between runtime efficiency and factors important for rapid and accurate system development, such as perspicuity of notation, ease of debugging, speed of compilation and the size of its output, and the independence of the morphological and lexical components. In compilation, one may compose any or all of (a) the two-level rule set, (b) the set of affixes and their allowed combinations, and (c) the lexicon; see Kaplan and Kay (1994 / for an exposition of the mathematical basis. The type of compilation appropriate for rapid development and acceptable run-time performance depends on, at least, the nature of the language being described and the number of base forms in the lexicon; that is, on the position in the three-dimensional space defined by (a), (b) and (c). For example, English inflectional morphology is relatively simple; dimensions (a) and (b) are fairly small, so if (c), the lexicon, is known in advance and is of manageable size, then the entire task of morphological anMysis can be carried out at compile time, producing a list of analysed word forms which need only be looked up at run time, or a network which can be traversed very simply. Alternatively, there may be no need to provide as powerful a mechanism as two-level morphology at all; a simpler device such as affix stripping (A1shawi, 1992, pll9ff) or merely listing all inflected forms explicitly may be preferable.",
"cite_spans": [
{
"start": 449,
"end": 471,
"text": "Kaplan and Kay (1994 /",
"ref_id": "BIBREF5"
},
{
"start": 1342,
"end": 1365,
"text": "(A1shawi, 1992, pll9ff)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "For agglutinative languages such as Korean, Finnish and Turkish (Kwon and Karttunen, 1994; Koskenniemi, 1983; Oflazer, 1993) , dimension (b) is very large, so creating an exhaustive word list is out of the question unless the lexicon is trivial. Compilation to a network may still make sense, however, and because these languages tend to exhibit few non-eoncatenative morphophonological phenomena other than vowel harmony, the continuation class mechanism may suffice to describe the allowed affix sequences at the surface level.",
"cite_spans": [
{
"start": 64,
"end": 90,
"text": "(Kwon and Karttunen, 1994;",
"ref_id": "BIBREF10"
},
{
"start": 91,
"end": 109,
"text": "Koskenniemi, 1983;",
"ref_id": "BIBREF9"
},
{
"start": 110,
"end": 124,
"text": "Oflazer, 1993)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Many European languages are of the inflecting type, and occupy still another region of the space of difficulty. They are too complex morphologically to yield easily to the simpler techniques that can work for English. The phonological or orthographic changes involved in affixation may be quite complex, so dimension (a) can be laige, and a feature mechanism may be needed to handle such varied but interrelated morphosyn-tactic phenomena such as umlaut (Trost, 1991) , case, number, gender, and different morphological paradigms. On the other hand, while there may be many different affixes, their possibilities for combination within a word are fairly limited, so dimension (b) is quite manageable.",
"cite_spans": [
{
"start": 454,
"end": 467,
"text": "(Trost, 1991)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper describes a representation and associated compiler intended for two-level morphological descriptions of the written forms of inflecting languages. The system described is a component of the Core Language Engine (CLE; AIshawi, 1992), a general-purpose language analyser and generator implemented in Prolog which supports both a built-in lexicon and access to large external lexical databases. In this context, highly efficient word analysis and generation at run-time are less important than ensuring that the morphology mechanism is expressive, is easy to debug, and allows relatively quick compilation. Morphology also needs to be well integrated with other processing levels. In particular, it should be possible to specify relations among morphosyntactic and morphophonological rules and lexical entries; for the convenience of developers, this is done by means of feature equations. Further, it cannot be assumed that the lexicon has been fully specified when the morphology rules are compiled. Developers may wish to add and test further lexical entries without frequently recompiling the rules, and it may also be necessary to deal with unknown words at run time, for example by querying a large external lexical database or attempting spelling correction (Alshawi, 1992, pp124-7) . Also, both analysis and generation of word forms are required. Run-time speed need only be enough to make the time spent on morphology small compared to sententia] and contextual processing.",
"cite_spans": [
{
"start": 1273,
"end": 1297,
"text": "(Alshawi, 1992, pp124-7)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "These parameters -languages with a complex morphology/syntax interface but a limited number of affix combinations, tasks where the lexicon is not necessarily known at compile time, bidirectional processing, and the need to ease development rather than optimize run-time efficiencydictate the design of the morphology compiler described in this paper, in which spelling rules and possible affix combinations (items (a) and (b)), but not the lexicon (item (c)), are composed in the compilation phase. Descriptions of French, Polish and English inflectional morphology have been developed for it, and I show how various aspeers of the mechanism allow phenomena in these languages to be handled.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The formalism for spelling rules (dimension (a)) is a syntactic variant of that of Ruessink (1989) and Pulman (1991) . A rule is of the form spell (Name, Surface Op Lexical, Classes, Features) . Rules may be optional (Op is \"~\") or obligatory (Op is \"\u00a2~\"). Surface and Lexical are both strings of the form \" LContext I Target I RContext\" meaning that the surface and lexical targets may correspond if the left and right contexts and the Features specification are satisfied. The vertical bars simply separate the parts of the string and do not themselves match letters. The correspondence between surface and lexical strings for an entire word is licensed if there is a partitioning of both so that each partition (pair of corresponding surface and lexica] targets) is licensed by a rule, and no partition breaks an obligatory rule. A partition breaks an obligatory rule if the surface target does not match but everything else, including the feature specification, does.",
"cite_spans": [
{
"start": 83,
"end": 98,
"text": "Ruessink (1989)",
"ref_id": "BIBREF15"
},
{
"start": 103,
"end": 116,
"text": "Pulman (1991)",
"ref_id": "BIBREF2"
},
{
"start": 147,
"end": 192,
"text": "(Name, Surface Op Lexical, Classes, Features)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Morphophonology",
"sec_num": "2.1"
},
{
"text": "The Features in a rule is a list of Feature = Value equations. The allowed (finite) set of values of each feature must be prespecified. Value may be atomic or it may he a boolean expression.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Morphophonology",
"sec_num": "2.1"
},
{
"text": "Members of the surface and lexieal strings may be characters or classes of single characters. The latter are represented by a single digit N in the string and an item N/ClassName in the Classes list; multiple occurrences of the same N in a single rule must all match the same character in a given application. Figure I shows three of the French spelling rules developed for this system. The change_e_~l rule (simplified slightly here) makes it obligatory for a lexical e to be realised as a surface ~ when followed by t, r, or l, then a morpheme boundary, then e, as long as the feature cdouble has an appropriate value. The default rule that copies characters between surface and lexical levels and the boundary rule that deletes boundary markers are both optional. Together these rules permit the following realization of cher (\"expensive\") followed by e (feminine gender suffix) as chore, as shown in Figure 2 . Because of the obligatory nature of change_e_~l, and the fact that the orthographic feature restriction on the root cher, [cdouble=n] , is consistent with the one on that rule, an alternative realisation chere, involving the use of the default rule in third position, is ruled out. 1 Unlike many other flavours of two-level morphology, the Target parts of a rule need not consist of a single character (or class occurrence); they can contain more than one, and the surface target may be empty. This obviates the need for \"null\" characters at the surface. However, although surface targets of any length can usefully be specified, it is in practicea good strategy 1The cdouble feature is in fact used to specify the spelling changes when e is added to various stems: cher+e=chdre, achet+e=ach~te, but jet+e=jette. spell(change_e_~l, \" I ~1\" ~:~ \" I e I l+e\", [l/trl], ",
"cite_spans": [
{
"start": 1037,
"end": 1048,
"text": "[cdouble=n]",
"ref_id": null
}
],
"ref_spans": [
{
"start": 310,
"end": 318,
"text": "Figure I",
"ref_id": null
},
{
"start": 904,
"end": 912,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Morphophonology",
"sec_num": "2.1"
},
{
"text": "[,cdouble=n]). spell(default, \"Ill\" =~ \"Ill\", [,1/letter], ['3). spell(boundary, \"[ [\" ~ \"Ill\", [,I/bmarker] , ['1).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Morphophonology",
"sec_num": "2.1"
},
{
"text": "Syntax The allowed sequences of morphemes, and the syntactic and semantic properties of morphemes and of the words derived by combining them, are specified by morphosyntactic production rules (dimension (b)) and lexical entries both for affixes (dimension (b)) and for roots (dimension (c)), essentially as described by Alshawi (1992) (where the production rules are referred to as \"morphology rules\"). Affixes may appear explicitly in production rules or, like roots, they may be assigned complex feature-valued categories. Information, including the creation of logical forms, is passed between constituents in a rule by the sharing of variables. These feature-augmented production rules are just the same device as those used in the CLE's syntactico-semantic descriptions, and are a much more natural way to express morphotactic information than finite-state devices such as continuation classes (see Trost and Matiasek, 1994 , for a related approach).",
"cite_spans": [
{
"start": 320,
"end": 334,
"text": "Alshawi (1992)",
"ref_id": "BIBREF1"
},
{
"start": 904,
"end": 928,
"text": "Trost and Matiasek, 1994",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Word Formation and Interfacing to",
"sec_num": "2.2"
},
{
"text": "The syntactic and semantic production rules for deriving the feminine singular of a French adjective by suffixation with \"e\" are given, with some details omitted, in Figure 3 . In this case, nearly MI features are shared between the inflected word and the root, as is the logical form for the word (shown as Adj in the doriv rule). The only differing feature is that for gender, shown as the third argument of the \u00a9agr macro, which itself expands to a category.",
"cite_spans": [],
"ref_spans": [
{
"start": 166,
"end": 174,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Word Formation and Interfacing to",
"sec_num": "2.2"
},
{
"text": "Irregular forms, either complete words or affixable stems, are specified by listing the morphological rules and terminal morphemes from which the appropriate analyses may be constructed, for example:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word Formation and Interfacing to",
"sec_num": "2.2"
},
{
"text": "irreg(dit, [-dire, ' PRESENT_3s ' ], [v_v_affix-only] ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word Formation and Interfacing to",
"sec_num": "2.2"
},
{
"text": "Here, PRESENT_3s is a pseudo-affix which has the same syntactic and semantic information attached to it as (one sense of) the affix \"t\", which is used to form some regular third person singulars. However, the spelling rules make no reference to PRESENT_3s; it is simply a device allowing categories and logical forms for irregulax words to be built up using the same production rules as for regular words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word Formation and Interfacing to",
"sec_num": "2.2"
},
{
"text": "All rules and lexieal entries in the CLE are compiled to a form that allows normal Prolog unification to be used for category matching at run time. The same compiled forms are used for analysis and generation, but are indexed differently. Each feature for a major category is assigned a unique position in the compiled Prolog term, and features for which finite value sets have been specified are compiled into vectors in a form that allows boolean expressions, involving negation as well as conjunction and disjunction, to be conjoined by unification (see Mellish, 1988; Alshawi, 1992, pp46-48) . The compilation of morphological information is motivated by the nature of the task and of the languages to be handled. As discussed in Section 1, we expect the number of affix combinations to be limited, but the lexicon is not necessarily known in advance. Morphophonological interactions may be quite complex, and the purpose of morphological processing is to derive syntactic and semantic analyses from words and vice versa for the purpose of full NLP. Reasonably quick compilation is required, and run-time speed need only be moderate.",
"cite_spans": [
{
"start": 557,
"end": 571,
"text": "Mellish, 1988;",
"ref_id": "BIBREF11"
},
{
"start": 572,
"end": 595,
"text": "Alshawi, 1992, pp46-48)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Compilation",
"sec_num": "3"
},
{
"text": "Compilation of individual spell rules is straightforward; feature specifications are compiled to positional/boolean format, characters and occurrences of character classes are also converted to boolean vectors, and left contexts are reversed (cf Abrahamson, 1992) for efficiency. However, although it would be possible to analyse words directly with individually compiled rules (see Section 5 below), it can take an unacceptably long time to do so, largely because of the wide range of morph(adjp_adjp_fem, [adjp:[agr= @agr(3,sing, choices of rule available at each point and the need to check at each stage that obligatory rules have not been broken. We therefore take the following approach. First, all legal sequences of morphemes are produced by top-down nondeterministic application of the production rules (Section 2.2), selecting affixes but keeping the root morpheme unspecified because, as explained above, the lexicon is undetermined at this stage. For example, for English, the sequences *+ed+ly and un+*+ing are among those produced, the asterisk representing the unspecified root.",
"cite_spans": [
{
"start": 507,
"end": 531,
"text": "[adjp:[agr= @agr(3,sing,",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "Then, each sequence, together with any associated restrictions on orthographic features, undergoes analysis by the compiled spelling rules (Section 2.1), with the surface sequence and the root part of the lexical sequence initially uninstantiated. Rules are applied recursively and nondeterministically, somewhat in the style of Abramson (1992) , taking advantage of Prolog's unification mechanism to instantiate the part of the surface string corresponding to affixes and to place some spelling constraints on the start and/or end of the surface and/or lexical forms of the root.",
"cite_spans": [
{
"start": 329,
"end": 344,
"text": "Abramson (1992)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "This process results in a set of spelling palterns, one for each distinct application of the spelling rules to each affix sequence suggested by the production rules. A spelling pattern consists of partially specified surface and lexical root character sequences~ fully specified surface and lexical affix sequences, orthographic feature constraints associated with the spelling rules and affixes used, and a pair of syntactic category specifications derived from the production rules used. One category is for the root form, and one for the inflected form.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "Spelling patterns are indexed according to the surface (for analysis) and lexical (for generation) affix characters they involve. At run time, an inflected word is analysed nondeterministically in several stages, each of which may succeed any number of times including zero.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "\u2022 stripping off possible (surface) affix characters in the word and locating a spelling pattern that they index;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "\u2022 matching the remaining characters in the word against the surface part of the spelling pattern, thereby, through shared variables, instantiating the characters for the lexical part to provide a possible root spelling;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "\u2022 checking any orthographic feature constraints on that root;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "\u2022 finding a lexical entry for the root, by any of a range of mechanisms including lookup in the system's own lexicon, querying an external lexical database, or attempting to guess an entry for an undefined word; and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "\u2022 unifying the root lexical entry with the root category in the spelling pattern, thereby, through variable sharing with the other category in the pattern, creating a fully specified category for the inflected form that can be used in parsing. In generation, the process works in reverse, starting from indexes on the lexical affix characters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Compiling Spelling Patterns",
"sec_num": "3.1"
},
{
"text": "Complications arise in spelling rule application from the fact that, at compile time, neither the lexical nor the surface form of the root, nor even its length, is known. It would be possible to hypothesize all sensible lengths and compile separate spelling patterns for each. However, this would lead to many times more patterns being produced than are really necessary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Representing Lexical Roots",
"sec_num": "3.2"
},
{
"text": "Lexical (and, after instantiation, surface) strings for the unspecified roots are therefore represented in a more complex but less redundant way: as a structure",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Representing Lexical Roots",
"sec_num": "3.2"
},
{
"text": "L1 ... Lm v(L, R) R1 ... R,.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Representing Lexical Roots",
"sec_num": "3.2"
},
{
"text": "Here the Li's are variables later instantiated to single characters at the beginning of the root, and L is a variable, which is later instantiated to a list of characters, for its continuation. Similarly, the /~'s represent the end of the root, and R is the continuation (this time reversed) leftwards into the root from the R1. The v(L, R) structure is always matched specially with a Kleene-star of the default spelling rule. For full generality and minimal redundancy, Lm and R1 are constrained not to match the default rule, but the other Li's and Ri's may. The values of n required are those for which, for some spelling rule, there are k characters in the target lexical string and n -k from the beginning of the right context up to (but not including) a boundary symbol. The lexical string of that rule may then match R1,...,Rk, and its right context match Rk+l,..., Rn,+,.... The required values of m may be calculated similarly with reference to the left contexts of rules. 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Representing Lexical Roots",
"sec_num": "3.2"
},
{
"text": "During rule compilation, the spelling pattern that leads to the run-time analysis of chore given above is derived from m = 0 and n = 2 and the specified rule sequence, with the variables R1 R2 matching as in Figure 4 .",
"cite_spans": [],
"ref_spans": [
{
"start": 208,
"end": 216,
"text": "Figure 4",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Representing Lexical Roots",
"sec_num": "3.2"
},
{
"text": "In the absence of a lexical string for the root, the correct treatment of obligatory rules is another problem for compilation. If an obligatory rule specifies that lexical X must be realised as surface Y when certain contextual and feature conditions hold, then a partitioning where X is realised as something other than Y is only\" allowed if one or more of those conditions is unsatisfied. Because of the use of boolean vectors for both features and characters, it is quite possible to constrain each partitioning by unifying it with the complement of one of the conditions of each applicable obligatory rule, thereby preventing that rule from applying. For English, with its relatively simple inflectional spelling changes, this works well. However, for other languages, including French, it leads to excessive numbers of spelling patterns, because there are many obligatory rules with non-trivial contexts and feature specifications. For this reason, complement unification is not actually carried out at compile time. Instead, the spelling patterns are augmented with the fact that certain conditions on certain obligatory rules need to be checked on certain parts of the partitioning when it is fully instantiated. This slows down runtime performance a little but, as we will see below, the speed is still quite acceptable.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Applying Obligatory Rules",
"sec_num": "3.3"
},
{
"text": "The compilation process for the entire rule set takes just over a minute for a fairly thorough de-2Alternations in the middle of a root, such as umlaut, can be handled straightforwardly by altering the root/affix pattern from L1...",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Timings",
"sec_num": "3.4"
},
{
"text": "Lm v(L,R) R1...R, to L1...Lm v(L,R) M v(L',R') R1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Timings",
"sec_num": "3.4"
},
{
"text": "...Rn, with M forbidden to be the default rule. This has not been necessary for the descriptions developed so far, but its implementation is not expected to lead to any great decrease in run-time performance, because the nondeterminism it induces in the lookup process is no different in kind from that arising from alternations at root-affix boundaries. scription of French inflectional morphology, running on a Sparcstation 10/41 (SPECint92=52.6). Run-time speeds are quite adequate for full NLP, and reflect the fact that the system is implemented in Prolog rather than (say) C and that full syntactico-semantic analyses of sentences, rather than just morpheme sequences or acceptability judgments, are produced.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Timings",
"sec_num": "3.4"
},
{
"text": "Analysis of French words using this rule set and only an in-core lexicon averages around 50 words per second, with a mean of 11 spelling analyses per word leading to a mean of 1.6 morphological analyses (the reduction being because many of the roots suggested by spelling analysis do not exist or cannot combine with the affixes produced). If results are cached, subsequent attempts to analyse the same word are around 40 times faster still. Generation is also quite acceptably fast, running at around 100 Words per second; it is slightly faster than analysis because only one spelling, rather than all possible analyses, is sought from each call. Because of the separation between lexical and morphological representations, these timings are essentially unaffected by in-core lexicon size, as full advantage is taken of Prolog's built-in indexing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Timings",
"sec_num": "3.4"
},
{
"text": "Development times are at least as important as computation times. A rule set embodying a quite comprehensive treatment of French inflectional morphology was developed in about one person month. The English spelling rule set was adapted from Ritchie e~ al (1992) in only a day or two. A Polish rule set is also under development, and Swedish is planned for the near future.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Timings",
"sec_num": "3.4"
},
{
"text": "To clarify further the use of the formalism and the operation of the mechanisms, we now examine several further examples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Some Examples",
"sec_num": "4"
},
{
"text": "Some obligatory spelling changes in French involve more than one letter. For example, masculine adjectives and nouns ending in eau have feminine counterparts ending in elle: beau (\"nice\") becomes belle, chameau (\"camel\") becomes chamelle. The final e is a feminizing affix and can be seen as inducing the obligatory spelling change au ~ II. However, although the obvious spelling rule, spell(change_au_ll, \"Ill[\" +-+ \"laui+e\"), allows this change, it does not rule out the incorrect realization of beau+e as e'beaue, shown in Figure 5 , because it only affects partitionings where the au at the lexical level forms a single partition, rather than one for a and one for u. Instead, the following pair of rules, in which the lexical targets have only one character each, achieve the desired effect: Here, change_au_lll rules out a:a partition in Figure 5 , and change_au_ll2 rules out the u:u one.",
"cite_spans": [],
"ref_spans": [
{
"start": 526,
"end": 534,
"text": "Figure 5",
"ref_id": "FIGREF4"
},
{
"start": 844,
"end": 852,
"text": "Figure 5",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Multiple-letter spelling changes",
"sec_num": "4.1"
},
{
"text": "It is not necessary for the surface target to contain exactly one character for the blocking effect to apply, because the semantics of obligatoriness is that the lezicaltarget and all contexts, taken together, make the specified surface target (of whatever length) obligatory for that partition. The reverse constraint, on the lexical target, does not apply.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multiple-letter spelling changes",
"sec_num": "4.1"
},
{
"text": "Features can be used to control the application of rules to particular lexical items where the applicability cannot be deduced from spellings alone. For example, Polish nouns with stems whose final syllable has vowel 6 normally have inflected forms in which the accent is dropped. Thus in the nominative plural, kr6j (\"style\") becomes kroje, b6r (\"forest\") becomes bory, b6j (\"combat\") becomes boje. However, there are exceptions, such as zb6j (\"bandit\") becoming zbgje. Similarly, some French verbs whose infinitives end in -eler take a grave accent on the first e in the third person singular future (modeler, \"model\", becomes mod~lera), while others double the I instead (e.g. appeler, \"call\", becomes appellera).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using features to control rule application",
"sec_num": "4.2"
},
{
"text": "These phenomena can be handled by providing an obligatory rule for the case whether the letter changes, but constraining the applicability of the rule with a feature and making the feature clash with that for roots where the change does not occur. In the Polish case: Then the partitionings given in Figure 6 will be the only possible ones. For b6j, the change_6_o rule must apply, because the chngo feature for b6j",
"cite_spans": [],
"ref_spans": [
{
"start": 300,
"end": 308,
"text": "Figure 6",
"ref_id": "FIGREF6"
}
],
"eq_spans": [],
"section": "Using features to control rule application",
"sec_num": "4.2"
},
{
"text": "is unspecified and therefore can take any value; for zb@ however, the rule is prevented from applying by the feature clash, and so the default rule is the only one that can apply.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using features to control rule application",
"sec_num": "4.2"
},
{
"text": "The debugging tools help in checking the operation of the spelling rules, either (1) in conjunction with other constraints or (2) on their own. For case (1), the user may ask to see all inflections of a root licensed by the spelling rules, production rules, and lexicon; for chef, the output is [cher,e] : adjp -> chore [cher,e,s]: adjp -> chores [cher,s] : adjp -> chers meaning that when cher is an adjp (adjective) it may combine with the suffixes listed to produce the inflected forms shown. This is useful in checking over-and undergeneration. It is also possible to view the spelling patterns and production rule tree used to produce a form; for chore, the trace (slightly simplified here) is as in figure 7. The spelling pattern 194 referred to here is the one depicted in a different form in Figure 4 . The notation {clmnprstv=A} denotes a set of possible consonants represented by the variable A, which also occurs on the right hand side of the rule, indicating that the same selection must be made for both occurrences. Production rule tree 17 is that for a single application of the rule adjp_adjp_fem, which describes the feminine form of the an adjective, where the root is taken to be the masculine form. The Root and Infl lines show the features that differ between the root and inflected forms, while the Both line shows those that they share. Tree 18, which is also pointed to by the spelling pattern, describes the feminine forms of nouns analogously.",
"cite_spans": [],
"ref_spans": [
{
"start": 800,
"end": 808,
"text": "Figure 4",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Debugging the Rules",
"sec_num": null
},
{
"text": "For case (2), the spelling rules may be applied directly, just as in rule compilation, to a specified surface or lexical character sequence, as if no Figure 7 : Debugger trace of derivation of chore lexical or morphotactic constraints existed. Feature constraints, and cases where the rules will not apply if those constraints are broken, are shown. For the lexical sequence cher+e+, for example, the output is as follows. r :: r <-default :: + <-boundary e :: e <-default :: + <-boundary \"chere\" <-> \"cher\". Suffix: \"e\"",
"cite_spans": [],
"ref_spans": [
{
"start": 150,
"end": 158,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Debugging the Rules",
"sec_num": null
},
{
"text": "This indicates to the user that if chef is given a lexical entry consistent with the constraint cdouble=n, then only the first analysis will be valid; otherwise, only the second will be.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(breaks",
"sec_num": null
},
{
"text": "The rule formalism and compiler described here work well for European languages with reasonably complex orthographic changes but a limited range of possible affix combinations. Development, compilation and run-time efficiency are quite acceptable, and the use of rules containing complex feature-augmented categories allows morphotactic behaviours and non-segmentM spelling constraints to be specified in a way that is perspicuous to linguists, leading to rapid development of descriptions adequate for full NLP. The kinds of non-linear effects common in Semitic languages, where vowel and consonant patterns are interpolated in words (Kay, 1987; Kiraz, 1994) could be treated efficiently by the mechanisms described here if it proved possible to define a representation that allowed the parts of an inflected word corresponding to the root to be separated fairly cleanly from the parts expressing the inflection. The latter could then be used by a modified version of the current system as the basis for efficient lookup of spelling patterns which, as in the current system, would allow possible lexical roots to be calculated.",
"cite_spans": [
{
"start": 635,
"end": 646,
"text": "(Kay, 1987;",
"ref_id": "BIBREF6"
},
{
"start": 647,
"end": 659,
"text": "Kiraz, 1994)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Further Work",
"sec_num": "6"
},
{
"text": "Agglutinative languages could be handled ef-flciently by the current mechanism if specifications were provided for the affix combinations that were likely to occur at all often in real texts. A backup mechanism could then be provided which attempted a slower, but more complete, direct application of the rules for the rarer cases. The interaction of morphological analysis with spelling correction (Carter, 1992; Oflazer, 1994; Bowden, 1995) is another possibly fruitful area of work. Once the root spelling patterns and the affix combinations pointing to them have been created, analysis essentially reduces to an instance of affixstripping, which would be amenable to exactly the technique outlined by Carter (1992) . As in that work, a discrimination net of root forms would be required; however, this could be augmented independently of spelling pattern creation, so that the flexibility resulting from not composing the lexicon with the spelling rules would not be lost.",
"cite_spans": [
{
"start": 399,
"end": 413,
"text": "(Carter, 1992;",
"ref_id": "BIBREF4"
},
{
"start": 414,
"end": 428,
"text": "Oflazer, 1994;",
"ref_id": "BIBREF13"
},
{
"start": 429,
"end": 442,
"text": "Bowden, 1995)",
"ref_id": "BIBREF3"
},
{
"start": 705,
"end": 718,
"text": "Carter (1992)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Further Work",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "I am grateful to Manny Rayner and anonymous European ACL referees for commenting on earlier versions of this paper, and to Pierrette Bouillion and Malgorzata Styg for comments and also fo~ providing me with their analyses of the French and Polish examples respectively. This research was partly funded by the Defence Research Agency, Malvern, UK, under Strategic Research Project M2YBT44X.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A Logic Programming View of Relational Morphology",
"authors": [
{
"first": "H",
"middle": [],
"last": "Abramson",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of COLING-92",
"volume": "",
"issue": "",
"pages": "850--854",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abramson, H., (1992). \"A Logic Programming View of Relational Morphology\". Proceedings of COLING-92, 850-854.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Core Language Engine (ed)",
"authors": [
{
"first": "H",
"middle": [],
"last": "Alshawi",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alshawi, H. (1992). The Core Language Engine (ed). MIT Press.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Euroira ET6/I: Rule Formalism and Virtual Machine Design Study",
"authors": [
{
"first": "H",
"middle": [],
"last": "Alshawi",
"suffix": ""
},
{
"first": "D",
"middle": [
"J"
],
"last": "Arnold",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Backofen",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Carter",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Lindop",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Netter",
"suffix": ""
},
{
"first": "S",
"middle": [
"G"
],
"last": "Pulman",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Tsujii",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alshawi, H., D.J. Arnold, R. Backofen, D.M. Carter, J. Lindop, K. Netter, S.G. Pulman, J. Tsujii, and H. Uszkoreit (1991). Euro- ira ET6/I: Rule Formalism and Virtual Ma- chine Design Study. Commission of the Eu- ropean Communities, Luxembourg.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Cooperative Error Handling and Shallow Processing",
"authors": [
{
"first": "T",
"middle": [],
"last": "Bowden",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bowden, T. (1995) \"Cooperative Error Handling and Shallow Processing\", these proceedings.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Lattice-based Word Identification in CLARE",
"authors": [
{
"first": "D",
"middle": [
"M"
],
"last": "Carter",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of A CL-92",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carter, D.M. (1992). \"Lattice-based Word Identi- fication in CLARE\". Proceedings of A CL-92.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Regular Models of Phonological Rule Systems",
"authors": [
{
"first": "R",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Kay",
"suffix": ""
}
],
"year": 1994,
"venue": "Computational Linguistics",
"volume": "20",
"issue": "3",
"pages": "331--378",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaplan, R., and M. Kay (1994). \"Regular Mod- els of Phonological Rule Systems\", Computa- tional Linguistics, 20:3, 331-378.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Non-concatenative Finite-State Morphology",
"authors": [
{
"first": "M",
"middle": [],
"last": "Kay",
"suffix": ""
}
],
"year": 1987,
"venue": "Proceedings of EA CL-87",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kay, M. (1987). \"Non-concatenative Finite-State Morphology\". Proceedings of EA CL-87.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Two-level Morphology with Composition",
"authors": [
{
"first": "L",
"middle": [],
"last": "Karttunen",
"suffix": ""
},
{
"first": "R",
"middle": [
"M"
],
"last": "Kaplan",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Zaenen",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of COLING-92",
"volume": "141",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karttunen, L., R.M. Kaplan, and A. Zaenen (1992). \"Two-level Morphology with Com- position\". Proceedings of COLING-92, 141: 148.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Multi-tape Two-level Morphology",
"authors": [
{
"first": "G",
"middle": [],
"last": "Kiraz",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of COLING-94",
"volume": "",
"issue": "",
"pages": "180--186",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kiraz, G. (1994). \"Multi-tape Two-level Morphol- ogy\". Proceedings of COLING-94, 180-186.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Two-level morphology: a general computational model for word.form recognition and production",
"authors": [
{
"first": "K",
"middle": [],
"last": "Koskenniemi",
"suffix": ""
}
],
"year": 1983,
"venue": "Publications",
"volume": "",
"issue": "11",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Koskenniemi, K. (1983). Two-level morphology: a general computational model for word.form recognition and production. University of Helsinki, Department of General Linguistics, Publications, No. 11.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Incremental Construction of a Lexical Transducer for Korean",
"authors": [
{
"first": "H-C",
"middle": [],
"last": "Kwon",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Karttunen",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of COLING-9~",
"volume": "",
"issue": "",
"pages": "1262--1266",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kwon, H-C., and L. Karttunen (1994). \"Incre- mental Construction of a Lexical Transducer for Korean\". Proceedings of COLING-9~, 1262-1266.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Implementing Systemic Classification by Unification",
"authors": [
{
"first": "C",
"middle": [
"S"
],
"last": "Mellish",
"suffix": ""
}
],
"year": 1988,
"venue": "Computational Linguistics",
"volume": "14",
"issue": "",
"pages": "40--51",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mellish, C. S. (1988). \"Implementing Systemic Classification by Unification\". Computa- tional Linguistics 14:40-51.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Two-level Description of Turkish Morphology",
"authors": [
{
"first": "K",
"middle": [],
"last": "Oflazer",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of European A CL-93",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Oflazer, K. (1993). \"Two-level Description of Turkish Morphology\". Proceedings of Euro- pean A CL-93.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Spelling Correction in Agglutinative Languages. Article 9410004 in cmp-lg\u00a9xxx, lanl",
"authors": [
{
"first": "K",
"middle": [],
"last": "Oflazer",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Oflazer, K. (1994). Spelling Correction in Agglu- tinative Languages. Article 9410004 in cmp-lg\u00a9xxx, lanl. gov archive.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Computational Morphology",
"authors": [
{
"first": "G",
"middle": [],
"last": "Ritchie",
"suffix": ""
},
{
"first": "G",
"middle": [
"J"
],
"last": "Russell",
"suffix": ""
},
{
"first": "A",
"middle": [
"W"
],
"last": "Black",
"suffix": ""
},
{
"first": "S",
"middle": [
"G"
],
"last": "Pulman",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ritchie, G., G.J. Russell, A.W. Black and S.G. Pulman (1992). Computational Morphology. MIT Press.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Two Level Formalisms",
"authors": [
{
"first": "H",
"middle": [],
"last": "Ruessink",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ruessink, H. (1989). Two Level Formalisms.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Utrecht Working Papers in NLP",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Utrecht Working Papers in NLP, no. 5.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "The Application of Two-level Morphology to Non-Concatenative German Morphology",
"authors": [
{
"first": "H",
"middle": [],
"last": "Trost",
"suffix": ""
}
],
"year": 1990,
"venue": "Proceedings of COLING",
"volume": "90",
"issue": "",
"pages": "371--376",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Trost, H. (1990). \"The Application of Two-level Morphology to Non-Concatenative German Morphology\". Proceedings of COLING.90, 371-376.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "X2MORF: A Morphological Component Based on Augmented Twolevel Morphology",
"authors": [
{
"first": "H",
"middle": [],
"last": "Trost",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of IJCAI-91",
"volume": "",
"issue": "",
"pages": "1024--1030",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Trost, H. (1991). \"X2MORF: A Morphologi- cal Component Based on Augmented Two- level Morphology\". Proceedings of IJCAI-91, 1024-1030.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Morphology with a Null-Interface",
"authors": [
{
"first": "H",
"middle": [],
"last": "Tr0st",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Matiasek",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of COLING-94",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tr0st, H., and J. Matiasek (1994). \"Morphol- ogy with a Null-Interface\", Proceedings of COLING-94.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"num": null,
"text": ". c.e_~l def. bdy. def. bdy.",
"type_str": "figure"
},
"FIGREF1": {
"uris": null,
"num": null,
"text": "Partitioning of ehtre as chef+e+ always to make lexical targets exactly one character long, because, by definition, an obligatory rule cannot block the application of another rule if their lexicM targets axe of different lengths. The example in Section 4.1 below clarifies this point.",
"type_str": "figure"
},
"FIGREF2": {
"uris": null,
"num": null,
"text": "Syntactic and semantic morphological production rules",
"type_str": "figure"
},
"FIGREF3": {
"uris": null,
"num": null,
"text": "Spelling pattern application to the analysis of ch@re . def. def. bdy. def. bdy.",
"type_str": "figure"
},
"FIGREF4": {
"uris": null,
"num": null,
"text": "Incorrect partitioning for beau+e+ spell(change_au_lll, \" Ill\" ~ \"lalu+e\") spell(change_au_ll2, \"Ill\" ~-+ \"alul+e\")",
"type_str": "figure"
},
"FIGREF6": {
"uris": null,
"num": null,
"text": "Feature-dependent dropping of accent \"chbre\" has root \"chef\" with pattern 194 and tree 17.",
"type_str": "figure"
},
"TABREF0": {
"text": "f) ] Shared], adjp:[agr= ~agr(3,sing,m) I Shared], el) :-Shared=[aform=Aform, ..., wh=n].",
"html": null,
"content": "<table><tr><td/><td colspan=\"2\">Z rule (syntax)</td></tr><tr><td/><td colspan=\"2\">Z mother category</td></tr><tr><td/><td colspan=\"2\">Z first daughter (category)</td></tr><tr><td/><td colspan=\"2\">Z second daughter (literal)</td></tr><tr><td/><td/><td>shared syntactic features</td></tr><tr><td>deriv(adjp_adjp_fem, only</td><td/><td>rule (semantics)</td></tr><tr><td>[(Adj,adjp:Shared),</td><td/><td>mother logical form and cat.</td></tr><tr><td>(Adj,adjp:Shared),</td><td>Z</td><td>first daughter</td></tr><tr><td>(_,e)])</td><td/><td>second daughter</td></tr><tr><td colspan=\"2\">\u2022 -Shared=[anaIn=Ai, ..., subjval=Subj]</td><td>\u2022 ~ shared semantic features</td></tr></table>",
"type_str": "table",
"num": null
},
"TABREF1": {
"text": "def. c_6_o, def. bdy. def. bdy. def. def. def. def. bdy. def. bdy.",
"html": null,
"content": "<table><tr><td>Surface:</td><td>b</td><td/><td>o</td><td>j</td><td/><td>e</td><td/></tr><tr><td>Lexical:</td><td>b</td><td/><td>6</td><td>j</td><td>+</td><td>e</td><td>+</td></tr><tr><td>Rule:</td><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>Surface:</td><td>z</td><td>b</td><td>6</td><td>j</td><td/><td>e</td><td/></tr><tr><td>Lexicah</td><td>z</td><td>b</td><td>6</td><td>j</td><td>+</td><td>e</td><td>+</td></tr><tr><td>Rule:</td><td/><td/><td/><td/><td/><td/><td/></tr></table>",
"type_str": "table",
"num": null
},
"TABREF2": {
"text": "",
"html": null,
"content": "<table><tr><td>Pattern 194:</td><td/></tr><tr><td>\"___~{clmnprstv=A}e\"</td><td>&lt;-&gt; \"___e{clmnprstv=A}+e+\"</td></tr><tr><td colspan=\"2\">=&gt; tree Both = adjp:[dmodified=n,headfinal=y,mhdfl=y,synmorpha=l,wh=n]</td></tr><tr><td colspan=\"2\">Root = adjp:[agr=agr:[gender=m]]</td></tr><tr><td colspan=\"2\">Infl = adjp:[agr=agr:[gender=f]]</td></tr><tr><td colspan=\"2\">Tree = adjp_adjp_fem=&gt;[*,e]</td></tr></table>",
"type_str": "table",
"num": null
}
}
}
}