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...
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...
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...
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...
The latest version (12/30/2006) of MKE includes the "google2mkr" shell script, which translates Google Search Results into MKR. For example google search...
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...
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...
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 &...
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...
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 ...
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...
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...
A handy dictionary of mKR words & symbols in now available http://mKRmKE.org/help/mkrDictionary.txt Dick McCullough knowledge := man do identify od existent...
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...
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* ?; ...
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...
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...
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...
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...
Correction: check of aliasloop found CycLTerm is CycLTerm; Dick McCullough knowledge := man do identify od existent done; knowledge haspart proposition list; ...
I recommend installing Cygwin first -- it makes everything so much easier. see http://mKRmKE.org/download/README.html Dick McCullough knowledge := man do...
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...
Correction: I made bad assumptions about the subcategories of errors. There are 1942 individual-class contradictions. Dick McCullough knowledge := man do...
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...
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...
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...
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...