mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
Add Baderlab/saber to universe.json (#3806)
This commit is contained in:
parent
a5d92a3035
commit
d4d1eab5e1
|
@ -1,5 +1,22 @@
|
|||
{
|
||||
"resources": [
|
||||
{
|
||||
"id": "saber",
|
||||
"title": "saber",
|
||||
"slogan": "deep-learning based tool for information extraction in the biomedical domain",
|
||||
"github": "BaderLab/saber",
|
||||
"pip": "saber",
|
||||
"thumb": "https://raw.githubusercontent.com/BaderLab/saber/master/docs/img/saber_logo.png",
|
||||
"code_example": [
|
||||
">>> from saber.saber import Saber",
|
||||
">>> saber = Saber()",
|
||||
">>> saber.load('PRGE')",
|
||||
"saber.annotate('The phosphorylation of Hdm2 by MK2 promotes the ubiquitination of p53.')"
|
||||
],
|
||||
"category": ["research", "biomedical"],
|
||||
"tags": ["keras"]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "spacymoji",
|
||||
"slogan": "Emoji handling and meta data as a spaCy pipeline component",
|
||||
|
|
Loading…
Reference in New Issue
Block a user