Learn R Programming

sehrnett (version 0.1.0)

download_wordnet: 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()

Value

TRUE if the database is found. FALSE if there is no database and it is not running in an interactive R session.

Arguments

debug

a flag for debugging. You should keep it FALSE. (Try at your own risk!)