{ "paper_id": "C92-1014", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T12:33:22.409826Z" }, "title": "A High-level Morphological Description Language Exploiting Inflectional Paradigms", "authors": [ { "first": "Peter", "middle": [], "last": "Anick", "suffix": "", "affiliation": { "laboratory": "", "institution": "Digital Equipment Corporation", "location": { "addrLine": "111 Locke Drive", "postCode": "LMO2d/DI2, 01752", "settlement": "Marlboro", "region": "MA" } }, "email": "anick@aiag.enet.dec.cnm" }, { "first": "Suzanne", "middle": [], "last": "Artemieff", "suffix": "", "affiliation": { "laboratory": "", "institution": "Digital Equipment Corporation", "location": { "addrLine": "111 Locke Drive", "postCode": "LMO2d/DI2, 01752", "settlement": "Marlboro", "region": "MA" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "A high-level language lor the description of inflectional morphology is presented, in which the organization of word lormation rules into an ii~herilance hierarchy of paradigms allows lora natural encoding of the kinds of nfles typically pre~uted in grammar txroks. We show how tim language, composed of orthographic rides, word formation rules, and paradigm inheritance, can be compiled into a run-time data structure for efficient morphological analysis and generation with a dynamic secondary storage lexicon.", "pdf_parse": { "paper_id": "C92-1014", "_pdf_hash": "", "abstract": [ { "text": "A high-level language lor the description of inflectional morphology is presented, in which the organization of word lormation rules into an ii~herilance hierarchy of paradigms allows lora natural encoding of the kinds of nfles typically pre~uted in grammar txroks. We show how tim language, composed of orthographic rides, word formation rules, and paradigm inheritance, can be compiled into a run-time data structure for efficient morphological analysis and generation with a dynamic secondary storage lexicon.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Pedagogical grmnmar Nalks typically organize their descriptinns of the inflectiomd morphology of a langtmge in terms of paradigms, groups of rnlas which characterize the inflectional behavior of some subset of the language's vocabulary. A French grannnar may divide verbs into the first, secoud, and third conjugations; German grammars speak of \"weak\" and \"strong\" verbs; Spanish grammars classify verbs by their infiuitival endings, etc. The family nf word forms that each v(x:abuhu'y item may have can thus he describexl by a combination of a ba~ stem (such as the \"citation lbrm\" used to index words in a dictionary) and the paradigm the word belongs to. Irregular words, which exhibit belu~viors not completely captured by general paradigms, often tend to be partially describable by reference to regular parudigmatic patterns.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "The word formation rules that comprise a paradigm are usually expressed in terms of a sequence of stem change and affixation operations. For example, one French text-Imok [NEBEL741, in describing first conjugation verbs, shows how to fi)rm present tense forms nsing the inlinitival stem with its \"er\" suffix rmnoved. Future tense is tormed by appending ',fffixes to the fifll infinitival stem, while the stem of the imperfect tense is Ionnd by taking the first person plural of the present tense and dropping the \"ons\". Ill addition to such word formation roles, there are spelling change rules wbich describe variations ill spelling, often ctmditioned by file phonologic~d or orthographic context th which a word lbrnlation rule is applied.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "While the above characterization of morphological behavior is a huniliar oue, inost description languages that have been developed for cumputatioual morphology (e.g., I KC)-SKENNIEMI841, [G(}RZ881 ) have tended to locus more on the orthographic and of fixation rules, and pay less attention to explicitly captaring the regularities within and between parudignts. Recently, some researchers have begun exploring the advantages to be derived from a nora. tion in which paradigms play a more central role (e.g., [CALDER891. IRUSSELL911) . This paper presents such a notation, called PDL (for Paradigm Description l.auguage), which we are using as the basis of the morphological an~dyzer for A1-STARS, a multi-lingual \"lexiconassisted\" informatiml retrieval system ([ANICK901) . It has been a goal of our high-level language design to pre-~rve, as umch as possible, the kinds of descriptive devices traditiorually used in grammar books.", "cite_spans": [ { "start": 509, "end": 533, "text": "[CALDER891. IRUSSELL911)", "ref_id": null }, { "start": 761, "end": 772, "text": "([ANICK901)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Our approach to the representation of pmacfigms borrows from the Artificial Intelligence cmnmunity's notion of \"frames\", data structures made up (ff slots with attached procedares, orgmlized hierarchically to snpport default slot inheritance and overtkles (e.g., [BOBROW771) . In a paradigm's \"frume\", the slots correspond to surlace anti stem li)nns, whose values are either explicitly stoxvd (in the lexicon) or else computed by word formation rules. The hierarchical organization of paradigms helps to captore the sharexl linguistic behaviors among classes of words in all explicit and concise mlnnler.", "cite_spans": [ { "start": 263, "end": 274, "text": "[BOBROW771)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Our ;qlplicatiou domain introdnces several constraints on the design of its morphological component:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "-The morphological recognizer must work with a dynamic secondary storage lexicnn access~xl via an index on stem tornls. 'Ibis constratht rnles out approaches relying on a left to right scan of file wool using special in-mmnory letter Iree eucodings of the dictionary (e.g., [GORZ881) . It requires an approach in which potential stems are derived by affix rcmoral/addition and/or stem chat,ges and then probed for in the lexicon.", "cite_spans": [ { "start": 274, "end": 283, "text": "[GORZ881)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\u2022 The morphoh)gical information must additionally support surface form genemtiun and \"guessing\". The guesser, to be employed in computer-assisted lexicon acquisition, mast he able to construct potenti:tl citation forms (e.g., infinitive lorms lot verbs), not just stripped stems.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "The high-level language (PDL) mast be compilable into a lonn suitable for efficient run-time perfonnancc. 'Illis implies not only efficient in-memory data structures but also a system which minimizes disk (lexicon) accesses.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "\u2022", "sec_num": null }, { "text": "Our aim is to develop morphological rcpmsenlations tbr a number of (primarily European) hmguages. We have built t~firly complete representations h)r English, French, and Gennan, and have begun invcsfigating Spanish. While it is premature to predict how well our approach will apply across the range of European langnages, we have fimnd it contains a nnmher of desirable aspects for applications such as AI-STARS.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "\u2022", "sec_num": null }, { "text": "in the next section, we provide an overview of the PDL hmguage, describing how word fonnation rules are organized into a hierarchy of paradigms and how the lexicon and morphological rules interact. Then we provide an illustration of the use of paradigm inheritance to construct a concise encoding of French verb forms. Next we present algorithms for the compilation of PDL rote efficient runtime data structures, and lot the recognition and generation of word fi)rms. We conclude with an evaluation of the strengths anti weaknesses of rite approach, and areas for future research.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "\u2022", "sec_num": null }, { "text": "Oar paradigm description language (PDL) is composcd of three major components -form rules, an inheritance hierarchy of paradigms, and orthographic rules.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Paradigm Description Language", "sec_num": "2" }, { "text": "We divide word lorms into", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Form Rules", "sec_num": "2.1" }, { "text": "\u2022 surface forms, which are those that show tip in a text,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Form Rules", "sec_num": "2.1" }, { "text": "\u2022 lexical forms, which are those that are stored directly in the lexicon, and", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Form Rules", "sec_num": "2.1" }, { "text": "\u2022 intermediate forms, those forms created by affixation or stem-change operations applied to other lorms. These terms may not ever show up in a text but are useful in describing intermediate steps in the construction of surlhce lorms from lexical fi)rms.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Form Rules", "sec_num": "2.1" }, { "text": "In the form ennstruction rules, we distinguish between two major categories of strings. Stems are any forms which include the primary [exical base of tile word, whereas affixes comprise tile prefixes and suffixes which can be concatenated with a stein in the process of word formation. Once an affix is appended to or removed from a stem, the result is also a stem, since tire result also includes the primary lexical base. Form construction rides ,are restrictexl to the five cases below:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Form Rules", "sec_num": "2.1" }, { "text": "\u2022