1.0.0 • Published 5 years ago

ner-api v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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);
1.0.0

5 years ago