JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q35517F
  • License modified GPL, see LICENSE file

semantic Graph Database with wordnet, wikidata, freebase, csv, xml, ... importer

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