The force should install the module despite that error, which is safe to ignore. The different values for the online demo and the installed version are due to the fact that the demo uses a stoplist, while your installed version does not use that by default (although you can easily include that):
http://search.cpan.org/dist/WordNet-Similarity/lib/WordNet/Similarity/lesk.pm#CONFIGURATION_FILE You can find sample configuration files here : http://cpansearch.perl.org/src/TPEDERSE/WordNet-Similarity-2.05/samples/config-files/config-lesk.conf I hope this helps. Good luck, Ted On Tue, Jul 1, 2014 at 12:46 PM, saad ad <[email protected]> wrote: > Hi, > I followed your instructions on the same problem in the : > https://rt.cpan.org/Public/Bug/Display.html?id=86437 > I did force install then I made test after that but I got one error : > not ok 76 > # Failed test at t/trace.t line 141. > # got: '4' > # expected: '0' > # lesk: The lines 'Overlaps: 1 x "many" 1 x "of" ' and 'Overlaps: 1 x > "of" 1 x "many" ' differ > at the end > # Looks like you failed 1 test of 132. > I got wrong measuring value when I use lesk > car#n#1 > car#n#1 > =9519 > while online demo for the same pair =3576 > hopefully that I can get your help because I need to use lesk in my > project. > Regards, > Saad > -- Ted Pedersen http://www.d.umn.edu/~tpederse

