Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!uunet!iscuva!randyg From: randyg@iscuva.ISCS.COM (Randy Gordon) Newsgroups: comp.ai,comp.lang.prolog Subject: Re: Chart parsers and PROLOG Message-ID: <527@iscuva.ISCS.COM> Date: Mon, 25-May-87 21:19:49 EDT Article-I.D.: iscuva.527 Posted: Mon May 25 21:19:49 1987 Date-Received: Tue, 26-May-87 04:00:10 EDT References: <548@uvm-gen.UUCP> <513@uhccux.UUCP> Reply-To: randyg@iscuva.UUCP (Randy Gordon) Organization: ISC Systems Corporation, Spokane, WA Lines: 11 Keywords: chart parsers, PROLOG, natural language processing Summary: They are OTHER ways. Xref: mnetor comp.ai:447 comp.lang.prolog:245 I can't seem to get a reply out, so... Actually there are a number of formalisms, depending on the language. I use (unofficially) McCord logical Form(slot and Grammer) stuff in prolog, plus an occasional Conceptual Dependency type analyzer. Efficency depends mostly on what you are trying to do and with what language. To the fellow who asked about chart parsing: If you want a good explanation of chart parsing, look at chapter 9 of Artificial Intelligence, tools, techniques and applications, by Shea and Eisenstadt, Harper and Row, 1984.