Closed cbsudux closed 5 years ago
Hi, I get this error when I run python label.py --reports_path reports.csv.
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?
Resolved in #7.
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?