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

urllib.error.HTTPError: HTTP Error 429: Too Many Requests #16

Open ab4all opened 5 years ago

ab4all commented 5 years ago

I am implementing Segmenter and SpellCorrector using corpus generated by me, and when ever I instantiate corpus for Segmenter or SpellCorrector it return me with the error as 429 Corpus was generated as mention using script provided at site-package/ekphrasis/tools/

I am running these in docker container and instantiate corpus is implement at init.py any resolution to it I also thought that something is wrong with my corpus so i also ran it with corpus="english" and still same problem

ab4all commented 5 years ago

got the solution same as dropbox stats file

ab4all commented 5 years ago

hey srry for close and reopen, i got the issue as the dropbox link was inactivate, but my question here is, what if i load stats from my own corpus, will it still look for the stats.zip and download it