UNPKG

public-eye

Version:

annotator for plain texts using various dbpedia related services

32 lines (31 loc) 621 B
{ "name": "public-eye", "version": "0.3.3", "description": "annotator for plain texts using various dbpedia related services", "main": "index.js", "scripts": { "test": "mocha test" }, "keywords": [ "dbpedia", "spotlight", "yago-aida", "textrazor", "stanfordNER", "ner" ], "author": "Daniele Guido", "license": "ISC", "dependencies": { "async": "^2.1.2", "languagedetect": "^1.1.1", "lodash": "^4.16.4", "ner": "^0.2.2", "request": "^2.72.0", "require-all": "^2.0.0" }, "devDependencies": { "mocha": "^3.1.2", "should": "^11.1.1" } }