sentiment:这是 npm 情感模块的一个简单分支

时间:2024-07-31 08:55:03
【文件属性】:

文件名称:sentiment:这是 npm 情感模块的一个简单分支

文件大小:320KB

文件格式:ZIP

更新时间:2024-07-31 08:55:03

JavaScript

情绪 基于 AFINN 的 Node.js 情感分析 Sentiment 是一个 Node.js 模块,它使用对任意输入文本块执行。 Sentiment 提供了以下几点: 用于执行情绪分析的完全异步接口 一个构建过程,使更新 AFINN 词表未来版本的情绪变得微不足道 性能(参见下面的基准) 安装 npm install sentiment 用法 var sentiment = require ( 'sentiment' ) ; sentiment ( 'Cats are stupid.' , function ( err , result ) { console . dir ( result ) ; // Score: -2, Comparative: -0.666 } ) ; sentiment ( 'Cats are totally amazing!' , fun


【文件预览】:
sentiment-master
----.travis.yml(57B)
----package.json(1KB)
----node_modules()
--------async()
--------lodash()
----test()
--------benchmark()
--------unit()
--------governance()
----.npmignore(75B)
----makefile(194B)
----LICENSE.md(1KB)
----.gitignore(9B)
----lib()
--------index.js(10KB)
----README.md(2KB)
----.jshintrc(104B)
----build()
--------AFINN.txt(27KB)
--------index.js(895B)
--------AFINN.json(86KB)

网友评论