MedCAT
MedCAT copied to clipboard
Medical Concept Annotation Tool
Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...
I'm getting a warning using the latest 3.0 release, which is: `The CDB was exported by an unknown version of MedCAT.` Will you please provide the most recent set of...
The MedCAT paper mentions features that provide spelling fixes and abbreviation expansion. How do we turn these features on?
The 3.0 version of the code base seems to not be compatible scispacy versions 0.4.0 (uses spacy 3.0) or 0.50 (uses spacy 3.2) since MedCAT depends on spacy 3.1. Should...
Hello, How to download the complete UML model. I have UML license but unable to find it. Additionally, Is there any way that we map the synonymous information to the...
Politely take them from some other open-source repo ([example](https://github.com/huggingface/transformers/blob/master/CONTRIBUTING.md))
As I understand, some users of MedCAT have raised an issue with logging. The previous logging behaviour was removed in #242. And for good reason. The library should leave the...
The docs builds have been failing due to the incompatible version of `dill` that gets installed (incompatible with `datasets`). I've gone ahead and pinned `dill` to a version less than...
SNOMED Uk drug extension format has been changed by NHS digital. Added a minor fix to resolve this. only changes to the medcat.utils.preprocess_snomed.py file were made.