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

Wrong import statement and pcz module #25

Open
Querela opened this issue Jan 11, 2019 · 1 comment
Open

Wrong import statement and pcz module #25

Querela opened this issue Jan 11, 2019 · 1 comment

Comments

@Querela
Copy link

Querela commented Jan 11, 2019

import pcz

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:

pcz.disamgiguate_sense_clusters.run(clusters_with_isas_fpath, clusters_disambiguated_fpath)

Change to:

        pcz.disambiguate_sense_clusters.run(clusters_with_isas_fpath, clusters_disambiguated_fpath)

Because:

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'
@alexanderpanchenko
Copy link
Contributor

Thank you? Could you send a pull request? This way you will be among the contributors to the project.

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

2 participants