@cycjimmy/chinese-sentiment
v2.0.2
Published
Chinese sentiment analysis for Node
Downloads
8
Readme
chinese-sentiment
Chinese sentiment analysis for Node. Currently under testing.
How to use
Install
$ 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.