download_wordnet {sehrnett} | R Documentation |
Download And Delete WordNet SQL Database
Description
To download the WordNet 3.1 data as a sqlite database. It runs only in an interactive R session. The size of the database is around 500MB. Please make sure you agree with the WordNet License.
Usage
download_wordnet(debug = FALSE)
delete_wordnet()
Arguments
debug |
a flag for debugging. You should keep it FALSE. (Try at your own risk!) |
Value
TRUE if the database is found. FALSE if there is no database and it is not running in an interactive R session.
[Package sehrnett version 0.1.0 Index]