You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by "jlpainter (via GitHub)" <gi...@apache.org> on 2024/01/22 23:44:46 UTC

[PR] ctakes-ytex adding Resnik and Faith algorithms [ctakes]

jlpainter opened a new pull request, #12:
URL: https://github.com/apache/ctakes/pull/12

   This patch includes code to add 2 additional metrics to the ctakes-ytex framework which replicate the similarity metrics found in the Perl UMLS::Similarity package for Resnik (both intrinsic and without) as well as the Faith algorithms.  The new metrics are registered in the ConceptSimilarityService such that they can be called exactly as the other metrics.
   
   Examples were computed and compared with output from the Perl UMLS::Similarity and verified to be the same.  However, this requires that when testing against Perl's package, you must specify to use --instrinsic sanchez as the cTakes YTEX implementation of the IC is ONLY using the Sanchez implementation.  If you do not specify the Resnik when calling the perl scripts, it will default to the corpus based IC which results in different numbers being produced.  Once you force it to use the Sanchez IC, the distance metrics correspond exactly when running against the same UMLS database installed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ctakes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] ctakes-ytex adding Resnik and Faith algorithms [ctakes]

Posted by "jlpainter (via GitHub)" <gi...@apache.org>.
jlpainter commented on PR #12:
URL: https://github.com/apache/ctakes/pull/12#issuecomment-1916945715

   Closing as I will create a new PR with additional metrics added


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ctakes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] ctakes-ytex adding Resnik and Faith algorithms [ctakes]

Posted by "jlpainter (via GitHub)" <gi...@apache.org>.
jlpainter closed pull request #12: ctakes-ytex adding Resnik and Faith algorithms
URL: https://github.com/apache/ctakes/pull/12


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ctakes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org