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 354 - 383 of 712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
354
1. Stanford has dropped support of the TAP knowledge base. 2. OpenCyc knowledge base has been updated to version 1.0. This is a much larger KB. For example,...
Richard H. McCullough
rhmcc
Offline Send Email
Oct 28, 2006
5:51 pm
355
Context is a central concept in my MKR language. If you want to explore the use of context, functions, etc. try my MKE program: http://rhm.cdepot.net Dick...
Richard H. McCullough
rhmcc
Offline Send Email
Dec 18, 2006
4:17 pm
356
I have updated the REBOL downloads from version 2.5.0 to version 2.6.2. The new version has a number of improvements which have made over the past couple of...
Richard H. McCullough
rhmcc
Offline Send Email
Dec 18, 2006
5:51 pm
357
Shown below is some actual output from the MKE program which shows the classification of these concepts in the default context "tabula_rasa". "ke$ " is the MKE...
Richard H. McCullough
rhmcc
Offline Send Email
Dec 19, 2006
12:24 am
358
... From: "Richard H. McCullough" <rhm@...> To: "semantic-web at W3C" <semantic-web@...> Cc: "KR-language" <KR-language@YahooGroups.com> Sent:...
Richard H. McCullough
rhmcc
Offline Send Email
Dec 23, 2006
3:16 pm
359
The latest version (12/27/06) of MKE includes automatic definition of the pronouns I,you in the speaker context. You can use this capability to describe...
Richard H. McCullough
rhmcc
Offline Send Email
Dec 27, 2006
7:19 pm
360
The latest version (12/30/2006) of MKE includes the "google2mkr" shell script, which translates Google Search Results into MKR. For example google search...
Richard H. McCullough
rhmcc
Offline Send Email
Dec 31, 2006
5:03 am
361
MKE is now (Jan/26/2007) invoked as ke [-q] [-m] [script.mkr] [top] where -q is quiet mode with minimal output -m is no-menu mode script.mkr is your MKR...
Richard H. McCullough
rhmcc
Offline Send Email
Jan 26, 2007
7:06 pm
362
Correction: the top option is specified as "-t top", not "top". The command line is ke [-q] [-m] [script.mkr] [-t top] where -q is quiet mode with minimal...
Richard H. McCullough
rhmcc
Offline Send Email
Jan 27, 2007
4:51 pm
363
The MKE web site has moved from http://rhm.cdepot.net/ to http://mKRmKE.org The MKE download kewin.exe now includes the latest version of Windows icont.exe &...
Richard H. McCullough
rhmcc
Offline Send Email
Jan 29, 2007
3:36 pm
364
The "plastic" view is now the initial context of MKE. It has no built-in hierarchical structure. It is the foundation for your working context, e.g. tabula...
Richard H. McCullough
rhmcc
Offline Send Email
Jan 29, 2007
4:41 pm
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
Messages 354 - 383 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