Help for this page

Select Code to Download


  1. or download this
    my $cu1 = $umls->getConceptList($t1); #calling function from umls::sim
    +ilarity #ERRRO 1 as mentioned
     my $cui1 =pop @{$cu1};
    ...
     my $cui2 = pop @{$cu2};
     print $cui1;    # ****ERROR2 unintialized $cui1
     my $lvalue = $lch->getRelatedness($cui1, $cui2);