Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.89 KB

README.md

File metadata and controls

50 lines (41 loc) · 2.89 KB

Basic Overview

Natural Language Processing tasks focused on Biological domain available from a RESTful API:

  • /drugs : retrieves the drugs in a text, along with their Anatomical Therapeutic Chemical Classification (ATC) code

Web Page

Available at: https://librairy.github.io/bio-nlp/

Natural Language Processing API

Available at: http://librairy.linkeddata.es/bio-nlp

This is an example of a CURL query:

curl -d '{"text":"however, clinical trials investigating the efficacy of several agents, including remdesivir and chloroquine, are underway in China"}' -H "Content-Type: application/json" -X POST https://librairy.linkeddata.es/bio-nlp/drugs

And the answer is:

[{
	"name": "remdesivir",
	"atc_parent": "J05AB"
}, {
	"name": "chloroquine",
	"atc_code": "P01BA01",
	"atc_parent": "P01BA",
	"cui": "C0008269",
	"level": 5
}]

Biomedical Literature API

Available at: http://librairy.linkeddata.es/bio-api

Some examples:

Most frequent drugs..

Most frequent diseases..

Texts about...