clinspacy_init {clinspacy} | R Documentation |
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.
Description
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.
Usage
clinspacy_init(
miniconda = TRUE,
use_linker = FALSE,
linker_threshold = 0.99,
...
)
Arguments
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. |
Value
No return value.