nikitakit / self-attentive-parser

High-accuracy NLP parser with models for 11 languages.
https://parser.kitaev.io/
MIT License
861 stars 153 forks source link

Problem with benepar.download("benepar_en") #10

Closed ElieAzeraf closed 5 years ago

ElieAzeraf commented 5 years ago

Hi,

I want to use benepar, so I try to download benepar_en with this code:

import benepar
benepar.download("benepar_en")

I have this result:

[nltk_data] Downloading package benepar_en to
[nltk_data]     /Users/azerafelie/nltk_data...

And no download (I waited 30min), when I go to this folder, I have the file benepar_en created, but its size is 0KB...

How can I solve that please ?

I try this on another computer, same things...

Best,

nikitakit commented 5 years ago

The model releases are hosted on GitHub, and GitHub had an outage starting last night (see https://status.github.com/messages). I'm guessing that the download has already become available, or will become available once the status page goes 100% green again. Hopefully this issue is a one-time event.

nikitakit commented 5 years ago

I'm closing this issue since I'm pretty sure it was caused by the GitHub outage. Please let me know if the situation persists and I should re-open and look into this further.