sediment:使用AFINN-111的Node.JS情感分析

时间:2024-06-02 18:11:59
【文件属性】:

文件名称:sediment:使用AFINN-111的Node.JS情感分析

文件大小:81KB

文件格式:ZIP

更新时间:2024-06-02 18:11:59

JavaScript

沉淀 使用AFINN-111JavaScript情感分析( ) 安装 Node.js: npm install sediment 浏览器: [removed][removed] 用法 要使用,只需要求,然后调用分析: let Sediment = require ( 'sediment' ) ; // Not required for browser console . log ( Sediment . analyze ( 'some super cool text' ) ) ; /* Returns { score: 4, comparative: 2, words: { positive: [ 'cool', 'super' ], negative: [


【文件预览】:
sediment-master
----yarn.lock(96KB)
----bower.json(403B)
----Gruntfile.js(1KB)
----lib()
--------afinn-111.js(47KB)
--------sediment.js(2KB)
----LICENSE(1KB)
----test()
--------benchmark.js(1KB)
--------fixtures()
--------test.html(1KB)
----README.md(7KB)
----dist()
--------sediment.js(51KB)
--------sediment-node.js(50KB)
--------sediment.min.js(30KB)
----.gitignore(125B)
----package.json(853B)

网友评论