Lisp HUG Maillist Archive

KR Engines

Hi,

Can someone recommend a good Knowledge Representation engine that works with LW 5.1? I have heard of OpenCyc, KM and PowerLoom. OpenCyc appears quite heavy weight for me. Any personal experience with these or other engines? I am looking for a toolkit that can be used in a commercial application.

 

Thanks for your help.

Regards,

Rangarajan

Re: KR Engines


Am 30.06.2008 um 02:35 schrieb Rangarajan Krishnamoorthy:

Hi,
Can someone recommend a good Knowledge Representation engine that works with LW 5.1? I have heard of OpenCyc, KM and PowerLoom. OpenCyc appears quite heavy weight for me. Any personal experience with these or other engines? I am looking for a toolkit that can be used in a commercial application.

LispWorks Enterprise bundles 'KnowledgeWorks'.

  http://www.lispworks.com/products/knowledgeworks.html


I'm not sure how OpenCyc works 'with' LispWorks. Usually you want either a) the KR engine integrated into Lisp or b) running as a server with a Lisp API to access the server. AFAIK a) is not supported by OpenCyc and b) one has to write? Not sure about the latter.


RacerPro runs as a server. There is also a more expensive version that can be loaded into Lisp.
  http://www.racer-systems.com/products/racerpro/features.phtml


Regards,

Rainer Joswig


 
Thanks for your help.
Regards,
Rangarajan

Rainer Joswig, Hamburg, Germany
http://lispm.dyndns.org/
mailto:joswig@lisp.de



Re: KR Engines

I am extremely fond of Loom (not PowerLoom, but its predecessor). I used Loom in 2000 to build a network fault-analysis engine at Fujitsu; it works very well with LispWorks, and Tom Russ of ISI is first rate if you need support.

peace, david

And now these three remain: faith, hope, and love.
But the greatest of these is love.
-- 1 Corinthians 13:13

For wisdom is more precious than rubies,
and nothing you desire can compare with her.
-- Proverbs 8:11

On Sun, Jun 29, 2008 at 8:35 PM, Rangarajan Krishnamoorthy <ranga@mmsindia.com> wrote:

Hi,

Can someone recommend a good Knowledge Representation engine that works with LW 5.1? I have heard of OpenCyc, KM and PowerLoom. OpenCyc appears quite heavy weight for me. Any personal experience with these or other engines? I am looking for a toolkit that can be used in a commercial application.

 

Thanks for your help.

Regards,

Rangarajan


Re: KR Engines

I've recently been looking at Cyc, OpenCyc, ConceptNet and WordNet.

From the OpenCyc / CycL FAQ:
"In what way is it possible to use OpenCyc together with a lisp-environment like Xanalys LispWorks? 
 We have a socket interface that handles lists. The entire API is lispy. So it would require opening a socket and writing/reading SExprs."

I also looked at CyN which is Cyc + AIML Program N.

http://www.daxtron.com/123start.htm?Cyn


Then there's ACT-R which includes WNLexical as an interface to WordNet:

http://act-r.psy.cmu.edu/about/


And there's Double R Theory using ACT-R for Natural Language:

http://www.doublertheory..com/index.html

 
FWIW.
 
Bruce.




----- Original Message -----
From: Rangarajan Krishnamoorthy
To: lisp-hug@lispworks.com
Sent: Sunday, June 29, 2008 5:35 PM
Subject: KR Engines


Hi,
Can someone recommend a good Knowledge Representation engine that works with LW 5.1? I have heard of OpenCyc, KM and PowerLoom. OpenCyc appears quite heavy weight for me. Any personal experience with these or other engines? I am looking for a toolkit that can be used in a commercial application.
 
Thanks for your help.
Regards,
Rangarajan

Re: KR Engines


ACT-R is a cognitive architecture, not a KR system. It can be used for KR, but the paradigms are very different.

--
Bradford W. Miller
Cognitive/Computer Scientist/Engineer

Raytheon, Inc.
1847 West Main Road
Portsmouth, RI  02871-1087

(401) 842-3578



"Bruce J Weimer MD" <bjweimer@charter.net>
Sent by: owner-lisp-hug@lispworks.com

06/30/2008 10:56 AM

Please respond to
"Bruce J Weimer MD" <bjweimer@charter.net>

To
<lisp-hug@lispworks.com>
cc
Subject
Re: KR Engines





I've recently been looking at Cyc, OpenCyc, ConceptNet and WordNet.

>From the OpenCyc / CycL FAQ:
"In what way is it possible to use OpenCyc together with a lisp-environment like Xanalys LispWorks?
We have a socket interface that handles lists. The entire API is lispy. So it would require opening a socket and writing/reading SExprs."


I also looked at CyN which is Cyc + AIML Program N.

http://www.daxtron.com/123start.htm?Cyn


Then there's ACT-R which includes WNLexical as an interface to WordNet:

http://act-r.psy.cmu.edu/about/


And there's Double R Theory using ACT-R for Natural Language:

http://www.doublertheory.com/index.html


FWIW.
 
Bruce.




----- Original Message -----
From: Rangarajan Krishnamoorthy
To: lisp-hug@lispworks.com
Sent: Sunday, June 29, 2008 5:35 PM
Subject: KR Engines


Hi,
Can someone recommend a good Knowledge Representation engine that works with LW 5.1? I have heard of OpenCyc, KM and PowerLoom. OpenCyc appears quite heavy weight for me. Any personal experience with these or other engines? I am looking for a toolkit that can be used in a commercial application.

Thanks for your help.
Regards,
Rangarajan



Re: KR Engines

Rangarajan Krishnamoorthy writes:
> Can someone recommend a good Knowledge Representation engine that works with
> LW 5.1? I have heard of OpenCyc, KM and PowerLoom. OpenCyc appears quite
> heavy weight for me. Any personal experience with these or other engines? I
> am looking for a toolkit that can be used in a commercial application.

Of course, KR itself.  http://www.cliki.net/KR

And you can always use CLOS to represent your knowledge, with the
added advantage that it often can be directly use in inference
engines, such as LISA.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

"A TRUE Klingon warrior does not comment his code!"


Updated at: 2020-12-10 08:42 UTC