@cycjimmy/chinese-sentiment

2.0.2 • Public • Published

chinese-sentiment

libraries dependency status libraries sourcerank Release date semantic-release npm license

Chinese sentiment analysis for Node. Currently under testing.

How to use

Install

NPM latest version npm download

$ npm install @cycjimmy/chinese-sentiment --save

Usage

const cnSenti = require('@cycjimmy/chinese-sentiment');

const sentiment = cnSenti('需要分析的文本');
console.log(sentiment); 
// output: { ... }
// Currently under testing.
// The returned results are mainly based on the actual version.

Readme

Keywords

Package Sidebar

Install

npm i @cycjimmy/chinese-sentiment

Weekly Downloads

23

Version

2.0.2

License

MIT

Unpacked Size

3.34 MB

Total Files

13

Last publish

Collaborators

  • cycdpo