-
Update on CyN:
The changes that made CyN unique have been merged back into Program N, which now has its own SourceForge site.
http://sourceforge.net/projects/program-n/
Basic info on CyN OpenCyc functions can still be found at http://www.daxtron.com/cyn.htm
In addition to OpenCyc access the new program-N includes personal IRC and web servers and serverside javascript engine.
2004-04-02 17:14:55 UTC in OpenCyc
-
Hi Praveen,
It looks, and sounds very interesting. I find it interesting how uou handled the question templates inside the OpenCyc ontology.
Check out http://www.daxtron.com/cyn.htm
It's my attempt to also do NL template parsing with OpenCyc. Seems like a common theme. I am currently also looking at adding a WordNet ontology inside OpenCyc [even with wordnet in OpenCyc you can't get to...
2004-02-22 05:24:36 UTC in OpenCyc
-
Hi tran,
Sorry, I didn't post the .exe version. You can find it in
http://www.daxtron.com/pub/cyn_001c.zip
CyN is basically AIMLpad with OpenCyc access. You would use it instead of AIMLpad in conjunction with OpenCyc. The source files are for MSVC 6.0 .
Hope that helps. I was planning to update the zip and page but thought you might be interested in the exe now. Be sure to read...
2004-02-22 05:18:34 UTC in OpenCyc
-
CyN - New experimental Cyc enabled AIML Interpreter
CYc + program N = CyN
This note is to announce a new modification to the Program N AIML interpreter, a.k.a. AIMLpad, done by Daxtron Labs called CyN. CyN lets AIML developers access the OpenCyc inference engine, while at the same time allowing OpenCyc developers access to a AIML driven natural language front end. The result is the unique...
2004-01-26 04:24:25 UTC in OpenCyc
-
You may find Rosetta, which is based on the CMU link grammar parser interesting.
http://www.daxtron.com/daxtools.htm.
2003-10-15 00:19:59 UTC in OpenCyc
-
Hi Jeff,
I'm working on something similar except in Visual Basic.
http://www.daxtron.com/daxtools.htm
I was wondering if there is a way for Cyc to initiate a TCP/UDP send. Otherwise the external app has to always poll with a set of queries, which is not always efficient.
Might the secret some how lie some combination of "function OPEN-TCP-STREAM : (host port) "
and...
2003-09-02 17:52:58 UTC in OpenCyc
-
I have heard arguments that with the purely symbolic approach there is a problem with the symbols in the system not being grounded in reality. Knowing all the data about "#$Dog" does not necessarily relate it to the four-legged dog-food guarding the house. Hence the argument that a system needed to have direct experience, that it needs a body to go out and play with, chase, and get...
2003-04-29 19:05:04 UTC in OpenCyc
-
Ah another LGP user. I also am working on a LGP-to-CycL program. For your example sentence it generates:
<cyc-hypolinks>
(#$ThereExists ?EVENT2 (is-verb ?EVENT2 was-v)
(#$ThereExists ?ITEM1 (is-node ?ITEM1 Bill)
(#$ThereExists ?EVENT3 (is-verb ?EVENT3 running-v)
(#$ThereExists ?ITEM4 (is-node ?ITEM4 drugs-n)
(and (doneBy ?EVENT2 ?ITEM1)
(singular ?ITEM1)
(doneBy ?EVENT3...
2003-04-29 18:42:18 UTC in OpenCyc
-
As an aside, is there a way to load a KE text file through the API by just giving it the file name instead of having to go through the web interface?.
2003-03-27 19:55:38 UTC in OpenCyc
-
Hi Paul & Rebecca,
Sorry the link had a space in it:
http://www.viktoria.se/groups/play/publications/2000/bergstrom.pdf
One other source you may wish to look into is the OpenMind database, with 500K+ sentences.
http://commonsense.media.mit.edu/omcsraw.zip (9 meg raw)
http://commonsense.media.mit.edu/omcsraw-chunked.zip (18 MB parsed, broken into sets)
For each sentence you...
2003-03-27 17:37:27 UTC in OpenCyc