node-concept-net icon indicating copy to clipboard operation
node-concept-net copied to clipboard

node.js interface to the ConceptNet semantic network API [DEPRECATED; ConceptNet API has changed]

Results 1 node-concept-net issues
Sort by recently updated
recently updated
newest added

I'm trying the example code, basically: ```js const ConceptNet = require( 'concept-net' ) // let conceptNet = ConceptNet(null, null, '5.3') let conceptNet = ConceptNet() async checkIdea(word) { conceptNet.search({ start: '/c/en/donut'...