cfiltnlp/pyiwn

Download Error

ratul2016das opened this issue · 1 comments

Trying to import the pyiwn module using:
from pyiwn import pyiwn
gives the following error

2020-05-29:19:19:06,219 INFO [helpers.py:20] Downloading IndoWordNet data of size ~31 MB...
2020-05-29:19:19:07,468 ERROR [helpers.py:25] HTTPSConnectionPool(host='www.dropbox.com', port=443): Max retries exceeded with url: /s/t29eqq19nt5eygs/iwn_data.tar.gz?dl=1 (Caused by SSLError(SSLError("bad handshake: SysCallError(10054, 'WSAECONNRESET')")))
2020-05-29:19:19:07,473 ERROR [init.py:14] Could not download IndoWordNet data.

Hi @ratul2016das, I just tested it and it is working fine. Please try it again at you're end and make sure this link is accessible from the environment you are trying to run this code from: https://www.dropbox.com/s/t29eqq19nt5eygs/iwn_data.tar.gz?dl=1

To install the latest version, clone the repository, cd into repo root and run python setup.py install