Skip to content

node.js module for netbase: a semantic Graph Database with wordnet, wikidata, freebase, csv, xml, ... importer

License

Notifications You must be signed in to change notification settings

pannous/node-netbase

Repository files navigation

node.js module for netbase: a semantic Graph Database with wordnet, wikidata, freebase, csv, xml, ... import and export facilities.

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'),

netbase.setGerman()
merkel=netbase.get("Angela Merkel")
assert(merkel.Vorname="Angela")

show = netbase.show,
query = netbase.query;

netbase.import('wordnet')
result=netbase.query('opposite of bad')
show(result)

About

node.js module for netbase: a semantic Graph Database with wordnet, wikidata, freebase, csv, xml, ... importer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published