UK-IPOP / drug-extraction

A ToolBox for fuzzily extracting drugs mentions from text.
https://drug-extraction.vercel.app
MIT License
3 stars 0 forks source link

Progress bar breaks with null records #60

Closed nanthony007 closed 2 years ago

nanthony007 commented 2 years ago

The progress bar doesn't show accurate progress on files with null records.

On these files the progress bar will lag behind as it doesn't get incremented when it skips records. It will still finish at completion of the file-loop but in the intermediate it will not show accurate progress.