bheinzerling / bpemb

Pre-trained subword embeddings in 275 languages, based on Byte-Pair Encoding (BPE)
https://nlp.h-its.org/bpemb
MIT License
1.18k stars 101 forks source link

Model Downloading 404 Error #70

Open gokdumano opened 5 months ago

gokdumano commented 5 months ago

I believe this error can be fixed by simply changing _baseurl variable in bpemb.py as shown below

    ## base_url = "https://nlp.h-its.org/bpemb/"
    base_url = "https://bpemb.h-its.org/multi/"