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

Drug Fetching #47

Closed nanthony007 closed 2 years ago

nanthony007 commented 2 years ago

Should we migrate the drug fetching to the respective CLI and Web applications?

This would reduce a dependency in reqwests and avoid the async/blocking IO issue in WASM.

nanthony007 commented 2 years ago

I think this is a good idea. Leave the API requests to the tools (still in the ecosystem) but avoid in the core library.

The core library will maintain the expected Drug type/struct.