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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 365 - 394 of 712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
365
I'm assembling a list of specific "grammar hints" in http://mKRmKE.org/help/hint.mkr. These hints show the MKR syntax for particular features, e.g. pplist ...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 6, 2007
7:31 am
366
My original concept of a binary relation used the example 1:: John rel father=Sam, mother=Susan; In this case "father" and "mother" are really the argument...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 10, 2007
4:19 am
367
This link shows the starting screens for the "-owl" option of MKE 7.3. http://mKRmKE.org/homepage/owl.screenshot.jpg The first hierarchy is a high-level...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 10, 2007
11:02 pm
368
A handy dictionary of mKR words & symbols in now available http://mKRmKE.org/help/mkrDictionary.txt Dick McCullough knowledge := man do identify od existent...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 16, 2007
7:43 am
369
I have updated all mKE files, including especially knowledge/cyc/myCyc.mkr kb/initial.mkr kb/final.mkr src/init.icn to make sure that CommentMode and...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 16, 2007
5:03 pm
370
Here's a simple example (from my ongoing work on Cyc Upper Ontology) of how to use mKE/mKR to edit your hierarchy. $ ke -q -m -cyc ... ke$ Entity isa* ?; ...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 16, 2007
5:15 pm
371
Off the top of my head 1. XType belongs in another context. In that other context, you can call it X. 2. X ismem Class; Class isu set; is a way of integrating...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 17, 2007
6:46 pm
372
For example begin hierarchy people; person; / engineer; // i:Bob; / salesperson; // i:John; end hierarchy people; Previously, this required...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 18, 2007
9:50 am
373
This message is intended for potential new users of mKR/mKE. It is also one of the new links on my web site. The purpose of this note is to alert you to the...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 19, 2007
5:24 pm
374
The translation of "subClassOf" is "iss*". However, I have been "approximating" the meaning of x iss* y; as x iss y; Backing up one step, I just translated...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 20, 2007
11:21 am
375
I added another check option do check od aliasloop done; which looks for x iss y; y iss x; pairs. The only new alias that was detected is CycLQuery is...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 20, 2007
7:32 pm
376
Correction: check of aliasloop found CycLTerm is CycLTerm; Dick McCullough knowledge := man do identify od existent done; knowledge haspart proposition list; ...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 20, 2007
7:55 pm
377
I recommend installing Cygwin first -- it makes everything so much easier. see http://mKRmKE.org/download/README.html Dick McCullough knowledge := man do...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 20, 2007
9:22 pm
378
Doing a genus check on the current myCyc.mkr do check od genus done; catches 444 individual-class contradictions 40 unknowns These are "fatal" errors which...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 21, 2007
8:30 am
379
Correction: I made bad assumptions about the subcategories of errors. There are 1942 individual-class contradictions. Dick McCullough knowledge := man do...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 21, 2007
10:43 am
380
The REBOL internet messaging language has 10+ built-in internet protocols, including HTTP FTP SMTP POP You can execute "rebol" from a shell script or an mKR...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 22, 2007
7:48 am
381
This link accesses 10+ years of my notes on mKR/mKE http://mKRmKE.net/knowledge/ The best material is linked from my home page. Some material has never been...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 22, 2007
12:16 pm
382
After studying the RDF domain & range info., I realized that my previous translation type is isu; was wrong. The correct translations are type is...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 23, 2007
8:23 am
383
I added another half dozen references. The list is so long, I split it into categories. http://mKRmKE.org/doc/ref.html Dick McCullough knowledge := man do...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 23, 2007
6:33 pm
384
ke -tap loads the RDF language definitions and the TAP knowledge base. mKE is already updated, but my tap.mcf to tap.mkr translation won't be finished until...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 23, 2007
7:11 pm
385
some good syntax changes: For arrays, use "in" instead of "of". I think this is more natural, and it is consistent with other languages, such as AWK. For...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 25, 2007
3:17 pm
386
The new option ke -tap loads RDF language definition + TAP knowledge base. The mKE download file, knowledge.zip, now includes the TAP knowledge base in 3...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 25, 2007
10:14 pm
387
I didn't realize this before, but the TAP knowledge base is "missing" many important relations in its ECP hierarchy. For example, you have 213 Musicians in the...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 26, 2007
2:23 am
388
Correction: Sorry, Rob. Some (or most?) of the disconnection was caused by my error. To avoid special-character problems in people's names, I quoted them. But...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 26, 2007
2:56 am
389
Rob I don't think I'll have any more special character problems. This AWK preprocessor does the trick. # <html><xmp> # KEHOME/src/QuoteMCF.awk # Feb/26/2007 #...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 26, 2007
11:44 am
390
It takes so long to load the TAP knowledge base using ke -tap that I decided to implement dynamic concept loading. The tap.mkr file is copied into a BOOT...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 26, 2007
6:14 pm
391
This is my proposal for a standard import/export format for OpenCyc. Each concept description begins with ". is concept;" and continues with all propositions...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 27, 2007
2:33 am
392
This is my proposal for a standard import/export format for OpenCyc. Each concept description begins with ". is concept;" and continues with all propositions...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 27, 2007
2:37 am
393
Hi, I tried installing MKe on my mac laptop and couldn't get the make mac to work. I think I am probably misunderstanding how to use unicon. Do you have any...
S.Stamper/R.Smith
sstamper@...
Send Email
Feb 27, 2007
4:27 am
394
Roger For general guidance, you can look at the Linux/UNIX documentation of the "make" command. For Unicon guidance, see the Unicon book ...
Richard H. McCullough
rhmcc
Offline Send Email
Feb 27, 2007
6:18 am
Messages 365 - 394 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