From 74d615ca76984392e241a6d4116b12bc64d7fc32 Mon Sep 17 00:00:00 2001 From: Daniel Himmelstein Date: Tue, 11 Jul 2023 10:54:58 -0400 Subject: [PATCH] readme bibliography: note OAK https://github.com/INCATools/ontology-access-kit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb3936e..930b650 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ The package version is automatically generated from the git tag by [`setuptools_ Here's a list of alternative projects with code for computing semantic similarity measures on ontologies: +- [Ontology Access Kit](https://incatools.github.io/ontology-access-kit/datamodels/similarity/index.html) (OAK) in Python. - [Semantic Measures Library & ToolKit](https://www.semantic-measures-library.org/sml/) at [sharispe/slib](https://github.com/sharispe/slib) in Java. - [DiShIn](http://labs.rd.ciencias.ulisboa.pt/dishin/) at [lasigeBioTM/DiShIn](https://github.com/lasigeBioTM/DiShIn) in Python. - [Sematch](http://sematch.gsi.upm.es/) at [gsi-upm/sematch](https://github.com/gsi-upm/sematch) in Python.