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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 67 - 96 of 712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
67
Changes in MKE v5.1 1. changed program name from KE to MKE 2. added MKR/MKE glossary: http://rhm.cdepot.net/doc/glossary.txt 3. added MKR translations of XML...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 1, 2003
10:06 pm
68
I've just started reading "Programming with Unicon" by Jeffery, Mohamed, Pereda & Parlett http://unicon.sourceforge.net/book/ub.pdf I'm amazed at all the new...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 3, 2003
1:31 pm
69
All of the MKE environment info. is included in the *.env commands which I have added to KEHOME/bin (see below). These commands are initialized for my Windows...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 4, 2003
4:33 am
70
Assuming that things work out, I plan to make heavy use of your XML parser. I will be using it primarily for translating between my MKR language and RDF, OWL,...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 6, 2003
1:12 am
71
Just a thought - if the XML parser is SAX-like, then the approach taken in Megginson's RDFFilter may be a quick way to get an RDF parser. ...
Danny Ayers
Danny_Ayers
Offline Send Email
Mar 6, 2003
1:19 am
72
# KEHOME/doc/MKRintro.txt # Mar/5/2003 #=======================# # MKR introduction # # version 5.1 # # # # Richard H....
Richard H. McCullough
rhmcc
Offline Send Email
Mar 6, 2003
4:02 am
73
Thanks. Sounds useful. Only read the first page so far. ============ Dick McCullough knowledge := man do identify od existent done; knowledge haspart...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 6, 2003
4:59 am
74
Hi, I just downloaded your Knowledge Explorer, but I can seem to run it. I am using Windows XP. Thanks, -Sherman...
shermanmonroe
Offline Send Email
Mar 7, 2003
2:21 am
75
Scratch that, I didn't put the .exe extention on the executables. -Sherman ... it....
shermanmonroe
Offline Send Email
Mar 7, 2003
2:57 am
76
Sorry about the previous email. I didn't notice Outlook Express had changed the font until after I clicked send. This copy should be a better reference. #...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
4:24 am
77
Good news! Your parser is up & running on my Windows XP Pro system. The only thing I had to do was make minor edits in the makefiles to handle the ".exe" and...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
8:34 am
78
So far all I get is this: $ showtree MacPherson.rdf syntax error stack underflow. aborting... couldnt parse $ I haven't looked at your grammar (unigram.y) yet....
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
11:18 am
79
I was truly shocked when I looked at the grammar, and discovered that pxp parses Unicon programs. I thought it was supposed to parse the XML language, e.g. RDF...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
12:04 pm
80
I'll give you my impressions of Java vs. Perl. Unicon is also a contender. I really never got into its new (compared to Icon) features, but I plan to do so...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 7, 2003
11:49 pm
81
... Robert Parlett pointed me to another directory which has the XML parsers. There are six example parsers in his download: testxml.icn testhtml.icn ...
rhmcc
Offline Send Email
Mar 8, 2003
8:09 am
82
The "Windows .exe problem" is having to use "x.exe" instead of "x" to execute a command. This is a pain when you're developing for both Linux and Windows. The...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 8, 2003
11:17 pm
83
# KEHOME/knowledge/tools/pxp/FirstTest.html # Mar/8/2003 from Dick McCullough: I ran the first big test of the Parlett XML parser today, using the complete...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 9, 2003
12:10 am
84
By making a small change in the MKR syntax, I completely avoided line continuation problems, and added a nice uniformity to the language. There are only two...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 13, 2003
9:02 am
85
I'm still struggling. I got hello.icn/hello.exe to work once, but right now I can't reproduce it. All tests in $JCON_HOME/test still fail with...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 14, 2003
7:48 am
86
The basic RDF model is this Entity-Property-Statement hierarchy begin hierarchy rdfhi; Resource; / Entity; / Property; / Statement; end hierarchy...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 14, 2003
5:11 pm
87
Another simple MKR/RDF implementation occurred to me. I could use an rdf group, so the syntax (implemented NOW) would be ... begin rdf some id; subject...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 14, 2003
7:26 pm
88
I had no problem at all translating MKE (35,000 lines) on Linux. After some quickie tests, the only glitch I see is with my prompt string, which is written to...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 16, 2003
8:01 am
89
The MKE download now includes several shell scripts to execute the other software tools which you may use with MKE. unicon executes Unicon O-O package...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 18, 2003
10:15 am
90
For your enjoyment. Here is a complete implementation of this example using MKR/MKE (http://rhm.cdepot.net/) <HTML> <XMP> #...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 27, 2003
2:54 pm
91
Here's the actual ouput from running MKE. I changed the input MKR script a little. The latest version is ...
Richard H. McCullough
rhmcc
Offline Send Email
Mar 30, 2003
10:31 pm
92
Here's a small sample of MKE/MKR input and output. <HTML> <XMP> # KEHOME/knowledge/tools/jena/tree1.ku.txt # Mar/31/2003 begin ntriple tree1; #####from...
Richard H. McCullough
rhmcc
Offline Send Email
Apr 1, 2003
1:21 am
93
I crashed my OS this month, and needed to recover my email addresses & bookmarks from Netscape 4.79 on my old computer. I decided this was the time to setup ...
Richard H. McCullough
rhmcc
Offline Send Email
Apr 1, 2003
7:16 am
94
Here's the structure of Netscape's bookmark file. <HTML> <XMP> # KEHOME/knowledge/applications/SemanticWeb/Netscape/bookmark.def # Apr/1/2003 ...
Richard H. McCullough
rhmcc
Offline Send Email
Apr 1, 2003
11:05 am
95
re: your rdfs.rdfs file, 27 Mar 2003 Listing of all classes + class hierarchy is attached. rdfs.nt (MKR input) rdfs.save (MKR output) ============ Dick...
Richard H. McCullough
rhmcc
Offline Send Email
Apr 2, 2003
8:32 pm
96
Here is the definition of the Outlook Express 6.0 .csv export file http://rhm.cdepot.net/knowledge/applications/SemanticWeb/Microsoft/addressbook.def The MKR...
Richard H. McCullough
rhmcc
Offline Send Email
Apr 5, 2003
11:46 am
Messages 67 - 96 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