cfiltnlp / pyiwn

A Python based API to access Indian language WordNets.
http://www.cfilt.iitb.ac.in/
Creative Commons Attribution Share Alike 4.0 International
34 stars 19 forks source link

ImportError: cannot import name 'pyiwn' #8

Closed tarangn20 closed 4 years ago

tarangn20 commented 5 years ago

I am using python version 3.6.4.. and still facing this issue.. thank you.

riteshpanjwani commented 4 years ago

I have completely revamped the inner workings of the library and have fixed these issues. I would recommend you to do a full clean reinstall:

pip uninstall pyiwn pip install --upgrade pyiwn

And follow the steps in this examples notebook: https://github.com/riteshpanjwani/pyiwn/blob/master/examples/example.ipynb

Regards, Ritesh