Download link
Hi, The problem is that OpenCyc uses an older version of Java. I removed my Java 11 sudo apt remove --autoremove openjdk-11-* and installed the version it needs: sudo apt-get install icedtea-netx
Hello, I don't have an answer to your question but did you discover OpenCyc on the Lex Fridman podcast?
Hi, I am running run-cyc.sh on linux (ubuntu), I am getting this issue: Exception in thread "SubL Thread #1" java.lang.ExceptionInInitializerError at com.cyc.tool.subl.jrtl.nativeCode.subLisp.Eval.<clinit>(Eval.java:351) at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method) at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1042) at java.base/jdk.internal.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43) at java.base/jdk.internal.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:186)...
Does anyone know if there is any documentation for an NL interface to Research Cyc?...
Is there some bulk method of adding lots of constants at once?
Of course, it's still awkward that the query (loves ?X TestPerson1234) doesn't find...
When I try the following query using shallow inference, it gets no results: (and...
Oh, that's what I was missing! I just tested it out, and a query like this works...
I think you're right about the skolem term not being returned as a binding because...
When I write a formula involving thereExists, Skolemization appears to happen. For...
When I write a formula involving thereExists, Skolemization appears to happen. For...
@Jonatan Regarding the translation from OWL to CycL(?), when looking over old notes...
@Jonatan Regarding the translation from OWL to CycL(?), when looking over old notes...
@Jonatan Regarding the translation from OWL to CycL, when looking over old notes...
@Jonatan Regarding the translation from OWL to CycL, when looking over old notes...
Hi! I can't give a more complete answer, but your understanding that CycL is more...
Hi! I can't give a more complete answer, but your understanding that CycL is more...
Hi! Are there modal operators in Cyc and is it possible to extend Cyc by instroducing...
I think this works. (and (?X Dog CanineAnimal) (isa ?X Predicate) (arg1Isa ?X Collection)...
When I try the following query: (and (?X #$Dog #$CanineAnimal) (isa ?X BinaryPredicate)...
When I try the following query: (and (?X #$Dog #$CanineAnimal) (isa ?X BinaryPredicate)...
Hi Sergei, Our APIs support asyncronous queries, wherein you register event listeners...
Hi Sergei, I can provide an example. May I ask which version of Cyc you're using?...
I am trying to implement a scrollable answer set where the next view of the answers...
Processing justifications is time costly, so I want to get justifications by request...
Hi Luke, Is it possible that the presentation you saw used not OpenCyc, but ResearchCyc,...
On Sun, Mar 27, 2016 at 4:59 AM, Luke Seabrook luke-s@users.sf.net wrote: I'm new...
I'm new to OpenCyc but I feel like I'm starting to get the hang of the language it...
Hi Michael, nice to find you. If I release part of the ontology as Free Software...
Hi Lorenz, These vocabularies look very interesting. Unfortunately, as it stands,...
Hi Lorenz, These vocabularies look very interesting. Unfortunately, as it stands,...
Hi, with my friends we developed a set of RDF vocabularies focused on space-related...
Hi, with my friends we developed a set of RDF vocabularies focused on space-related...
Hi Hengwei, The APIs are the same for all platforms. Some API calls might return...
Hi, I'm just wondering how I can get the wornet mappings and prettyString from openCyc...
Hi, I'm just wondering how I can get the wornet mappings and prettyString from openCyc...
Hi, I'm just wondering how I can get the wornet mappings and prettyString from openCyc...
Hi Jason, We have released a new set of APIs. Please refer: http://dev.cyc.com/cyc-api/index.html...
Hi, guys. I tried to change opencyc inference engine mode like this: String queryString...
RCyc doesn't have a complete theory of which physical properties carry over to the...
I am trying to understand how physical properties work in Cyc. I would think that...
I thought maybe someone would be interested to know you can use a similar method...
First you would create a microtheory encapsulating the world of Fred and the bear...
Cool. I don't know any way I could have discovered that without asking for help....
Cool. I don't know any way I could have discovered that without asking for help.
There is a global that gates whether these NL tags are added to noun phrases parses....
That was just a hypothetical to make the issue easy to understand. One real answer...
That was just a hypothetical to make the issue easy to understand. The real answer...
What's the NL query you're using? On Tue, Nov 25, 2014 at 12:10 PM, Douglas Summers-Stay...
Suppose I used a natural language query on the string "small dog." One result I get...
Thanks! that's helpful.
The second question might be too hard to answer. There are so many possible ways...
(assertedPredicateArg OBJ N PREDICATE) This seems to work as an answer the first...
(assertedPredicateArg OBJ N PREDICATE) This seems to work as an answer the first...
(assertedPredicateArg OBJ N PREDICATE) This seems to work as an answer the first...
How would one find out the following? (If it's impossible using a Cyc query, a subl...
Hi, Andrew! It's great that you're enthusiastic about Cyc. We absolutely hear you....
Thanks! I just felt like tinkering- was my first experience with JavaScript really....
Hi Andrew, that's fantastic! One of the tools we've been developing in-house at Cycorp...
Ok, now any token can be autocompleted within the text (unlike before only the last...
Ok, now any token can be autocompleted within the text (unlike before only the last...
Well, I had implemented autocompletion within the 'Assert Sentence' tool of the web...
I decided to tinker with OpenCyc yesterday. I wanted to add auto-completion to the...
Non Atomic Terms have everything to define them specified in the term itself. So,...
That's a helpful link I had not found. TYVM
OpenCyc does have fewer functions than other versions such as ResearchCyc. Please...
I'm trying to follow along with CYCL tutorial. When I execute (#$BorderBetweenFn...
I've downloaded version 4.0 Linux version. Where are the logs being written or is...
I'm trying to follow along with CYCL tutorial. When I execute (#$BorderBetweenFn...
Thanks, that was exactly what I needed.
relatedToVia does require that the predicates be enumerated, but you should be able...
I am using ResearchCyc 4.0p. When I run the following query: (relatedToVia Cat Dog...
I am using ResearchCyc 4.0p. When I run the following query: (relatedToVia Cat Dog...
When I run the following query: (relatedToVia Cat Dog (TheSet genls) 2) it quickly...
Dear Sir, I have tested the code within the OpenCyc package. For the nart handling...
Dear Sir, I have a problem about the assertion inserting problem. Below is the code...
OpenCyc has limited NL content and capabilities, but the full version of Cyc has...
OpenCyc is indeed a knowledge base and does not provide NLP functions, although there...
Hi, I'm new to OpenCyc. What I wanna do is user query understanding and extension....
You should make it clear the 404 you're referring to is Bubo on Github. OpenCyc seems...
404, project not found.
404 on this project as well. /sadface.
Hi, I am also looking for a function where we can pass the English sentence and get...
I've been through the documentation and web interface, but haven't been able to find...
Thank you, Larry. It helped, I am able to access the details now.
Himadri, The operations you do in the Cyc image are saved out as a transcript file....
I have even tried the SubL expression: (WRITE-IMAGE "D:\myWorld.load") as is mentioned...