chexpert-labeler
chexpert-labeler copied to clipboard
Error - ValueError: Parser model has not been loaded.
I am getting the below error, when running the label.py
File "/home/user/anaconda3/envs/chexpert-label/lib/python3.6/site-packages/bllipparser/RerankingParser.py", line 786, in check_models_loaded_or_error
raise ValueError("Parser model has not been loaded.")
ValueError: Parser model has not been loaded.
I have already downloaded the stanford-core-nlp jar and the bz2 file for the below.
from bllipparser import RerankingParser
RerankingParser.fetch_and_load('GENIA+PubMed')