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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
dynamic hierarchy editing   Message List  
Reply | Forward Message #370 of 712 |
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* ?;
Entity
\ SomethingExisting
\\ TemporalThing
\\\ Individual
\\\\ Thing
\\ TemporalStuffType
\\\ StuffType
ke$ do delete od SomethingExisting from TemporalStuffType done;
ke$ SomethingExisting ismem TemporalStuffType;
ke$ Entity isa* ?;
Entity
\ SomethingExisting
\\ TemporalThing
\\\ Individual
\\\\ Thing
ke$ Entity ismem ?;
Entity ismem Class;
ke$ SomethingExisting ismem ?;
SomethingExisting ismem [Class,TemporalStuffType];
ke$ ! vi myCyc.mkr done;
ke$ exit;
##### exit #####
$

In my last command, I used Linux "vi" to make the changes "permanent"
in the source file knowledge/cyc/myCyc.mkr.

Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;
http://mKRmKE.org/





Fri Feb 16, 2007 5:13 pm

rhmcc
Offline Offline
Send Email Send Email

Forward
Message #370 of 712 |
Expand Messages Author Sort by Date

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
Advanced

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