download.dict {lingmatch} | R Documentation |
Download Dictionaries
Description
Downloads the specified dictionaries from osf.io/y6g5b.
Usage
download.dict(dict = "lusi", check.md5 = TRUE, mode = "wb",
dir = getOption("lingmatch.dict.dir"), overwrite = FALSE)
Arguments
dict |
One or more names of dictionaries to download, or |
check.md5 |
Logical; if |
mode |
A character specifying the file write mode; default is 'wb'. See
|
dir |
Directory in which to save the dictionary; |
overwrite |
Logical; if |
Value
Path to the downloaded dictionary, or a list of such if multiple were downloaded.
See Also
Other Dictionary functions:
dictionary_meta()
,
lma_patcat()
,
lma_termcat()
,
read.dic()
,
report_term_matches()
,
select.dict()
Examples
## Not run:
download.dict("lusi", dir = "~/Dictionaries")
## End(Not run)