We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
python 3.7 pandas 1.1.5
import cntext as ct
concreteness_df = ct.load_pkl_dict('concreteness.pkl')
按readme运行后 Can't get attribute 'new_block' on
升级pandas至最新版本1.3.5后解决,是不是安装包应该约束一下pandas版本?
The text was updated successfully, but these errors were encountered:
其他不会有这个问题。只有ChineseEmoBank会有问题。
提个建议,建议把词典都归到一个文件下,而且加载的时候能不区分大小写(readme的直接跑可能会有file not exists的error)
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
python 3.7
pandas 1.1.5
import cntext as ct
concreteness_df = ct.load_pkl_dict('concreteness.pkl')
按readme运行后
Can't get attribute 'new_block' on
升级pandas至最新版本1.3.5后解决,是不是安装包应该约束一下pandas版本?
The text was updated successfully, but these errors were encountered: