Forums

HTTP 403

I want to use Turkish-nlp library.

import turkishnlp
from turkishnlp import detector
obj = detector.TurkishNLP()
obj.download()
obj.create_word_set()

To use that I need to download dataset using obj.download. But I got error of a HTTP 403.

File "/usr/local/lib/python3.10/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden

Free accounts have restricted internet access. You may request an allowlist addition by using a form lined on this help page.