Amalia--A Unified Platform for Parsing and Generation

Total Page:16

File Type:pdf, Size:1020Kb

Amalia--A Unified Platform for Parsing and Generation Amalia A Unied Platform for Parsing and Generation z y Evgeniy Gabrilovich and Nissim Francez Shuly Wintner Lab oratory for Computational Linguistics Seminar f ur Sprachwissenschaft Computer Science Department Universitat T ubingen Technion Israel Institute of Technology Kl Wilhelmstr Haifa Israel T ubingen Germany fgabrfrancezgcstechnionac il shulysfsnphilunituebin gen de Abstract mar and a string and parses the string according to the grammar For generation the input is a Contemporary linguistic theories in particular HPSG are declarative in nature they sp ecify semantic formula from which a phrase is gener constraints on p ermissible structures not how ated The earliest HPSG parsers eg Prudian such structures are to b e computed Gram mars designed under such theories are there Pollard Franz were designed in this fore suitable for b oth parsing and generation way A slightly more elab orate technique is the However practical implementations of such the use of some highlevel unicationbased logic pro ories dont usually supp ort bidirectional pro cessing of grammars We present a grammar gramming language eg Prolog or LIFE At development system that includes a compiler of Kaci Podelski for sp ecifying the grammar grammars for parsing and generation to ab Further along this line lies compilation of gram stract machine instructions and an interpreter for the abstract machine language The genera mars directly into Prolog using Prologs internal tion compiler inverts input grammars designed mechanisms for p erforming unication This is for parsing to a form more suitable for genera the implementation technique of eg Prot Er tion The compiled grammars are then executed by the interpreter using one control strategy re bach Systems such as ale Carp enter a gardless of whether the grammar is the original Carp enter Penn also compile grammars into or the inverted version We thus obtain a uni ed ecient platform for developing reversible Prolog However ale compiles grammar descrip grammars tions directly into Prolog co de rather than into a Prolog representation of feature structures At run time ale executes the co de that was com Introduction piled for the rules Parts of the unications re The p opularity of contemporary linguistic for sulting from typeunication are p erformed at malisms such as Lexical Functional Grammar compiletime to increase the eciency of the gen Kaplan Bresnan Categorial Grammar erated co de Haddo ck et al or HeadDriven Phrase In this pap er we advocate a further step along Structure Grammar HPSG Pollard Sag the same sp ectrum We prop ose Amalia an ab and esp ecially their mathematical and formal ma stract machine sp ecically designed for executing turity have led to the development of various ale grammars without relational extensions frameworks applying dierent metho ds for their cmp-lg/9709014 24 Sep 1997 Amalia includes a compiler of input grammars implementation into the abstract machine language and an inter This pap er fo cuses on a computational frame preter for the abstract instructions This imple work in which HPSG grammars can b e devel mentation technique was proved useful for many op ed A wide sp ectrum of implementation tech programming languages most notably Prolog it niques for HPSG exist one extreme is direct in 1 self and as we show b elow it improves the ef terpretation of grammars For parsing this in ciency of parsing with ale grammars consider volves a program that accepts as input a gram ably We emphasize in this pap er the more prac In R Mitkov N Nicolov and N Nikolov eds Pro tical asp ects of the system fo cusing on the in ceedings of Recent Advances in Natural Language Process tegration of parsing and generation as its the ing RANLP pp Tzigov Chark Bulgaria September oretical infrastructure has b een presented else y Supp orted by the Minerva Stip endien Komitee where Wintner Francez Wintner z Supp orted by a grant from the Israeli Ministry of Sci From the p oint of view of grammar engineer ence Programming Languages Induced Computational Linguistics and the Fund for the Promotion of Research 1 Recently such techniques were used for implementing in the Technion We thank an anonymous reviewer for the new programming language Java useful comments ing the abstract machine approach has an ad the WAM that gave the language not only a go o d ditional advantage Amalias compiler incorp o ecient compiler but p erhaps more imp ortantly rates an algorithm based on Samuelsson for an elegant op erational semantics inverting grammars designed for parsing into a The WAM immediately b ecame the starting form more suitable for generation The compiler p oint for many compiler designs for Prolog The then pro duces co de for the inverted grammar us techniques it delineates serve not only for Pro ing exactly the same machine language Thus log prop er but also for constructing compilers the same grammar can b e compiled to two dier for related languages parallel Prolog compilers ent ob ject programs for the two dierent tasks variants of Prolog that use dierent resolution The interpreter executes b oth kinds of programs metho ds extend Prolog with types or with record in the same way only the initialization of the structures etc An additional advantage of ab machines state and the format of the nal re stract machines is that they are a useful to ol in sults dier We thus obtain a uniform platform formally verifying the correctness of compilers for developing grammars serving b oth for parsing Inverting grammars for generation and for generation We discuss the use of abstract machine tech One of the attractions of declarative linguistic niques for compilation in the next section and theories such as HPSG is that a single grammar sketch the algorithm that inverts a grammar for formulated in the theory can b e used b oth for generation in Section Section explains the parsing and for generation While this is true in dual op eration of the abstract machine and Sec theory not many practical implementations of lin tion lists some implementation details guistic formalisms supp ort bidirectional grammar pro cessing Many advantages of bidirectional nat Why abstract machines ural language systems are listed in Strzalkowski where three options for reversibility are con Highlevel programming languages with dynamic sidered pp xiiixxi A grammar is compiled structures have always b een hard to develop com into two separate programs parser and generator pilers for A common technique for overcoming requiring a dierent evaluation strategy The the problems involves the notion of an abstract parser and the generator are separate programs machine It is a machine that on one hand executed using the same evaluation strategy captures the essentials of the highlevel language The parser and the generator are one program in its architecture and instruction set such that and the evaluation strategy can handle it b eing compiling from the source language to the ab run in either direction Our solution falls into the stract machine language b ecomes relatively sim second category there is only one input grammar ple On the other hand the architecture must which is compiled into two dierent abstract ma b e simple enough for the abstract machine lan chine ob ject programs these two programs are guage to b e easily interpretable on common ma executed using exactly the same mechanism the chines This technique also facilitates p ortable interpreter and hence employ the same strategy front ends for compilers as the machine language This guarantees b oth ease of grammar develop is abstract it can b e easily interpreted on dier ment and maintenance and no loss of eciency ent concrete machinesplatforms Grammars are usually oriented towards the Abstract machines were used for various pro analysis of a string and not towards generation cedural and functional languages but they b e from a usually nested semantic form In other came prominent for logical programming lan words rules reect the phrase structure and not guages since the introduction of the Warren Ab the predicateargument structure It is therefore stract Machine WAM Warren AtKaci desirable to transform the grammar in order to for Prolog While Prolog has gained a recogni enable systematic reection of any given logical tion as a practical implementation of the idea of form in the pro ductions To this end we apply programming in logic a metho d for interpreting 2 an inversion pro cedure based up on Samuelsson the declarative logical statements was needed for such an implementation to b e wellfounded Even 2 Samuelssons inversion algorithm was developed for though there were prior attempts to construct denite clause grammars Pereira Warren We p orted it to a typed featurestructure framework b oth interpreters and compilers for Prolog it was grammar is inherently suitable for generation to render the rules with the nested predicate argument structure corresp onding to that of in Grammar inversion is p erformed as part of the put logical forms Once the grammar is inverted compilation The given grammar is enhanced in the generation pro cess can b e directed by the in a way that will ultimately enable to reconstruct put semantic form elements of the input are con the words spanned by the semantic forms To sumed during generation just like words are con achieve this aim each rule constituent is extended sumed during parsing by an additional sp ecialpurp ose feature str in the example grammar The value of this feature Figure depicts a simple example grammar in
Recommended publications
  • Lecture Notes in Computer Science
    D. Dolev Z. Galil M. Rodeh (Eds.) Theory of Computing and Systems ISTCS '92, Israel Symposium Haifa, Israel, May 27-28, 1992 Proceedings Springer-Verlag Berlin Heidelberg NewYork London Paris Tokyo Hong Kong Barcelona Budapest Series Editors Gerhard Goos Juris Hartmanis Universit~it Karlsruhe Department of Computer Science Postfach 69 80 Cornell University Vincenz-Priessnitz-Stral3e 1 5149 Upson Hall W-7500 Karlsruhe, FRG Ithaca, NY 14853, USA Volume Editors Danny Dolev Hebrew University Givat Ram, Jerusalem, Israel Zvi Galil Columbia University, New York, NY 10027, USA and Tel Aviv University Ramat Aviv, Tel Aviv, Israel Michael Rodeh IBM Israel Ltd., Science and Technology, Technion City Haifa 32000, Israel CR Subject Classification (1991): F.1-4, B.3, C.2, G.1-2, 1.1, E.4, D.2-3 ISBN 3-540-55553-6 Springer-Verlag Berlin Heidelberg New York ISBN 0-387-55553-6 Springer-Verlag New York Berlin Heidelberg This work is subject to copyright. All rights are reserved, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, re-use of illustrations, recitation, broadcasting, reproduction on microfilms or in any other way, and storage in data banks. Duplication of this publication or parts thereof is permitted only under the provisions of the German Copyright Law of September 9, 1965, in its current version, and permission for use must always be obtained from Springer-Verlag. Violations are liable for prosecution under the German Copyright Law. Springer-Verlag Berlin Heidelberg 1992 Printed in Germany Typesetting: Camera ready by author/editor Printing and binding: Druckhaus Beltz, Hemsbach/Bergstr.
    [Show full text]
  • Unification Grammars Nissim Francez and Shuly Wintner Frontmatter More Information
    Cambridge University Press 978-1-107-01417-6 - Unification Grammars Nissim Francez and Shuly Wintner Frontmatter More information Unification Grammars Like computer programs, the grammars of natural languages can be expressed as mathematical objects. Such a formal presentation of grammars facilitates mathematical reasoning with grammars (and the languages they denote), on one hand, and the compu- tational implementation of grammar processors, on the other hand. This book presents one of the most commonly used grammatical formalisms, unification grammars, which underlies such contemporary linguistic theories as lexical-functional grammar (LFG) and head-driven phrase structure grammar (HPSG). The book provides a robust and rigorous exposition of the formalism that is both mathematically well founded and lin- guistically motivated. Although the material is presented formally, and much of the text is mathematically oriented, a core chapter of the book addresses linguistic applications and the implementation of several linguistic insights in unification grammars. The authors provide dozens of examples and numerous exercises (many with solutions) to illustrate key points. Graduate students and researchers in both computer science and linguistics will find this book a valuable resource. NISSIM FRANCEZ is professor emeritus of computer science at the Technion-Israel Institute of Technology. His research for the last twenty years has focused on computational linguistics in general, and on the formal semantics of natural language in particular, mainly within the framework of type-logical grammar. His most recent research topic is proof-theoretic semantics for natural language. He is the author of several books and approximately 150 scientific articles. He regularly serves on editorial boards and program committees of several major conferences, including the committee of the FoLLI (Association for Logic, Language, and Information) Beth Dissertation Award.
    [Show full text]
  • Chp%3A10.1007%2F3-54
    PART III PROJECT SUMMARIES 345 Parallel Unification Machine Design and Simulation Contact Person: Professor F~li N. Sibai Dept. of Electrical Engineering University of Akron Akron, OH 44325-3904 U.S.A. mail: r [email protected] Keywords Parallel Unification, Term Matching, Consistency Check, Shared and Distributed Memory Organizations Summary A parallel machine architecture for first-order unification was designed by F. N. Sibai. This machine can be used as a hardware unifier by itself, or can be used as a co-processor to a host PROLOG computer. The machine takes two terms to be unified for input, and outputs the most general unifier in case of unification success, or FAIL in case of failure. The machine is composed of an array of match processors (MPs) in charge of matching the arguments of the two terms in parallel and can therefore detect early failures at the match level. If no match failure exists, the MPs send the generated bindings to a consistency check processor (CCP) in charge of checking the consistency of the bindings. The CCP is a powerful unification processor which maintains the bindings in a content-addressable memory for fast search and retrieval. Thus the operations of the array of MPs and the CCP are pipelined in the machine. The performance evaluation of two versions of PUM has been conducted with simulation. The first version is based on a shared-memory or- ganization whereas the second uses a distributed memory organization. Reference Sibai, Fadi N.,"A Parallel Machine for the Unification Algorithm: Design, Simulation, and Performance Evaluation," Ph.D.
    [Show full text]
  • Semantics of Nondeterminism, Concurrency, and Communication*
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector JOURNAL OF COMPUTER AND SYSTEMSCIENCES 19, 29O-308 ( 1979) Semantics of Nondeterminism, Concurrency, and Communication* NISSIM FRANCEZ Department of Computer Science, The Technion, Haifa, Israel C. A. R. HOARE Programming Research Group, Oxford University, Oxford, OX2 6PE, England DANIEL J. LEHMANN Department of Computer Science, the Hebrew University, Jerusalem, Israel AND WILLEM P. DE ROEVER Department of Computer Science, University of Utrecht, Utrecht, Holland Received September 13, 1978; revised July 25, 1979 I. INTRODUCTION 1. Background and Motivation One of the more important and active areas in the theory of programming languages is that of concurrent programs, specifically their design, definition, analysis, and verifica- tion. Due to recent developments in the technology of microprocessors, there is a trend toward languages supporting distributed activities involving communication rather than concurrent activities on some shared resources, mainly memory. Thus, it becomes very important to supply adequate tools for the definition and analysis of such programs and programming languages. One recent attempt to design such a language was done by Hoare [9], where the language CSP (communicating sequential processes) was presented informally. This is a language for the expression of nondeterministic, concurrent, and communicating programs. * Based on work carried out by Francez, Hoare, and de Roever at Queen’s University, Belfast, during the academic year 1976-1977, supported by SRC Grant B/RG/74082. The completion of the paper was supported by NSF Grants MCS-78-673 and MCS-78-7461, during the stay of Francez and Lehmann at the University of Southern California, Los Angeles, and of de Roever at the University of California, Berkeley, 1977-1978.
    [Show full text]
  • David S. Brée
    David S. Br´ee Curriculum Vitae as of 16 December 2010 Date of Birth: 2 December 1939 Nationality: British Marital status: Married Children: One Address from 1 July 2010: Eerste Weteringdwars straat 32, 1017 TN, Amsterdam, The Netherlands Present position 2006 Emeritus Professor of Artificial Intelligence School of Computer Science University of Manchester Manchester, M13 9PL, United Kingdom 1 Previous full time posts 2010 Senior Researcher Center for Complex System, Institute for Social Studies University of Warsaw ul. Stawki 5/7, 00 - 183 Warsaw. - Worked with Professor Andrzej Nowak on a book about Complex Systems Science approach to Social Psychology, to be published in 2013 by Springer 2006-2010 Senior Researcher Institute for Scientific Interchange Villa Guallino, via Settimio Severo 65, 10133 Torino, Italy - Scientific management of three FP6 projects in the field of Complex Systems, with a total budget of 5 M€ over 3 to 4 years - Local supervision of 5 PhD students, all of whom have completed 1990-2006 Professor of Artificial Intelligence School of Computer Science, University of Manchester, United Kingdom - Set up and ran their first PhD program, raising the annual intake to over 30 students - Head of the Artificial Intelligence group 1988-91 Scientific Director (part-time) Foundation for Knowledge-Based Systems, Rotterdam, The Netherlands - Purpose: strategic research in the area of knowledge-based systems - Set up by SPIN, the Dutch equivalent of Alvey, with an injection of Hfl 10,000,000 (€ 4,500,000) over five years - Raised an equivalent
    [Show full text]
  • Off-Line Parsability and the Well-Foundedness of Subsumption
    Off-line Parsability and the Well-foundedness of Subsumption∗ Shuly Wintner and Nissim Francez Department of Computer Science Technion, Israel Institute of Technology 32000 Haifa, Israel Abstract Typed feature structures are used extensively for the specification of linguistic infor- mation in many formalisms. The subsumption relation orders TFSs by their information content. We prove that subsumption of acyclic TFSs is well-founded, whereas in the presence of cycles general TFS subsumption is not well-founded. We show an application of this result for parsing, where the well-foundedness of subsumption is used to guarantee termination for grammars that are off-line parsable. We define a new version of off-line parsability that is less strict than the existing one; thus termination is guaranteed for parsing with a larger set of grammars. Keywords: Computational Linguistics, Parsing, Feature structures, Unification arXiv:cmp-lg/9709011v1 23 Sep 1997 This paper has not been submitted elsewhere in identical or similar form 1 Introduction Feature structures serve as a means for the specification of linguistic information in current linguistic formalisms such as LFG (Kaplan and Bresnan, 1982), HPSG (Pollard and Sag, 1994) or (some versions of) Categorial Grammar (Haddock, Klein, and Morill, 1987). This paper focuses on typed feature structures (TFSs) that are a generalization of their untyped counterparts. TFSs are related by subsumption (see (Carpenter, 1992b)) according to their ∗ To appear in the Journal of Logic, Language and Information 1 information content. We show that the subsumption relation is well-founded for acyclic TFSs, but not for cyclic ones. We use this result to prove that parsing is terminating for grammars that are off-line parsable: this proposition is cited, but not proved, in (Shieber, 1992).
    [Show full text]
  • Proceedings of the 15Th Meeting on the Mathematics of Language (MOL 2017), Held at Queen Mary University of London, on July 13–14, 2017
    MOL 2017 The 15th Meeting on the Mathematics of Language Proceedings of the Conference July 13–14, 2017 London, UK Sponsored by c 2017 The Association for Computational Linguistics Association for Computational Linguistics (ACL) 209 N. Eighth Street Stroudsburg, PA 18360 USA Tel: +1-570-476-8006 Fax: +1-570-476-0860 [email protected] ISBN 978-1-945626-72-2 ii Introduction This is the proceedings of the 15th Meeting on the Mathematics of Language (MOL 2017), held at Queen Mary University of London, on July 13–14, 2017. The volume contains eleven regular papers and two invited papers. It also includes an abstract of a third invited talk. The regular papers were selected from a total of 23 submissions, using the EasyChair conference management system. The conference benefited from the financial support of the British Logic Colloquium (http://www. blc-logic.org) and of AYLIEN (http://aylien.com), which we gratefully acknowledge. Last but not least, we would like to express our sincere gratitude to all the reviewers for MOL 2017 and to all the people who helped with the local organization. Makoto Kanazawa, Philippe de Groote, and Mehrnoosh Sadrzadeh (editors) iii Program Chairs: Makoto Kanazawa, National Institute of Informatics (Japan) Philippe de Groote, INRIA Nancy (France) Local Chair: Mehrnoosh Sadrzadeh, Queen Mary University of London (UK) Local Organization: Sophie Chesney, Queen Mary University of London (UK) Maximilian Droog-Hayes, Queen Mary University of London (UK) Dimitri Kartsaklis, University of Cambridge (UK) Shalom Lappin, University
    [Show full text]
  • Notes on Computational Linguistics
    Notes on computational linguistics E. Stabler UCLA, Winter 2003 (under revision) Stabler - Lx 185/209 2003 Contents 1 Setting the stage: logics, prolog, theories 4 1.1Summary............................................................................. 4 1.2Propositionalprolog...................................................................... 6 1.3Usingprolog.......................................................................... 10 1.4Somedistinctionsofhumanlanguages.......................................................... 11 1.5PredicateProlog........................................................................ 13 1.6Thelogicofsequences.................................................................... 18 2 Recognition: first idea 26 2.1Aprovabilitypredicate.................................................................... 27 2.2Arecognitionpredicate.................................................................... 28 2.3Finitestaterecognizers.................................................................... 31 3 Extensions of the top-down recognizer 41 3.1Unificationgrammars..................................................................... 41 3.2Moreunificationgrammars:casefeatures........................................................ 42 3.3Recognizers:timeandspace................................................................ 44 3.4Trees,andparsing:firstidea................................................................ 46 3.5Thetop-downparser..................................................................... 47
    [Show full text]
  • Elephant 2000: a Programming Language Based on Speech Acts
    Elephant 2000: A Programming Language Based on Speech Acts John McCarthy, Stanford University I meant what I said, and I said what I meant. An elephant’s faithful, one hundred percent! moreover, An elephant never forgets! Abstract: Elephant 2000 is a vehicle for some ideas about programming language features. We expect these features to be valuable in writing and verifying programs that interact with people (e.g. transaction processing) or interact with programs belonging to other organizations (e.g. electronic data interchange) 1. Communication inputs and outputs are in an I-O language whose sen- tences are meaningful speech acts approximately in the sense of philosophers and linguists. These include questions, answers, offers, acceptances, declina- tions, requests, permissions and promises. 2. The correctness of programs is partly defined in terms of proper perfor- mance of the speech acts. Answers should be truthful and responsive, and promises should be kept. Sentences of logic expressing these forms of cor- rectness can be generated automatically from the form of the program. 3. Elephant source programs may not need data structures, because they can refer directly to the past. Thus a program can say that an airline passenger has a reservation if he has made one and hasn’t cancelled it. 4. Elephant programs themselves can be represented as sentences of logic. Their extensional properties follow from this representation without an in- tervening theory of programming or anything like Hoare axioms. 5. Elephant programs that interact non-trivially with the outside world can 1 have both input-output specifications, relating the programs inputs and out- puts, and accomplishment specifications concerning what the program accom- plishes in the world.
    [Show full text]
  • Rechnion - Israel Institute Ot Technology Computer Science Dep~Rtment
    '. rECHNION - Israel Institute ot Technology Computer Science Dep~rtment ,A.WEAKEST PRECO~DITION SEMANTICS FOR eOMMUNICATING PROCESSES by Tzilla Elrad ~nd Nissim Francez Technical .Report #244 May '1982 Technion - Computer Science Department - Technical Report CS0244 - 1982 - -.., ...... A WEAKEST PRECONDITION SEMANTICS' FOR "'.... Cm~MUNI,CAtIN'G PROCESSES (~) by TZil-lei El-rad(H and Nissim ~ranceL(2} nept. of Compu~er Science Technion - Israel Institute df Technology Haifa 32000, Israel -5Uftt1ARY Aweakest precondition semantics for communicating processes is presented, bas~d on a centr~lized one level approach. Semantic equa­ tions are given for the CSP constructs and th€1r continuity i$ proved. The 'representation of various operation9-'l con<;:epts, i.ncluding delay, is discussed. S~~eral examples bf appiying ~he rules ~re gi~en. Key Words and Concepts: Weakes t preconditi on, semanti cs, communi cati:ng processes, di stri I;>uted· 'programming, nonde~erminism, termination, deadlock. CR Categories: 5.24,4.32. (1) The work of the first author was supportep by NSf grant MCS~80-l7577. (2) The.work of the second author wa~ supported By a grant by IBM-Israel. Technion - Computer(*) A Science preliminary Department version - Technical of Report thist CS0244 paper -was 1982 pre~ented i'n the 5th Inter­ national Confer.ence on ProgrammJng, Torino, Apri' 198~. 1 ... 1. INTRODUCTION The 'mportance of the axiomatic approach to Tormal definixlons ;)­ of the semantics of 1anguages for conc~rrent programming js by 'now \:lidely' reco~nized:[OG, AfR , FS, LS, >LG]. 1fie purpose of~thi.s paper is to im"~stig.ate th"e use of WP (Weakest • 1 Pr~condi~ion) semantics as a tpol for th~ f~rmal definition of the semantics of languages for concurrent and'distributed pro~ramming.
    [Show full text]
  • Categorial Grammar and the Semantics of Contextual Prepositional Phrases
    Categorial Grammar and the Semantics of Contextual Prepositional Phrases Nissim Francez and Mark Steedman† September 12, 2004 The paper proposes a semantics for contextual (i.e., Temporal and Locative) Prepositional Phrases (CPPs) like during every meeting, in the garden, when Harry met Sally and where I’m calling from. The semantics is embodied in a multi-modal extension of Combinatory Categoral Grammar (CCG). The grammar allows the strictly monotonic compositional derivation of multiple correct interpretations for “stacked” or multiple CPPs, including interpretations whose scope relations are not what would be expected on standard assumptions about surface-syntactic command and monotonic derivation. A type-hierarchy of functional modalities plays a crucial role in the specification of the fragment. 1 Introduction In [25], a temporal semantics for temporal preposition phrases (TPPs) was introduced, free of any syntactic anal- ysis and syntax-semantics interface. This semantics employed some unorthodox operations, referred to as pseudo- applications, as well as semantic operations not triggered by any underlying syntactic manipulation. Furthermore, it used two types of sentential (and, hence, verbal) meanings. Here, we attempt to incorporate a semantics inspired by that of [25], but cast into the rigid syntax-semantics interface imposed by Combinatory Categorial Grammar (CCG, [27, 29]). In addition, we extend the semantics to two varieties of contextual preposition phrases (CPPs): these are the temporal preposition phrases (TPPs) of the earlier account, and Locative preposition phrases (LPPs), discussed in a related approach by [5], but not treated before in this framework. Of particular interest is mixed modification by both kinds of CPP. The fact that CCG is a strongly lexicalized grammatical theory allows us to bring all operations relating distinct sentential and verbal meanings under the control of lexical rules and mor- phemes such as tense inflections and the temporal prepositions themselves.
    [Show full text]
  • Script: a Communication Abstraction Mechanism and Its Verification*
    Science of Computer Programming 6 (1986) 35-88 35 North-Holland SCRIPT: A COMMUNICATION ABSTRACTION MECHANISM AND ITS VERIFICATION* Nissim FRANCEZ Department of Computer Science, The Technion, Haifa 32000, Israel Brent HAILPERN IBM Thomas J. Watson Research Center, Yorktown Heights, NY 10598, U.S.A. Gadi TAUBENFELD Department of Computer Science, The Technion, Haifa 32000, Israel Communicated by M. Sintzoff Received October 1983 Revised December 1984 Abstract. In this paper, we introduce a new abstraction mechanism, called a script, which hides the low-level details that implement patterns of communication. A script localizes the communica- tion between a set of roles (formal processes), to which actual processes enroll to participate in the action of the script. The paper discusses the addition of scripts to the languages CSP and ADA, and to a shared-variable language with monitors. Proof rules are presented for proving partial correctness and freedom from deadlock in concurrent programs using scripts. 1. Introduction Abstraction mechanisms have been widely recognized as useful programming tools and have been incorporated into modem programming languages [4, 11, 19, 20, 25, 27]. The main subjects of abstraction suggested so far are - control sequencing abstractions, which hide sequences of elementary transfers of control, such as looping constructs, if statements, procedures, and exception hand- ling statements, - data abstractions, as manifested in abstract data types, which hide the concrete representation of abstract objects (for example, is a stack implemented by a linked list with pointers or by an array?), and - synchronization abstractions, as manifested in monitors and the like, which hide details of low-level mechanisms for enforcing mutual exclusion.
    [Show full text]