文件名称:sentimood:基于@thinkroth的“感伤”并用CoffeeScript编写的最小情感分析器
文件大小:22KB
文件格式:ZIP
更新时间:2024-06-13 05:02:22
CoffeeScript
sentimood:用于浏览器的AFINN情绪分析器 @thinkroth的或多或少与CoffeeScript浏览器兼容的端口,该端口最初是用Node编写的。 用法 通过Bower安装了软件包(使用命令bower install sentimood )或将其添加到HTML文档的<head> ,您可以像这样初始化Sentimood: sentiment = new Sentimood ( ) ; 然后,您可以做一些很酷的事情,例如: var analyze = sentiment . analyze ( ) , positivity = sentiment . positivity ( ) , negativity = sentiment . negativity ( ) ; analyze ( "Hey you worthless scumbag" ) ; //S
【文件预览】:
sentimood-master
----sentimood.js(48KB)
----bower.json(374B)
----LICENSE(1KB)
----README.md(1KB)
----sentimood.coffee(34KB)