Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!bonnie.concordia.ca!IRO.UMontreal.CA!iros52.IRO.UMontreal.CA!mourad From: mourad@IRO.UMontreal.CA (Shibl Mourad) Newsgroups: comp.lang.prolog Subject: Re: Object Oriented Prolog question Message-ID: <1991Feb27.223550.22645@IRO.UMontreal.CA> Date: 27 Feb 91 22:35:50 GMT References: <1991Feb19.093713.4151@ecrc.de> <1991Feb26.175218.9997@IRO.UMontreal.CA> <4835@goanna.cs.rmit.oz.au> Sender: news@IRO.UMontreal.CA Reply-To: mourad@IRO.UMontreal.CA (Shibl Mourad) Organization: Universite de Montreal Lines: 8 In article <4835@goanna.cs.rmit.oz.au> ok@goanna.cs.rmit.oz.au (Richard A. O'Keefe) writes: >> I am looking for an Object Oriented Prolog to develop a Natural >> Languages application. > > Just as a matter of curiosity, why on earth do you want an *Object-Oriented* > Prolog (whatever that is)? The application involves information retreival through interviewing a human expert; the required information could be represented by a hierarchy of objects. On the surface it seems useful to have the advantages of Prolog for NL processing combined with an Object Oriented representation.