{ "paper_id": "P87-1032", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T09:13:15.397039Z" }, "title": "", "authors": [ { "first": "Harry", "middle": [ "H" ], "last": "Porter", "suffix": "", "affiliation": { "laboratory": "", "institution": "III Oregon Graduate Center", "location": { "addrLine": "19600 N.W. Von Neumann Dr. Beaverton Oregon", "postCode": "97008-1999" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "Hassan Ait-Kaci introduced the #/-term, an informational structure resembling featurebased functional structures but which also includes taxonomic inheritance (Ait-Kaci, 1984). We describe e-terms and how they have been incorporated into the Logic Grammar formalism. The result, which we call Inheritance Grammar, is a proper superset of DCG and includes many features of PATR-II. Its taxonomic reasoning facilitates semantic type-class reasoning during grammatical analysis.", "pdf_parse": { "paper_id": "P87-1032", "_pdf_hash": "", "abstract": [ { "text": "Hassan Ait-Kaci introduced the #/-term, an informational structure resembling featurebased functional structures but which also includes taxonomic inheritance (Ait-Kaci, 1984). We describe e-terms and how they have been incorporated into the Logic Grammar formalism. The result, which we call Inheritance Grammar, is a proper superset of DCG and includes many features of PATR-II. Its taxonomic reasoning facilitates semantic type-class reasoning during grammatical analysis.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "The Inheritance Grammar (IG) formalism is an extension of Hassan Ait-Kaci's work on #/terms (Ait-Kaci, 1984; Ait-Kaci and Nasr, 1986) . A e-term is an informational structure similar to both the feature structure of PATR-II (Shieber, 1985; Shieber, et al, 1986) and the first-order term of logic, e-terms are ordered by subsumption and form a lattice in which unification of #/-terms amounts to greatest lower bounds (GLB, [-']) . In Inheritance Grammar, #/terms are incorporated into a computational paradigm similar to the Definite Clause Grammar (DCG) formalism (Pereira and Warren, 1980) . Unlike feature structures and first-order terms, the atomic symbols of #/-terms are ordered in an IS-A taxonomy, a distinction that is useful in performing semantic type-class reasoning during grammatical analysis. We begin by discussing this ordering.", "cite_spans": [ { "start": 92, "end": 108, "text": "(Ait-Kaci, 1984;", "ref_id": null }, { "start": 109, "end": 133, "text": "Ait-Kaci and Nasr, 1986)", "ref_id": null }, { "start": 224, "end": 239, "text": "(Shieber, 1985;", "ref_id": "BIBREF16" }, { "start": 240, "end": 261, "text": "Shieber, et al, 1986)", "ref_id": "BIBREF17" }, { "start": 417, "end": 428, "text": "(GLB, [-'])", "ref_id": null }, { "start": 565, "end": 591, "text": "(Pereira and Warren, 1980)", "ref_id": "BIBREF12" } ], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "Like other grammar formalisms using feature-based functional structures, we will assume a fixed set of symbol8 called the signature. These symbols are atomic values used to represent lexical, syntactic and semantic categories and other feature values. In many formalisms (e.g. DCG and PATR-II), equality is the only operation for symbols; in IG symbols are related in an IS-A hierarchy. These relationships are indicated in the grammar using statements such as1:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE IS-A RELATION AMONG FEATURE VALUES", "sec_num": null }, { "text": "boy < masculineObject. girl < feminineObject. man < masculineObject. woman < feminineObJect. {boy, girl} < child. {man, woman} < adult. {child, adult} < human.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE IS-A RELATION AMONG FEATURE VALUES", "sec_num": null }, { "text": "The symbol < can be read as \"is a\" and the notation {a,,... ,an} and verbComp~subject~", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "C-TERMS AS FEATURE STRUCTURES", "sec_num": null }, { "text": "to be the same term.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "C-TERMS AS FEATURE STRUCTURES", "sec_num": null }, { "text": "In the ~b-term representation of the sentence The man with the toupee sneezed, shown below, the np filling the subject role, X, has two attributes. One is a qualifier filled by a relativeClause whose subject is X itself.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "C-TERMS AS FEATURE STRUCTURES", "sec_num": null }, { "text": "sentence ( subject ~ X: np ( head ~ man, qualifier ~ relativeClause subject ~ X, predicate ~ wear, object ~ toupee)), predicate ~ sneezed)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "C-TERMS AS FEATURE STRUCTURES", "sec_num": null }, { "text": "As the graphical representation (in Figure 2 ) of this term clearly shows, this C-term is cyclic.", "cite_spans": [], "ref_spans": [ { "start": 36, "end": 44, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "C-TERMS AS FEATURE STRUCTURES", "sec_num": null }, { "text": "The unification of two ~b-terms is similar to the unification of two feature structures in PATR-II or two first-order terms in logic. Unification of two terms t I and t 2 proceeds as follows. First, the head symbols of tl and t2\"are unified. That is, the GLB of the two symbols in the signature lattice becomes the head symbol of the result. Second, the subterms of t I and t, are unified. When t I and t 2 both contain the feature f, the corresponding subterms are unified and added as feature f of the result. If one term, say h, contains feature f and the other term does not, then the result will contain feature f with the value from h. This is the same result that would obtain if t2 contained feature f with value T. Finally, the subterm coreference constraints implied by the variables in t 1 and t 2 are respected. That is, the result is the least constrained ~b-term such that if two paths (addresses) in t 1 (or t2) are tagged by the same variable (i.e. they core/%r) then they will corefer in the result.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "UNIFICATION OF ~b-TERMS", "sec_num": null }, { "text": "For example, when the C-term (agreement @ X: (number@singular), subject => (agreement@X))", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "UNIFICATION OF ~b-TERMS", "sec_num": null }, { "text": "is unified with", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "UNIFICATION OF ~b-TERMS", "sec_num": null }, { "text": "(subject@ (agreement@ (person@third)))", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "UNIFICATION OF ~b-TERMS", "sec_num": null }, { "text": "the result is (agreement @ X: (number@singular, person@third) , subject @ (agreement@X))", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "UNIFICATION OF ~b-TERMS", "sec_num": null }, { "text": "An IG consists of several IS-A statements and several grammar rul\u00a2~. A grammar rule is a definite clause which uses C-terms in place of the first-order literals used in first-order logic programming s. Much of the notation of Pro]og and DCGs is used. In particular, the :-symbol separates a rule head from the C-terms comprising the rule body. Analogously to Prolog, list-notation (using [, I, and ] ) can be used as a shorthand for C-terms representing lists and containing head and tail features. When the --> symbol is used instead of \"-, the rule is treated as a context-free grammar rule and the interpreter automatically appends two additional arguments (start and end) to facilitate parsing. The final syntactic sugar allows feature labels to be elided; sequentially numbered numeric labels are automatically supplied.", "cite_spans": [ { "start": 359, "end": 399, "text": "Prolog, list-notation (using [, I, and ]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": "Our first simple Inheritance Grammar consists of the rules:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": "sent --> noun (Num) ,verb (Num) . noun (plural) --> [cats] . verb (plural) --> [meow] .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": "The sentence to be parsed is supplied as a goal 6 This is to be contrasted with LOGIN, in which \u00a2- Figure 2 . Graphical representation of a C-term.", "cite_spans": [], "ref_spans": [ { "start": 99, "end": 107, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": "clause, as in:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": ":- sent ([cats,meow] , []) .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": "The interpreter first translates these clauses into the following equivalent IG clauses, expanding away the notational sugar, before execution begins. sent (start~Pl, end~P3) :noun (l~Num, start~Pl, end~P2)", "cite_spans": [ { "start": 156, "end": 166, "text": "(start~Pl,", "ref_id": null }, { "start": 167, "end": 174, "text": "end~P3)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": ", verb (l~Num, start~P2, end~P3) . noun (l~plural, start~list (head, cats, tail~L) , end~L)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": ". verb (l~plural, start~list (head,meow, tail~L) , end~L)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": ".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": ":- sent (start~list ( head,cats, tail~list ( head,meow, tail~nil)) , end~nil", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": ") .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": "As this example indicates, every DCG is an Inheritance Grammar. However, since the arguments may be arbitrary C-terms, IG can also accomodate feature structure manipulation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INHERITANCE GRAMMARS", "sec_num": null }, { "text": "Several logic-based grammars have used semantic categorization of verb arguments to disambiguate word senses and fill case slots (e.g. Dahl, 1979; Dahl, 1981; McCord, 1980) . The primary motivation for using !b-terms for grammatical analysis is to facilitate such semantic type-class reasoning during the parsing stage.", "cite_spans": [ { "start": 135, "end": 146, "text": "Dahl, 1979;", "ref_id": "BIBREF2" }, { "start": 147, "end": 158, "text": "Dahl, 1981;", "ref_id": "BIBREF5" }, { "start": 159, "end": 172, "text": "McCord, 1980)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "TYPE-CLASS REASONING IN PARSING", "sec_num": null }, { "text": "As an example, the DCG presented in (McCord, 1980) uses unification to do taxonomic reasoning. Two types unify iff one is a subtype of the other; the result is the most specific type. For example, if the first-order term smith:_ representing an untyped individual 6, is unified with the type expression X:person: student, representing the student subtype of person, the result is smith :person : student. terms replace first-order terms rather than predications.", "cite_spans": [ { "start": 36, "end": 50, "text": "(McCord, 1980)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "TYPE-CLASS REASONING IN PARSING", "sec_num": null }, { "text": "e Here the colon is used as a right-associative infix operator meaning subtype.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TYPE-CLASS REASONING IN PARSING", "sec_num": null }, { "text": "While .this grammar achieves extensive coverage, we perceive two shortcomings to the approach. (1) The semantic hierarchy is somewhat inflexible because it is distributed throughout the lexicon, rather than being maintained separately. (2) Multiple Inheritance is not accommodated (although see McCord, 1985) . In IG, the \u00a2-term student can act as a typed variable and unifies with the C-term smith (yielding smith) assuming the presence of IS-A statements such as:", "cite_spans": [ { "start": 295, "end": 308, "text": "McCord, 1985)", "ref_id": "BIBREF11" } ], "ref_spans": [], "eq_spans": [], "section": "TYPE-CLASS REASONING IN PARSING", "sec_num": null }, { "text": "student < person. {smith, Jones, brown} < student.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TYPE-CLASS REASONING IN PARSING", "sec_num": null }, { "text": "The taxonomy is specified separately-even with the potential of dynamic modification-and multiple inheritance is accommodated naturally.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TYPE-CLASS REASONING IN PARSING", "sec_num": null }, { "text": "The taxonomic reasoning mechanism of IG has applications in lexical and syntactic categorization as well as in semantic type-class reasoning. As an illustration which uses C-term predications, consider the problem of writing a grammar that accepts a prepositional phrase or a relative clause after a noun phrase but only accepts a prepositional phrase after the verb phrase. So The flower under the tree wilted, The flower that was under the tree wilted, and John ate under the tree should be accepted but not ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "OTHER GRAMMATICAL APPLICATIONS OF TAXONOMIC REASONING", "sec_num": null }, { "text": "We have implemented an IG development environment in Smalltalk on the Tektronix 4406. The IS-A statements are handled by an ordering package which dynamically performs the lattice extension and which allows interactive display of the ordering. Many of the techniques used in standard depth-first Prolog execution have been carried over to IG execution. To speed grammar execution, our system precompiles the grammar rules. To speed grammar development, incremental compilation allows individual rules to be compiled when modified. We are currently developing a large grammar using this environment.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "IMPLEMENTATION", "sec_num": null }, { "text": "As in Prolog, top-down evaluation is not complete. Earley Deduction (Pereira and Warren, 1980; Porter, 1986) , a sound and complete evaluation strategy for Logic programs, frees the writer of DCGs from the worry of infinite left-recursion. Earley Deduction is essentially a generalized form of chart parsing (Kaplan, 1973; Winograd, 1983) , applicable to DCGs. We are investigating the application of alternative execution strategies, such as Earley Deduction and Extension Tables (Dietrich and Warren, 1986) to the execution of IGs.", "cite_spans": [ { "start": 68, "end": 94, "text": "(Pereira and Warren, 1980;", "ref_id": "BIBREF12" }, { "start": 95, "end": 108, "text": "Porter, 1986)", "ref_id": "BIBREF15" }, { "start": 308, "end": 322, "text": "(Kaplan, 1973;", "ref_id": "BIBREF7" }, { "start": 323, "end": 338, "text": "Winograd, 1983)", "ref_id": null }, { "start": 481, "end": 508, "text": "(Dietrich and Warren, 1986)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "IMPLEMENTATION", "sec_num": null }, { "text": "The vertical bar separates alternate constituents, brackets enclose optional constituents, and ellipses are used (loosely) to indicate repetition. The characters ( ) -> , and z are terminals.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Normally, the subterm at X will be written following the first occurrence of X and all other occurrences of X will not include subterms.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [ { "text": "Valuable interactions with the following people are gratefully acknowledged: Hassan A.it-Kaci, David Maier, David S. Warren, Fernando Pereira, and Lauri Karttunen. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ACKNOWLEDGEMENTS", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "A Lattice Theoretic Approach to Computation Based on a Calculus of Partially Ordered Type Structures", "authors": [ { "first": "Hassan", "middle": [], "last": "Ajt-Kaci", "suffix": "" } ], "year": 1984, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "AJt-Kaci, Hassan. 1984. A Lattice Theoretic Approach to Computation Based on a Calculus of Partially Ordered Type Structures, Ph.D. Dissertation, University of Pennsylvannia, Philadelphia, PA.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "LOGIN: A Logic Programming Language with Built-in Inheritance", "authors": [ { "first": "A", "middle": [], "last": "It~-Kaci", "suffix": "" }, { "first": "Hassan", "middle": [], "last": "Nasr", "suffix": "" }, { "first": "Roger", "middle": [], "last": "", "suffix": "" } ], "year": 1986, "venue": "Journal of Logic Program, ruing", "volume": "3", "issue": "3", "pages": "185--216", "other_ids": {}, "num": null, "urls": [], "raw_text": "A.it~-Kaci, Hassan and Nasr, Roger. 1986. LOGIN: A Logic Programming Language with Built-in Inheritance, Journal of Logic Program, ruing, 3(3):185-216.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Logical Design of", "authors": [ { "first": "Veronica", "middle": [], "last": "Dahl", "suffix": "" } ], "year": 1979, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dahl, Veronica. 1979. Logical Design of", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Deductive NL Consultable Data Bases", "authors": [], "year": null, "venue": "Proc", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Deductive NL Consultable Data Bases, Proc.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "on Very Large Data", "authors": [ { "first": "", "middle": [], "last": "Intl", "suffix": "" }, { "first": "", "middle": [], "last": "Conf", "suffix": "" } ], "year": null, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Intl. Conf. on Very Large Data Bascn, Rio de Janeiro.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Translating Spanish into Logic through Logic", "authors": [ { "first": "Veronica", "middle": [], "last": "Dahl", "suffix": "" } ], "year": 1981, "venue": "Am. Journal of Comp. Linguistics", "volume": "7", "issue": "3", "pages": "149--164", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dahl, Veronica. 1981. Translating Span- ish into Logic through Logic, Am. Journal of Comp. Linguistics, 7(3):149-164.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Extension Tables: Memo Relations in Logic Programming", "authors": [ { "first": "Susan", "middle": [], "last": "Dietrich", "suffix": "" }, { "first": "", "middle": [], "last": "Wagner", "suffix": "" }, { "first": "David", "middle": [ "S" ], "last": "Warren", "suffix": "" } ], "year": 1986, "venue": "C.S. Dept", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dietrich, Susan Wagner and Warren, David S. 1986. Extension Tables: Memo Rela- tions in Logic Programming, Technical Report 86/18, C.S. Dept., SUNY, Stony Brook, New York.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Functional Unification Grammar: A \"Formalism for Machine Translation", "authors": [ { "first": "Ronald", "middle": [], "last": "Kaplan", "suffix": "" } ], "year": 1973, "venue": "Proc. 2Znd Ann. Meeting of the Assoc. for Computational Linguistics (COLING)", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kaplan, Ronald. 1973. A General Syn- tactic Processor, in: Randall Rustin, Ed., Natural Language ProcesMng, A_lgorithmics Press, New York, NY. Kay, Martin. 1984a. Functional Unification Grammar: A \"Formalism for Machine Translation, Proc. 2Znd Ann. Meeting of the Assoc. for Computational Linguistics (COLING), Stanford University, Palo Alto, CA. Kay, Martin. 1984b. Unification in", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Understanding and Logic Programming Conf", "authors": [ { "first": "Natural", "middle": [], "last": "Grammar", "suffix": "" }, { "first": "", "middle": [], "last": "Lang", "suffix": "" } ], "year": null, "venue": "Proceedings, IRISA-INRIA", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Grammar, Natural Lang. Understanding and Logic Programming Conf. Proceedings, IRISA- INRIA, Rennes, France.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "DAGs as Lattices: Extended Abstract", "authors": [ { "first": "David", "middle": [], "last": "Maier", "suffix": "" } ], "year": 1980, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Maier, David. 1980. DAGs as Lattices: Extended Abstract, Unpublished manuscript.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Using Slots and Modifiers in Logic Grammars for Natural Language", "authors": [ { "first": "Michael", "middle": [ "C" ], "last": "Mecord", "suffix": "" } ], "year": 1980, "venue": "Artificial Intelligence", "volume": "18", "issue": "3", "pages": "327--368", "other_ids": {}, "num": null, "urls": [], "raw_text": "MeCord, Michael C. 1980. Using Slots and Modifiers in Logic Grammars for Natural Language, Artificial Intelligence, 18(3):327-368.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Modular Logic Grammars", "authors": [ { "first": "Michael", "middle": [ "C" ], "last": "Mccord", "suffix": "" } ], "year": 1985, "venue": "Proc. of the eSrd ACL Conference", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "McCord, Michael C. 1985. Modular Logic Grammars, Proc. of the eSrd ACL Conference, Chicago, IL.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Definite Clause Grammars for Language Analysis -A Survey of the Formalism and a Comparison with Augmented Transition Networks", "authors": [ { "first": "F", "middle": [ "C N" ], "last": "Pereira", "suffix": "" }, { "first": "D", "middle": [ "H D" ], "last": "Warren", "suffix": "" } ], "year": 1980, "venue": "Artificial Intelligence", "volume": "13", "issue": "", "pages": "231--278", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pereira, F.C.N. and Warren, D.H.D. 1980. Definite Clause Grammars for Language Analysis -A Survey of the Formalism and a Comparison with Augmented Transition Net- works, Artificial Intelligence, 13:231-278.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "elst Annual Meeting of the Assoc. for Computational Linguistics", "authors": [], "year": null, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Parsing as Deduction, elst Annual Meeting of the Assoc. for Computational Linguistics, Bos- ton, MA.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Earley Deduction", "authors": [ { "first": "Harry", "middle": [ "H" ], "last": "Porter", "suffix": "" } ], "year": 1986, "venue": "Oregon Graduate Center", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Porter, Harry H. 1986. Earley Deduction, Technical Report CS/E-86-002, Oregon Gradu- ate Center, Beaverton, OR.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "An Introduction to Unification-Based Approaches to Grammar", "authors": [ { "first": "Stuart", "middle": [ "M" ], "last": "Shieber", "suffix": "" } ], "year": 1985, "venue": "Tutorial Session Notes, \u00a33rd Annual Meeting of the A~oc. for Computational Linguistics, Chicago", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Shieber, Stuart M. 1985. An Introduction to Unification-Based Approaches to Grammar, Tutorial Session Notes, \u00a33rd Annual Meeting of the A~oc. for Computational Linguistics, Chi- cago, IL.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "A Compilation of Papers on Unification-Based Grammar Formalisms, Parts I and II, Center for the Study of Language and Information", "authors": [ { "first": "S", "middle": [ "M" ], "last": "Shieber", "suffix": "" }, { "first": "F", "middle": [ "C N" ], "last": "Pereira", "suffix": "" }, { "first": "L", "middle": [], "last": "Karttunen", "suffix": "" }, { "first": "M", "middle": [], "last": "Kay", "suffix": "" } ], "year": 1983, "venue": "Language aa a Cognitive Process", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Shieber, S.M., Pereira, F.C.N., Karttunen, L. and Kay, M. 1986. A Compilation of Papers on Unification-Based Grammar Formalisms, Parts I and II, Center for the Study of Language and Information, Stanford. Winograd, Terry. 1983. Language aa a Cognitive Process, Vol. Z: Syntax, Addison- Wesley, Reading, MA.", "links": null } }, "ref_entries": { "TABREF0": { "text": "root node, np, is called the head symbol. This C-term contains two features, labelled by number and person.", "type_str": "table", "content": "
np ( number ~ singular,
person ~ third)
The next example includes a subterm at
agreement:=>:
(cat~ np,
agreement ~(number ~ singular,
person ~ third))
term::=symbol [ featureList ]
[ featureList
featureList ::=( feature , feature ,
... , feature )
feature::=label => term
[ label ~ variable [ : term ]
Our first example contains the symbols
np, singular,and third.The label of
feminineObjecthumanmasculineObject
adu i thumanF ema i ehumanMa i echi i d
womanmangir Iboy
Figure 1. A signature.
", "num": null, "html": null } } } }