Package Exports
- netbase
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (netbase) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-netbase
node.js module for Netbase: a semantic Graph Database with wordnet, wikidata, freebase, csv, xml, ... importer
Installation
stable release:
sudo npm install -g netbase
install development head:
sudo npm install -g git://github.com/pannous/node-netbase
Usage
netbase = require('netbase'),
show = netbase.show,
query = netbase.query;
netbase.import('wordnet')
result=netbase.query('opposite of bad')
show(result)