ner-api
NodeJS client for NER API.
Usage
const Ner = require('ner-api');
const ner = new Ner('http://localhost:3002');
ner.parse("The United States").then(console.log);
NodeJS client for NER API.
const Ner = require('ner-api');
const ner = new Ner('http://localhost:3002');
ner.parse("The United States").then(console.log);
npm i ner-api
0
1.0.0
ISC
900 B
3