Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    WebService::UMLSKS::Similarity 0.23

    Download button

    No screenshots available
    Downloads: 161  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mugdha Choudhari and Ted Pedersen | More programs
    GPL / FREE
    January 11th, 2012, 16:03 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    WebService::UMLSKS::Similarity description

    Access the Unified Medical Language System (UMLS) via Webservices

    WebService::UMLSKS::Similarity is a Perl module that creates a new instance of Similarity module and while creating the instance sets all the configuration parameters which are used in rest of the module. User can provide the configuration parameters by directly passing them to the constructor using a hash of parameters with 'sources' and 'rels' options or user can provide directly the configuration file path in the constructor using 'config' option. If the user does not specify any configuartion parameters, defualt parameters are used. 'SNOMEDCT' is the deafult source used and 'PAR|CHD' are the default relations used.

    SYNOPSIS

    Basic Usage

     use WebService::UMLS::Similarity;
     # Creating object of similarity with default constructor.
     my $similarity1 = WebService::UMLS::Similarity->new();
     
     # Creating object of Similarity by providing Configuration parameters.
     my @source_list = ("SNOMEDCT", "MSH");
     my @relation_list = ("PAR", "CHD","RB", "RN") ;
     my $similarity2 = WebService::UMLS::Similarity->new({"sources" => \@source_list,"rels" => \@relation_list } );
     
     # Creating object of Similarity by providing Cinfiguration file path and name.
     my $similarity3 = WebService::UMLS::Similarity->
     new({"config" => "/home/../config"});

     Format of configuaration file

     The configuaration fie accepted by the module should be in the fillowing format
     
     SAB :: include SNOMEDCT,MSH
     REL :: include PAR,RB
     DIR :: include U,H
     RELA :: include RB-has_part
     
     Here, SAB is the sources and REL is relations you want to include in
     searching the UMLS. The list of sources and relations can be provided
     seperated by comma. Some UMLS sources are :SNOMEDCT,MSH,UWDA,CSP,FMA,NCI



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    UMLS access | web services | Perl module | Perl | UMLS | access

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM