This website requires JavaScript.
Explore
Help
Sign In
Shikong
/
WeChatMsg
Watch
1
Star
0
Fork
0
You've already forked WeChatMsg
mirror of
https://github.com/LC044/WeChatMsg
synced
2025-02-23 11:42:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2df4e6e3a
WeChatMsg
/
TEST.py
9 lines
125 B
Python
Raw
Normal View
History
Unescape
Escape
新增对话情感分析,增加窗口自适应,新增emotion界面
2023-04-02 21:23:20 +08:00
from
snownlp
import
SnowNLP
# 文本
text
=
u
'
🙄”
'
# 分析
s
=
SnowNLP
(
text
)
# 输出情绪为积极的概率
print
(
s
)
Reference in New Issue
Copy Permalink