R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    # setting up the reticulate python part is moved to spacy_initialize()
    # clear options
    options("spacy_initialized" = NULL)
    options("python_initialized" = NULL)
}
quanteda/spacyr documentation built on April 13, 2024, 2:27 p.m.