ner-api

1.0.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ner-api

    Weekly Downloads

    2

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    900 B

    Total Files

    3

    Last publish

    Collaborators

    • gafo