Hi 
I am going to use wordnet-similarity-so.I perform these steps until sending 
this message:
1- I use windows 7 32-bit,sp2. I use system as adminstrater.
2- I download ActivePerl-5.12.2.1203-MSWin32-x86-294165 and Install it.
(C:\Perl\site\bin;C:\Perl\bin )are added to path environment variable
automaticly. Now when I write "perl -v" in command prompet it runs correctly.
3- I download wordnet 2.1 and install it in (c:\program files\wordnet\2.1).I set
WNHOME(c:\program files\wordnet\2.1) and WNSEARCHDIR(c:\program
files\wordnet\2.1\dict) too.
4- I download WordNet-QueryData-1.45.tr and I unzipped it then I copy it to 
diver c:(c:\ WordNet-QueryData-1.45)  and I copy QueryData.pm file from 
WordNet-QueryData-1.45  in C:\Perl\site\lib\WordNet
5-  I change the value of WNHOME in WordNet-QueryData-1.45/Makefile.PL,
each reference to 2.0 I changed to 2.1 to correspond to the directory of my 
WordNet installation. The section I changed is displayed below. die "*** Please 
set the WNHOME environment variable to the location of your\n*** WordNet 
installation. QueryData.pm will not work otherwise.\n*** Alternatively, you can 
make the installation in the default\n*** location, C:\\Program 
Files\\WordNet\\2.1 on Windows, or /usr/local/WordNet-2.1 on unix.\n" unless 
exists $ENV{WNHOME} or -d "C:\\Program Files\\WordNet\\2.1" or -d 
"/usr/local/WordNet-2.1";
6- I write command prompet test.pl  (C:\WordNet-QueryData-1.45>test.pl)
v2.0: 1..54
v2.1: 1..54
ok 1
Loading index files.  This may take a while...
Not able to open C:\ProgramFiles\WordNet\2.1\dict /noun.exc or 
C:\ProgramFiles\WordNet2.1\dict \noun.exc: No such file or directory at 
C:/Perl/site/lib/WordNet/QueryData.pm line 318.
The error occurs.
My question is that, am I correct tail now? What should I do in next steps
Please help me Ted. I really needs your helps
Thanks a lot

Reply via email to