Closed WeixiongLin closed 1 year ago
There was somthing wrong with my downstream repo so I close the old PR and raise this one again.
And I have checked the code format with black scispacy --line-length 88
by the way.
I have fix the problem, thanks for your help.
I have discussed with the maintainer in issue-490, and encouraged to raise this PR.
Gist: To use scispacy, some of the resources are fetched from web url, e.g. URL of tfidf_vectors_sparse. And the size of the resources could be up to 500M, thereby taking several miutes to complete downloading. Somehow scispacy download quietly without signals for users, so thet can't tell whether the progress stucks or not.
So I add a progress bar to the function
http_get
to let users know where they are.Scispacy helps me a lot in my research, thanks for your contribution to our community. And thanks for your review.