knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of medspacy is to perform biomedical named entity recognition, Unified Medical Language System (UMLS) concept mapping, and negation detection using the Python spaCy, scispacy, and negspacy packages.
You can install the GitHub version of medspacy with:
remotes::install_github('ML4LHS/medspacy')
library(medspacy) medspacy('This patient has diabetes and CKD stage 3 but no HTN.')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.