stanfordmlgroup / chexpert-labeler

CheXpert NLP tool to extract observations from radiology reports.
MIT License
350 stars 79 forks source link

Error when running label.py #6

Closed cbsudux closed 5 years ago

cbsudux commented 5 years ago

Hi, I get this error when I run python label.py --reports_path reports.csv.

self.ptb2dep = ptb2ud.NegBioPtb2DepConverter(universal=True) TypeError: __init__() missing 1 required positional argument: 'lemmatize

How do I solve this?

jirvin16 commented 5 years ago

Resolved in #7.