You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed the instructions on the home page. But there's a problem with the model download process.
When i run wget https://www.dropbox.com/s/ulcfs7my1ifriuu/BLLIP-WSJ-PTB3.tar.bz2?dl=1 the file downloads fine, but doesn't download using the provided instructions.
`(chexpert-label) t--$ pip install --user bllipparser
Requirement already satisfied: bllipparser in /home/tobi/anaconda3/envs/chexpert-label/lib/python3.6/site-packages (2016.9.11)
Requirement already satisfied: six in /home/tobi/anaconda3/envs/chexpert-label/lib/python3.6/site-packages (from bllipparser) (1.11.0)
(chexpert-label) t--$ python
Python 3.6.7 |Anaconda, Inc.| (default, Oct 23 2018, 19:16:44)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
from bllipparser import RerankingParser
rrp = RerankingParser.fetch_and_load('WSJ-PTB3', verbose=True)
Model directory: /home/tobi/.local/share/bllipparser/WSJ-PTB3
Fetching model: WSJ-PTB3 from https://www.dropbox.com/s/ulcfs7my1ifriuu/BLLIP-WSJ-PTB3.tar.bz2?dl=1
Error downloading model (501 Not Implemented)`
The text was updated successfully, but these errors were encountered:
I haven't seen this before and I'm afraid I wasn't able to reproduce with a fresh install -- is it possible that the Anaconda installation is missing SSL support?
Followed the instructions on the home page. But there's a problem with the model download process.
When i run
wget https://www.dropbox.com/s/ulcfs7my1ifriuu/BLLIP-WSJ-PTB3.tar.bz2?dl=1
the file downloads fine, but doesn't download using the provided instructions.`(chexpert-label) t--$ pip install --user bllipparser
Requirement already satisfied: bllipparser in /home/tobi/anaconda3/envs/chexpert-label/lib/python3.6/site-packages (2016.9.11)
Requirement already satisfied: six in /home/tobi/anaconda3/envs/chexpert-label/lib/python3.6/site-packages (from bllipparser) (1.11.0)
(chexpert-label) t--$ python
Python 3.6.7 |Anaconda, Inc.| (default, Oct 23 2018, 19:16:44)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: