AIAS/2_nlp_sdks/sentiment_analysis/sentiment_analysis_sdk
2022-07-27 14:02:27 +08:00
..
doc/img no message 2021-10-03 22:25:35 +08:00
src no message 2022-06-30 11:49:51 +08:00
pom.xml upgrade to 0.17.0 2022-05-28 14:48:33 +08:00
README.md Add related AI algorithm repo. 2022-07-27 14:02:27 +08:00
sentiment_analysis_sdk.iml no message 2021-10-03 22:25:35 +08:00
sentiment-analysis-sdk.iml no message 2021-11-28 22:51:25 +08:00

官网:

官网链接

情感倾向分析SDK

情感倾向分析Sentiment Classification 针对带有主观描述的中文文本,可自动判断该文本的情感极性类别并给出相应的置信度, 能够帮助企业理解用户消费习惯、分析热点话题和危机舆情监控,为企业提供有利的决策支持。

img

SDK算法

  • 情感倾向分为两类
  • Negative (消极)
  • Positive (积极)

运行例子 - SentimentAnalysisExample

运行成功后,命令行应该看到下面的信息:

...
[INFO ] - Number of inter-op threads is 4
[INFO ] - Number of intra-op threads is 4
[INFO ] - input Sentence: I like AIAS. AIAS is the best DL application suite!
[INFO ] - [
	class: "Positive", probability: 0.99927
	class: "Negative", probability: 0.00072
]

开源算法

其它帮助信息

http://aias.top/guides.html

Git地址

Github链接
Gitee链接