BLLIP / bllip-parser

BLLIP reranking parser (also known as Charniak-Johnson parser, Charniak parser, Brown reranking parser) See http://pypi.python.org/pypi/bllipparser/ for Python module.
http://bllip.cs.brown.edu/
227 stars 53 forks source link

Error downloading model (501 Not Implemented) #62

Open tobiolatunji opened 5 years ago

tobiolatunji commented 5 years ago

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)`

dmcc commented 5 years ago

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?