Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
KM patch
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sam Steingold  
View profile  
 More options Feb 4 2008, 9:43 am
From: Sam Steingold <s...@gnu.org>
Date: Mon, 04 Feb 2008 09:43:55 -0500
Local: Mon, Feb 4 2008 9:43 am
Subject: Re: KM patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Reini Urban wrote:

| I just read the clisp ressources page and remembered while seeing the
| KM link
|
| KM: The Knowledge Machine  [Knowledge Systems Research Group]
|     http://www.cs.utexas.edu/users/mfkb/RKF/km.html
|
| that I needed a macrolet patch for clisp to make km-2.0.11 work:
| Modified file xmlify.lisp for clisp attached.

see also
http://groups.google.com/group/km-qa/browse_thread/thread/af3f5cd92e3...

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHpySrPp1Qsf2qnMcRAjABAJ9xFXjrrpFqFI95GrO7/LkrKF62gACfVaEg
PFW8gqgmZkJq/I7NHIr6JtY=
=LlmH
-----END PGP SIGNATURE-----


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rurban  
View profile  
 More options Feb 6 2008, 5:17 am
From: rurban <reini.ur...@gmail.com>
Date: Wed, 6 Feb 2008 02:17:23 -0800 (PST)
Local: Wed, Feb 6 2008 5:17 am
Subject: Re: KM patch
On 4 Feb., 15:43, Sam Steingold <s...@gnu.org> wrote:

> Reini Urban wrote:

> | I just read the clisp ressources page and remembered while seeing the
> | KM link
> |
> | KM: The Knowledge Machine  [Knowledge Systems Research Group]
> |    http://www.cs.utexas.edu/users/mfkb/RKF/km.html
> |
> | that I needed a macrolet patch for clisp to make km-2.0.11 work:
> | Modified file xmlify.lisp for clisp attached.

> see also http://groups.google.com/group/km-qa/browse_thread/thread/af3f5cd92e3...

Even Francis Leboutte's improved xmlify macrolet doesn't work for
clisp, it still creates
a cyclic structure.
I fixed it by enabling the old space-intensive version for clisp and
forget about Carl Shapiro's version.

$ ln -s km-2-1-18-packaged.lisp km.lisp
$ clisp -c km.lisp
WARNING in IMMEDIATE-CLASSES in lines 6663..6734 :
Duplicate CASE label |aggregation-function| :
(CASE INSTANCE
 ((|cardinality| |aggregation-function| |ignore-inverses| |inverse| |
inverse2| |inverse3| |remove-subsumers|
   |remove-subsumees| |inherit-with-overrides| |simple-inherit-with-
overrides| |fluent-status| |seq-length|
   |bag-length| |after-situation-of| |prototype-participant-of| |
combine-values-by-appending| |uniquely-called|
   |dont-cache-values| |nowexists| |abs| |log| |exp| |sqrt| |floor| |
aggregation-function| |min| |max| |sum| |average|
   |difference| |product| |quotient| |first| |second| |third| |fourth|
|fifth| |last| |unification| |set-unification|
   |append| |number| |domain| |range| |element-type| |superclasses| |
subclasses| |instances| |instance-of| |add-list|
   |del-list| |pcs-list| |ncs-list| |supersituations| |subsituations| |
subslots| |superslots|
   |slots-to-opportunistically-evaluate| |prev-situation| |next-
situation| |block-projection-for| |before-situation-of|
   |before-situation| |after-situation| |domain-of| |range-of| |fluent-
status-of| |called| |prototype-participants|
   |prototypes| |prototype-of| |cloned-from| |clone-built-from| |has-
built-clones| |has-clones| |prototype-scope|
   |name| |elements| |member-of| |members| |classes| |all-instances| |
all-prototypes| |all-classes| |all-superclasses|
   |all-subclasses| |all-supersituations| |all-subslots| |assertions|
== /== < >)
  T))
$ clisp -i km.fas -x '(in-package :km)(ext:saveinitmem "km" :quiet
t :executable t ::norc t)(ext:exit)'
$ ./km
1> (load-kb "test-suite.km")
...
test-suite.km loaded!
(|t|)

So it looks good.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pete  
View profile  
 More options Feb 25 2008, 11:58 pm
From: Pete <peter.e.cl...@boeing.com>
Date: Mon, 25 Feb 2008 20:58:31 -0800 (PST)
Local: Mon, Feb 25 2008 11:58 pm
Subject: Re: KM patch

Reini -

Thanks for the info. I've reinstated the old (space-inefficient)
version of
xmlify in KM 2.1.19 as you suggested, so macrolet is no longer needed
and KM
should again be compatible with clisp.

Thanks! Pete

On Feb 6, 2:17 am, rurban <reini.ur...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Does anyone know if there is a Java JVM version of lisp that can run KM?" by dmi...@users.sourceforge.net
dmi...@users.sourceforge.net  
View profile  
 More options Aug 7 2008, 7:48 pm
From: <dmi...@users.sourceforge.net>
Date: Thu, 7 Aug 2008 16:48:56 -0700
Local: Thurs, Aug 7 2008 7:48 pm
Subject: Does anyone know if there is a Java JVM version of lisp that can run KM?
[16:11] <dmiles_afk> in ABCL has anyone experienced problems that multiple
values get returned due to they are buffered from inner calls?
[16:13] <dmiles_afk> i am trying to figure out why i am having issues with
http://www.cs.utexas.edu/users/mfkb/km/km-2-2-10.lisp

Does anyone know if there is a Java JVM version of lisp that can run KM?

Thank you in advance!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google