NLPatVCU / medaCy

:hospital: Medical Text Mining and Information Extraction with spaCy
GNU General Public License v3.0
432 stars 91 forks source link

object 'Dataset' has no attribute 'load_external' #192

Closed gserb-datascientist closed 4 years ago

gserb-datascientist commented 4 years ago

attempt to run medaCy/examples/scripts/training_predicting.py

failed with AttributeError: type object 'Dataset' has no attribute 'load_external'

swfarnsworth commented 4 years ago

That script was written using an older version of the API that existed when we were providing our datasets on GitHub, however we discontinued that practice.

A new release to master is already complete and is pending a code review from my colleagues and my advisor. It is intended that going forward, the command line interface will be the primary means of using the package, but a newer version of the API will of course be available for writing scripts.