ltp-cloud

1.0.2 • Public • Published

ltp-cloud

目前采用回调模式,会在近期加入返回值模式。

安装

    npm i ltp-cloud --save

使用

    "use strict";
    const nlp = require('ltp-cloud');
    nlp.configure({
        api_key : ""
    });
    nlp.cut("我爱你,我真的十分爱你!",(err,data) => {
        console.log(data)
    })

Package Sidebar

Install

npm i ltp-cloud

Weekly Downloads

1

Version

1.0.2

License

AGPL-3.0

Last publish

Collaborators

  • a632079