Question

I download opencyc from their site. I want to use it on my project. But I do not know how to implement it on to my project. I went through documents available in the opencyc site. can anybody let me know how to use opencyc? I am using jade library...

Was it helpful?

Solution

You can get it from the sourceforge project page. There are a couple of jars to import in opencyc-2.0-win32.zip\opencyc-2.0\api\java\lib before using the OpenCyc.jar in opencyc-2.0-win32.zip\opencyc-2.0\api\java\build.

Read the faq and search for download.

OTHER TIPS

I downloaded opencyc-2.0-win64, extracted it, and then in opencyc-2.0/api/java folder, there's an Ant build.xml file. Import that project to Eclipse, as an Ant project.

Then run org.opencyc.api.ApiDemo... Its running perfectly fine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top