cbaziotis / ekphrasis

Ekphrasis is a text processing tool, geared towards text from social networks, such as Twitter or Facebook. Ekphrasis performs tokenization, word normalization, word segmentation (for splitting hashtags) and spell correction, using word statistics from 2 big corpora (english Wikipedia, twitter - 330mil english tweets).
MIT License
660 stars 91 forks source link

Updation of url : https://www.dropbox.com/s/a84otqrg6u1c5je/stats.zip?dl=1 required #11

Closed devamanyu closed 2 years ago

devamanyu commented 5 years ago

Unable to download word statistics file due to a broken link. Please update.

bhuthesh commented 5 years ago

Had a service deployed in production broken due to dropbox blocking access to this file. Fortunately had a a cached version of the statistics file. Is there a way to host them somewhere and update the URL?

memat100 commented 5 years ago

I have the same issue. Can you please update the link.

bhuthesh commented 5 years ago

Hi @memat100, I can't put the file on GitHub as I don't have that much quota. I have uploaded the file here : https://drive.google.com/file/d/1taWqACnXrJYBaAerhvCSLhymDti1hvbx/view?usp=sharing. You can download and place the file in site-packages/ekphrasis/stats directory after you install the package to get this library to work.

memat100 commented 5 years ago

Thank you very much. But from your previous comment, I tried to retrieve it from my cache files and I succeeded already. Anyway in both way, you saved my time and project :)

RemonComputer commented 5 years ago

Hello, I had the same issue, I put the file at site-packages/ekphrasis/stats but that didn't work, I found that the package was reading from /home/my_user_account_name/.ekphrasis/stats so I unzipped the file in this folder and all my problems were solved, I am using Ubuntu 18.04 python3.6

cbaziotis commented 5 years ago

Sorry for this. I need to move the precomputed statistics from dropbox to a public directory in a sever. I will do this sometime in the next week. For the moment, use the workaround proposed by @RemonComputer.

pp-universe commented 3 years ago

I have the same issue. Can you please update the link?https://drive.google.com/file/d/1taWqACnXrJYBaAerhvCSLhymDti1hvbx/view?usp=sharing is failure

ArlanCooper commented 2 years ago

Hi @memat100, I can't put the file on GitHub as I don't have that much quota. I have uploaded the file here : https://drive.google.com/file/d/1taWqACnXrJYBaAerhvCSLhymDti1hvbx/view?usp=sharing. You can download and place the file in site-packages/ekphrasis/stats directory after you install the package to get this library to work.

I have the same issue. Can you please update the link?https://drive.google.com/file/d/1taWqACnXrJYBaAerhvCSLhymDti1hvbx/view?usp=sharing is failure, thanks

cbaziotis commented 2 years ago

See here https://github.com/cbaziotis/ekphrasis/issues/28#issuecomment-1128678421