Does somebody know how to connect ConceptNet Database with Java. I searched different tutorials, checked different forums but I still couldn't find the correct methodology.
Also, how do I get and post data to/from ConceptNet using Java.
Some people tell me that by using JSON or Flat Csv, I will achieve my query's reply, but I am not familiar with these two technologies or how to use them with ConceptNet Database and Java.
If anyone knows, kindly reply me ...
Heres what I did to access a query from ConceptNet. I used the
org.apache.commons.io.IOUtils
andorg.json
maven directories. Hope this helps.