We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如题
The text was updated successfully, but these errors were encountered:
在进行简介时提到的sentiws.pkl和ANEW.pkl都有效价信息,但是测试输出的结果中并没有valence字段,此外想了解一下对于中文cntext中有进行效价分析的词典吗?给出的列表中都是英文的词典,但是目前英文词典暂无法跑通代码
Sorry, something went wrong.
sentiws和ANEW是我整理自R的quanteda包资源,quanteda中也没有这两个字典的出处,所以暂时也没找到字典的valence信息。中文暂时我还没找到,如果各位有谁发现,欢迎issue里留言留下资源链接,我有时间就会更新cntext库。
你提的这个issue,让我发现concreteness.pkl没有在cntext里,这个包有concreteness具体性的valence。介绍及用法参考
https://hidadeng.github.io/blog/jcr_concreteness_computation/
更新至1.7.7
pip3 install cntext==1.7.7
如果没有pkl文件,可以整理成类似于dataframe样式数据。
用法如下
import cntext as ct # load the concreteness.pkl dictionary file concreteness_df = ct.load_pkl_dict('Concreteness.pkl')['Concreteness'] concreteness_df.head()
好的,多谢,对于词典表中的介绍可以更新一下,测试结果已经出来了,后续持续关注。
好的,谢谢提醒,已更新词表介绍
No branches or pull requests
如题
The text was updated successfully, but these errors were encountered: