Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Advice on make my programme faster

by lima1 (Curate)
on Feb 11, 2008 at 20:44 UTC ( [id://667442]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $obj = $Measure->new($wn);
    
  2. or download this
    sub similarity {
       my ( $w1, $w2 ) = @_;
       warn "'$w1' vs '$w2'";
       return $obj->getRelatedness($w1, $w2);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://667442]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 13:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found