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);
    }