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
sensegram/train.py
Line 13 in 221c830
Change to:
import pcz.disamgiguate_sense_clusters
Because:
Traceback (most recent call last): File "train.py", line 114, in <module> main() File "train.py", line 106, in main pcz.disambiguate_sense_clusters.run(clusters_with_isas_fpath, clusters_disambiguated_fpath) AttributeError: module 'pcz' has no attribute 'disambiguate_sense_clusters'
And:
Line 106 in 221c830
pcz.disambiguate_sense_clusters.run(clusters_with_isas_fpath, clusters_disambiguated_fpath)
Traceback (most recent call last): File "train.py", line 114, in <module> main() File "train.py", line 106, in main pcz.disamgiguate_sense_clusters.run(clusters_with_isas_fpath, clusters_disambiguated_fpath) AttributeError: module 'pcz' has no attribute 'disamgiguate_sense_clusters'
The text was updated successfully, but these errors were encountered:
Thank you? Could you send a pull request? This way you will be among the contributors to the project.
Sorry, something went wrong.
No branches or pull requests
sensegram/train.py
Line 13 in 221c830
Change to:
Because:
And:
sensegram/train.py
Line 106 in 221c830
Change to:
Because:
The text was updated successfully, but these errors were encountered: