Search the web
Sign In
New User? Sign Up
KR-language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 291 - 320 of 712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
291
hdo and vdo are now fully functional, using exactly the same syntax as do. The meaning of "vdo ... done;" is simple. Remove the "v", and execute the resulting ...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 15, 2005
5:24 am
292
First a couple of quick notes, then a final example. 1. I changed the MKR concept "VERB" to "verb". 2. I added a new function prop2verb(property) which returns...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 18, 2005
7:16 pm
293
I inadvertently added "definitions" to the simplified triple language. For the second line of the final example, I should have said ClassOfAbstractObject isu...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 18, 2005
7:47 pm
294
Given the continuing popularity of the triple format, I decided to offer you my own brand: Mtriples. Because Mtriples is a subset of the MKR language, it is...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 20, 2005
4:28 pm
295
Correction: {myverb isu verb;} is not quite right. You actually need to use myverb isu verb with ctype=binary relation; And just what does "binary relation"...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 21, 2005
1:19 am
296
I just remembered that I have one "workaround" for the infinite loop problem. I ran into this same problem with the OpenCyc KB. They have half a dozen ...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 22, 2005
5:26 pm
297
I have just implemented the following convention in MKR/MKE. "i" is the qualifier for individuals. "i" is short, so MKR readability is still good. It's very...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 24, 2005
9:23 pm
298
Forget about the RDF/OWL distinction. Just enter kformat := mtriple; and MKE will load all the verbs (properties) for both RDF and OWL. Dick McCullough ...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 24, 2005
11:55 pm
299
Since human beings have built-in "hardware" for recognizing similarities and differences between objects, they often form concepts on an ad-hoc basis, without...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 25, 2005
9:11 pm
300
MKE now uses the Merr error message system which was developed for the Unicon compiler. The yyerror() procedure prints file name line number input token...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 26, 2005
4:25 am
301
I have never been happy about calling a set "Set". Today I settled on a fairly painless way to fix that. change group name from "Set" to "set" change verb...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 27, 2005
10:51 pm
302
I have put together a description of the world view (entity-characteristic-proposition hierarchy, including all predefined entities and properties) for each of...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 28, 2005
1:05 am
303
Since no one is knocking at my door to use my MKR language, I have decided to undertake a serious effort to make MKR/MKE accommodate RDF, OWL, CycL. 1. Along...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 28, 2005
11:51 pm
304
OK, let's get really specific. If you have only existent existent there's really nothing to say. If you distinguish existent / entity / characteristic /...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 29, 2005
1:36 am
305
I must apologize for my tendency to leap to conclusions, and skip some essential steps. So I will back up and start again from the beginning. 1. "existents...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 30, 2005
8:15 am
306
You guessed it -- yet another rewrite. But each time, it gets shorter and better. This time, instead of laboring to make sure I covered all the syntax...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 1, 2005
12:18 pm
307
I have been concerned about generator "special cases" which I recently introduced: every i from initial to final { ... }; every char of GDBMtable { ... }; To...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 2, 2005
8:57 pm
308
My MKR interface to the OpenCyc KB is up & running with the newest OpenCyc 0.9.5. With this release OpenCyc added a lot of concrete facts. For example, the KB...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 3, 2005
12:48 am
309
I never allowed myself to use consciousness as an attribute (i.e., adjective) before because I thought it contradicted Rand's use of the word. But now I'm not...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 3, 2005
7:02 pm
310
I have been doing some work on Ayn Rand's axiomatic concepts, using the ECP hierarchy existent / entity / characteristic / proposition and the axiomatic...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 6, 2005
7:54 pm
311
Putting it all together, we get this ECP hierarchy http://rhm.cdepot.net/kb/axiom.ho Dick McCullough knowledge := man do identify od existent done; knowledge...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 7, 2005
2:53 pm
312
Food for thought It seems reasonable to think of existents entity iss existent; as having both a static nature entity has attribute; and a dynamic nature...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 8, 2005
3:15 pm
313
The previous form of declaration myverb isu verb with ctype=relation; is replaced by myverb isu relation verb with arity=2; You may specify any of the standard...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 10, 2005
12:09 am
314
Reminder: the basic format of MKR statements is proposition name :: subject verb object pplist; From several variants in the description of axiomatic concepts,...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 10, 2005
4:22 am
315
I'm making it official. "do*" is no longer part of the MKR language. Dick McCullough knowledge := man do identify od existent done; knowledge haspart...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 10, 2005
5:13 am
316
To see whether my identification, an axiomatic concept is a proposition name makes sense, one has only to ask "what are the referents of a proposition name"? ...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 12, 2005
3:32 am
317
If I had connected axiomatic concepts and contexts a few minutes earlier, I would have included this in my previous email, "referents of a proposition name" ...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 12, 2005
4:06 am
318
New links on the MKE home page The MKR Language -- paper submitted to FLAIRS 2006 NL/KR Implementation of MKE -- paper submitted to The Generator Dick...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 12, 2005
1:39 pm
319
I did my homework -- read up on OWL Restrictions. and figured out how to do OWL genus-differentia definitions. Here are the genus-differentia definitions of...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 13, 2005
10:30 pm
320
Hans Teijgeler has done an excellent job of describing owl:Class. Here is a short excerpt from the ISO standard. ...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 14, 2005
2:49 am
Messages 291 - 320 of 712   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help