aheissenberger / sentimentanalyser
PHP的德语情感分析库。
dev-master
2019-07-12 14:05 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: 5.2.*
This package is not auto-updated.
Last update: 2024-09-26 23:00:43 UTC
README
简单的德语文本情感分析器
功能
- 德语情感词词典"SentiWS"
- PSR-4自动加载兼容结构
- 使用PHPUnit进行单元测试
安装
要获取情感分析的最新版本,只需将以下行添加到您的composer.json文件中的require块中
composer require aheissenberger/sentimentanalyser:dev-master
使用方法
返回正数表示正面情感关联,负数表示负面情感关联。
$var = new aheissenberger\sentimentanalyser\Sentiment;
echo $var->analyse('Es ist nicht so toll');
//=> (negative)
从SentiWS创建词典
php -f ./helper/create_dict.php > ./src/dicts/de.php
致谢
本项目基于此javascript实现:https://github.com/syzer/sentiment-analyser
德语情感词词典"SentiWS" http://wortschatz.uni-leipzig.de/de/download
R. Remus, U. Quasthoff & G. Heyer: SentiWS - a Publicly Available German-language Resource for Sentiment Analysis. In: Proceedings of the 7th International Language Ressources and Evaluation (LREC'10), pp. 1168-1171, 2010