Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: Only callable can be used as callback #1

Open
WayneB1003 opened this issue Jun 8, 2022 · 0 comments
Open

ValueError: Only callable can be used as callback #1

WayneB1003 opened this issue Jun 8, 2022 · 0 comments

Comments

@WayneB1003
Copy link

在进行情感分析时,运行readme.md中的示例代码:
import cntext as ct

text = '我今天得奖了,很高兴,我要将快乐分享大家。'

ct.sentiment(text=text,
diction=ct.load_pkl_dict('DUTIR.pkl')['DUTIR'],
lang='chinese')
出现如标题所示报错,请问是什么原因?谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant