text_model_remove {PsychWordVec}R Documentation

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

## Not run: 
# text_init()  # initialize the environment

text_model_remove()

## End(Not run)


[Package PsychWordVec version 2023.9 Index]