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

import error in statment from pyiwn import pyiwn #26

Open mcapnj opened 2 years ago

mcapnj commented 2 years ago

from pyiwn import pyiwn Error : ImportError Traceback (most recent call last) C:\Users\PURVIJ~1\AppData\Local\Temp/ipykernel_1344/650345743.py in ----> 1 from pyiwn import pyiwn ImportError: cannot import name 'pyiwn' from 'pyiwn**' (C:\ProgramData\Anaconda3\lib\site-packages\pyiwn__init__.py)

use pip3 install --upgrade pyiwn and it successfully installed. please guide the for the import issue .. I am using 3.9 python

ritwikmishra commented 1 year ago

Do no use the commands mentioned in the paper. Look at the examples given in this repository.