B
BG
Guest
Hello,
I am hoping someone can assist me with a problem I have trying to load
WordNet dictionary into a statistics program called 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
Below is output from my computer when I type the following into a DOS
window. The actual file is in Program Files (note space) whereas below it is
reported as ProgramFiles - I don't know if this makes a difference.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>echo %WNHOME%
C:\ProgramFiles\R\WordNet-3.0\
I have entered the Variable value via: control -> panel -> system -> system
properties -> advanced -> environment
Variable Name = WNHOME
variable value = C:\Program Files\R\WordNet-3.0\
Any assistance with this problem is much appreciated,
regards
Bob
I am hoping someone can assist me with a problem I have trying to load
WordNet dictionary into a statistics program called 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
Below is output from my computer when I type the following into a DOS
window. The actual file is in Program Files (note space) whereas below it is
reported as ProgramFiles - I don't know if this makes a difference.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>echo %WNHOME%
C:\ProgramFiles\R\WordNet-3.0\
I have entered the Variable value via: control -> panel -> system -> system
properties -> advanced -> environment
Variable Name = WNHOME
variable value = C:\Program Files\R\WordNet-3.0\
Any assistance with this problem is much appreciated,
regards
Bob