From 3d29eedc9f88a42a00a601fb630940dddd67598b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Gon=C3=A7alves?= Date: Thu, 4 Jul 2024 13:13:27 -0400 Subject: [PATCH] Add DOI to README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 416e5e3..90808cc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Tests + + arXiv preprint + ## Installation @@ -305,4 +308,4 @@ The mapping score of each mapping indicates how similar an input term is to an o > When using the BioPortal or Zooma interfaces, make sure to specify the target ontology name(s) as they appear in BioPortal or OLS, respectively > [!NOTE] -> Syntactic distance-based mappers and Web API-based mappers perform slowly (much slower than the TF-IDF mapper). The former because they do pairwise comparisons between each input string and each ontology term label/synonym. In the Web API-based approaches there are networking and API load overheads \ No newline at end of file +> Syntactic distance-based mappers and Web API-based mappers perform slowly (much slower than the TF-IDF mapper). The former because they do pairwise comparisons between each input string and each ontology term label/synonym. In the Web API-based approaches there are networking and API load overheads