Skip to content

Natural Language Processing tasks focused on Biological domain

License

Notifications You must be signed in to change notification settings

librairy/bio-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61e8c82 · Oct 26, 2021

History

20 Commits
Apr 24, 2020
Apr 30, 2020
Apr 24, 2020
Mar 21, 2020
Oct 26, 2021
Apr 13, 2020
Mar 21, 2020
Apr 30, 2020
Apr 30, 2020
Apr 26, 2020
Apr 21, 2020
Apr 30, 2020
Apr 30, 2020
Apr 30, 2020
Apr 30, 2020
Apr 24, 2020
Apr 24, 2020
Apr 30, 2020
Apr 30, 2020
Apr 26, 2020
Mar 21, 2020

Repository files navigation

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...

About

Natural Language Processing tasks focused on Biological domain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published