Skip to content
Prev 247844 / 398513 Next

Loading wordnet in R

On 18.01.2011 07:42, fayazvf wrote:
1. WNHOME is supposed to be the environment variable set in your 
opearting system (not an R variable).
2. You should set it to the parent of "dict" rather than "dict".

If you want to do that from R, use

Sys.setenv(WNHOME = "C:\\Program Files (x86)\\WordNet\\2.1")

Best,
Uwe Ligges