stanfordmlgroup / chexpert-labeler

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

Cache CoreNLP jar in docker image #43

Closed jantrienes closed 1 year ago

jantrienes commented 1 year ago

When building the docker image, run the labeler once on the provided sample reports. This will download and cache the CoreNLP dependencies so that they are not re-downloaded each time the container is started. Closes #42