attached j3.txt is input (12 synsets) here is some mKE output $ ke -s ke$ do read from j3.txt done; # command <do read from j3.txt done;> ##### read_knit...
http://standardontology.org/drupal/tabula%20rasa/rdf XML Parsing Error: not well-formed Location: http://standardontology.org/drupal/tabula%20rasa/rdf Line...
I haven't bothered to track down the error in the XML output from Neologism. I think it's caused by the blank in the vocabulary name. I was mostly looking at...
Replacing the blank by an underscore ('_') solves problem. Dick McCullough http://mkrmke.org ... From: Richard H. McCullough To: KR-language@yahoogroups.com ...
I changed the way info. is stored to make it easier to access. The synset members can be accessed from any member. stuff syn ?; Likewise, for wnDefinition &...
mKR/mKE is not yet available as a web service, but you can order pizza from your PC using this mKR method # KEHOME/test/buy.html # Jun/7/2009 buy is method...
When I originally added proposition names to mKR, in version 7.1, I included forms like name :: sentence ; Version 8.2 now includes forms like name ; Some...
My web hosting provider told me I could not execute my own custom programs unless I bought their expensive dedicated server package. Not true. Their virtual...
I will use these principles for dealing with synsets. 1) treat synset as a normal concept. the only thing awkward about this -- synsets don't have names. 2)...
The current implementation of mKE runs very slow when the number of concepts is larger than about 1,000. Since my latest application has about 50,000 concepts,...
Dick McCullough http://mkrmke.org mKE download now includes newer, faster versions of stand-alone programs using three GDBM databases KEDB/genus.species ...
The hotools ssname synonym ssdef ssname genus [--down] concept are now available online at http://mkrmke.net/cgi/ [using GDBM databases for USECS] There are...
Dick McCullough http://mkrmke.org ... From: Richard H. McCullough To: Paola Di Maio ; Azamat Abdoullaev Cc: KR-language Sent: Saturday, July 25, 2009 5:31 AM ...
Dick McCullough http://mkrmke.org ... From: Richard H. McCullough To: Azamat Abdoullaev ; Paola Di Maio Sent: Thursday, July 23, 2009 12:29 PM Subject: using...
Dick McCullough http://mkrmke.org ... From: Richard H. McCullough To: Azamat Abdoullaev Cc: KR-language Sent: Saturday, July 25, 2009 7:20 PM Subject:...
I'm about half-way through the 155 corrections. It seems clear to me that MS Word must have changed the original words to underscore words because the original...
This new hotools command hocheck [--debug] <hierarchy.ho >hierarchy.err reads an mKR format hierarchy outline from standard input and writes diagnostics to...
The current USECS upper ontology is attached u2.ho.txt hocheck results are attached hocheck.ho.err ke results are attached ke.ho.err Notes hocheck missed the...
This new hotools command ssdup <ssdef.txt >ssdup.txt reads synsets from standard input and writes synset definitions which have duplicates [i.e., aliases] to...
This hotools command gs2ho <genus.species.csv >hierarchy.ho reads the genus-species .csv file from standard input and writes an mKR format hierarchy outline...
The current GDBM database is included in mKE download, and is available online at http://mkrmke.net/db. The GDBM database can be accessed by hotools commands ...
I put together a very primitive mke command which you can use to display hierarchies. It uses the hogenus GDBM table instead of the genus.species table. mke...
mke now has enough of the mKR language implemented to make a good concept hierarchy explorer. The new way of doing things: create GDBM database using hotools ...
Dick McCullough http://mkrmke.org ... From: Richard H. McCullough To: Azamat Abdoullaev Cc: Paola Di Maio Sent: Thursday, July 30, 2009 5:06 PM Subject:...
I have removed the GDBM files from the mKE download. They can now be downloaded from http://mkrmke.org/download/usecs.db.zip Dick McCullough http://mkrmke.org...
It's not even close to a taxonomy. I used the new hotop command to step through the number of synsets with 2, 3, ... genera. I got lots of multiple genera...
There was so much output, you wouldn't enjoy looking at the screen shots. The input commands were: ke$ do hotop od 0 done; ke$ do hotop od 1 done; ke$ do...
Since "." is the current concept in mKR, I thought that the display "command" should be . is concept; Here's an example copy/paste of my command console. ...