Displaying 2 results from an estimated 2 matches for "initdict".
Did you mean:
indict
2008 Sep 30
1
problem loading WordNet into R
Hello,
I am hoping someone can assist me with a problem I have trying to
load the WordNet dictionary into R. Below is the error
message I receive:
> library(wordnet)
> initDict()
[1] FALSE
Warning message:
In initDict() :
cannot find WordNet 'dict' directory: please set the environment
variable WNHOME to its parent
I have entered the Variable value via: control -> panel -> system ->
system properties -> advanced -> environment
Variable Name = W...
2011 Jan 18
1
Loading wordnet in R
I ve installed wordnet 2.1 and R 2.11.0 on windows 7.
Whenver i try to load wordnet in R, i get an error
initDict()
FALSE
cannot find wordnet 'dict' directory, Please set the WNHOME variable to its
parent.
I have tried setting WNHOME to "C:\Program Files
(x86)\WordNet\2.1\dict","C:\\Program Files
(x86)\\WordNet\\2.1\\dict","C:\\\\Program Files
(x86)\\\\WordNet\\\\2.1\\\\dict&qu...