Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Baderlab/saber to universe.json #3806

Merged
merged 1 commit into from
Jun 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions website/meta/universe.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down