Description Usage Arguments Value
Initializes clinspacy. This function is optional to run but gives you more control over the parameters used by scispacy at initiation. If you do not run this function, it will be run with default parameters the first time that any of the package functions are run.
1 2 3 4 5 6 | clinspacy_init(
miniconda = TRUE,
use_linker = FALSE,
linker_threshold = 0.99,
...
)
|
miniconda |
Defaults to TRUE, which results in miniconda being installed
(~400 MB) and configured with the "clinspacy" conda environment. If you
want to override this behavior, set |
use_linker |
Defaults to |
linker_threshold |
Defaults to 0.99. This arguemtn is only relevant if
|
... |
Additional settings available from: https://github.com/allenai/scispacy. |
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.