set_wordpiece_cache_dir {wordpiece} | R Documentation |
Set a Cache Directory for wordpiece
Description
Use this function to override the cache path used by wordpiece for the
current session. Set the WORDPIECE_CACHE_DIR
environment variable
for a more permanent change.
Usage
set_wordpiece_cache_dir(cache_dir = NULL)
Arguments
cache_dir |
Character scalar; a path to a cache directory. |
Value
A normalized path to a cache directory. The directory is created if the user has write access and the directory does not exist.
[Package wordpiece version 2.1.3 Index]