View source: R/download.lspace.R
download.lspace | R Documentation |
Downloads the specified semantic space from osf.io/489he.
download.lspace(space = "100k_lsa", decompress = TRUE, check.md5 = TRUE,
mode = "wb", dir = getOption("lingmatch.lspace.dir"),
overwrite = FALSE)
space |
Name of one or more spaces you want to download, or |
decompress |
Logical; if |
check.md5 |
Logical; if |
mode |
A character specifying the file write mode; default is 'wb'. See
|
dir |
Directory in which to save the space. Specify this here, or set the lspace directory option
(e.g., |
overwrite |
Logical; if |
A character vector with paths to the [1] data and [2] term files.
Other Latent Semantic Space functions:
lma_lspace()
,
select.lspace()
,
standardize.lspace()
## Not run:
download.lspace("glove_crawl", dir = "~/Latent Semantic Spaces")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.