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
您好, 我在运行SememeWSD data_util.py这里的代码时在 File "data_util.py", line 44, in gen_sem_dict tree = hownet_dict.get_sememes_by_word(word,structured=True,lang='zh',merge= False)有一个报错: TypeError: get_sememes_by_word() got an unexpected keyword argument 'structured'. 不确定这个是不是HowNet的问题
File "data_util.py", line 44, in gen_sem_dict tree = hownet_dict.get_sememes_by_word(word,structured=True,lang='zh',merge= False)
TypeError: get_sememes_by_word() got an unexpected keyword argument 'structured'
The text was updated successfully, but these errors were encountered:
i also have this problem
Sorry, something went wrong.
same here. It is version issue, install OpenHowNet==0.0.1a11
No branches or pull requests
您好,
我在运行SememeWSD data_util.py这里的代码时在
File "data_util.py", line 44, in gen_sem_dict tree = hownet_dict.get_sememes_by_word(word,structured=True,lang='zh',merge= False)
有一个报错:TypeError: get_sememes_by_word() got an unexpected keyword argument 'structured'
. 不确定这个是不是HowNet的问题The text was updated successfully, but these errors were encountered: