Learn R Programming

PsychWordVec (version 2023.9)

text_model_remove: Remove downloaded models from the local .cache folder.

Description

Remove downloaded models from the local .cache folder.

Usage

text_model_remove(model = NULL)

Arguments

model

Model name. See text_model_download. Defaults to automatically find all downloaded models in the .cache folder.

See Also

text_init

text_model_download

text_to_vec

text_unmask

Examples

Run this code
if (FALSE) {
# text_init()  # initialize the environment

text_model_remove()
}

Run the code above in your browser using DataLab