极性:检测文本的极性(情感) 源码
极性 根据和检测文本的极性。 安装 : npm install polarity 利用 var polarity = require ( 'polarity' ) polarity ( [ 'some' , 'positive' , 'happy' , 'cats' ] ) 产量: { polarity : 5 , positivity : 5 , negativity : 0 , positive : [ 'happy' , 'positive' ] , negative : [ ] } polarity ( [ 'darn' , 'self-deluded'
文件列表
polarity-master.zip
(预估有个32文件)
polarity-master
.gitignore
90B
package.json
2KB
.npmrc
18B
.travis.yml
437B
build.js
344B
index.js
1KB
.prettierignore
38B
emoji.json
4KB
license
1KB
暂无评论