The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:UMLS-Similarity TPEDERSE"

UMLS::Similarity - A suite of Perl modules that implement a number of semantic similarity measures in order to calculate the similarity between two concepts in the UMLS. The measures use the UMLS-Interface module to access the UMLS present in a mysql database. River stage one • 1 direct dependent • 1 total dependent

This package consists of Perl modules along with supporting Perl programs that implement the semantic relatedness measures described by Leacock & Chodorow (1998), Wu & Palmer (1994), Nguyen and Al-Mubaid (2006), Rada, et. al. 1989, Patwardhan (2003),...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::pks - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Pekar and Staab (2002) River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic relatedness of two concepts in the UMLS according to a method described by Pekar and Staab (2002). The relatedness measure proposed by Pekar and Stabb is -sp(LCS(c1,c2),root) / sp(LCS(c1,c2),c1) + sp(LCS(c1,c2),c2) +...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::lch - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Leacock and Chodorow (1998). River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic relatedness of two concepts in the UMLS according to a method described by Leacock and Chodorow (1998). The relatedness measure proposed by Leacock and Chodorow is -log (length / (2 * D)), where length is the length ...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::nam - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Nguyen and Al-Mubaid (2006) River stage one • 1 direct dependent • 1 total dependent

The Nguyen and Al-Mubaid measure calculates similarity by calculating the log of two plus the product of the shortest distance between the two concepts minus one and the depth of the taxonomy minus the depth of the LCS. Concepts that are more similar...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::wup - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Wu and Palmer (1994). River stage one • 1 direct dependent • 1 total dependent

The Wu & Palmer measure calculates relatedness by considering the depths of the two concepts in the UMLS, along with the depth of the LCS. The formula is score = 2*depth(lcs) / (depth(s1) + depth(s2)). This means that 0 < score <= 1. The score can ne...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::lin - Perl module for computing the semantic relatednessof concepts in the Unified Medical Language System (UMLS) using the method described by Lin (1997). River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic relatedness of two concepts in the UMLS according to a method described by Lin (1998). The relatedness measure proposed by Lin is the IC(lcs) / IC(concept1) + IC(concept2). One can observe, then, that the similarity ...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::res - Perl module for computing the semantic relatednessof concepts in the Unified Medical Language System (UMLS) using the method described by Resnik (1995). River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic similarity of two concepts in the UMLS according to a method described by Resnik (1995). The relatedness measure proposed by Resnik is the information content (IC) of the least common subsumer of the two concepts. Th...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::jcn - Perl module for computing the semantic relatednessof concepts in the Unified Medical Language System (UMLS) using the method described by Jiang and Conrath (1997). River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic similarity of two concepts in the UMLS according to a method described by Jiang and Conrath (1997). This measure is based on a combination of using edge counts in the UMLS 'is-a' hierarchy and using the information c...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

sim2r.pl - This program converts a series of umls-similarity output to R format in order to run the SignificanceTesting.r program. River stage one • 1 direct dependent • 1 total dependent

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::path - Perl module for computing semantic similarity of concepts in the UMLS by simple edge counting. River stage one • 1 direct dependent • 1 total dependent

If the concepts being compared are the same, then the resulting similarity score will be 1. For example, the score for C0005767 and C0005767 is 1. The relatedness value returned by "getRelatedness()" is the multiplicative inverse of the path length b...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::lesk - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Banerjee and Pedersen (2002). River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic relatedness of two concepts in the UMLS according to a method described by Banerjee and Pedersen(2002). The relatedness measure proposed by Banerjee and Pedersen is and adaptation of Lesk's dictionary-based word sens...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::cdist - Perl module for computing semantic relatedness of concepts in the UMLS by simple edge counting proposed by Rada, et. al. (1989). River stage one • 1 direct dependent • 1 total dependent

If the concepts being compared are the same, then the resulting similarity score will be 1. For example, the score for C0005767 and C0005767 is 1. The relatedness value returned by "getRelatedness()" is the number of edges between the two concepts....

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::batet - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Batet, et al. (2011) River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic relatedness of two concepts in the UMLS according to a method described by Batet et al. (2011). The relatedness measure proposed by Batet, et al. (2011) is...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::zhong - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Zhong, et al 2002. River stage one • 1 direct dependent • 1 total dependent

The Zhong et al measure calculates relatedness by considering the depths of the two concepts in the UMLS, along with the depth of the LCS. The formula is score = 2*m(lcs) / (m(s1) + m(s2)), where m(s) = 1 / k**(depth(c)+1). Since this is a distance s...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::upath - Perl module for computing semantic similarity of concepts in the UMLS by simple edge counting regardless of the direction River stage one • 1 direct dependent • 1 total dependent

If the concepts being compared are the same, then the resulting similarity score will be 1. For example, the score for C0005767 and C0005767 is 1. The relatedness value return by "getRelatedness()" is the multiplicative inverse of the path length bet...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::faith - Perl module for computing the semantic relatednessof concepts in the Unified Medical Language System (UMLS) using the method described by Pirro and Euzenat (2010). River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic relatedness of two concepts in the UMLS according to a method described by Pirro and Euzenat (2010). The relatedness measure proposed by Pirro and Euzenat (2010) is the IC(lcs) / IC(concept1) + IC(concept2). One can ...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

spearmans.pl - This program calculates Spearman's Rank Correlation between two datasets. River stage one • 1 direct dependent • 1 total dependent

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::cmatch - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Maedche and Staab (2001). River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic relatedness of two concepts in the UMLS according to a method described by Maedche and Staab (2001). The relatedness measure proposed by Maedche and Staab (2001) is the intersection of the ancestors of the two concep...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::random - Perl module for computing a random baseline by assigning a random number between zero and one as the similarity score. River stage one • 1 direct dependent • 1 total dependent

This module assigns a random number between zero and one as the semantic relatedness of two concepts in the UMLS...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC

UMLS::Similarity::vector - Perl module for computing semantic relatedness of concepts in the Unified Medical Language System (UMLS) using the method described by Patwardhan and Pedersen (2006). River stage one • 1 direct dependent • 1 total dependent

This module computes the semantic relatedness of two concepts in the UMLS according to a method described by Patwardhan & Pedersen (2006). "Using WordNet Based Context Vectors to Estimate the Semantic Relatedness of Concepts" (Patwardhan and Pedersen...

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC
27 results (0.029 seconds)