From 1ee4d6ef491a0a11fe0c34555fc1dc2b52b81b14 Mon Sep 17 00:00:00 2001 From: Duygu Altinok Date: Wed, 20 Oct 2021 17:31:59 +0200 Subject: [PATCH] Corrected broken (#9505) --- website/meta/universe.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 7438a8932..df8077419 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -516,7 +516,7 @@ "title": "NeuroNER", "slogan": "Named-entity recognition using neural networks", "github": "Franck-Dernoncourt/NeuroNER", - "category": ["ner"], + "category": ["models"], "pip": "pyneuroner[cpu]", "code_example": [ "from neuroner import neuromodel", @@ -3550,6 +3550,11 @@ "title": "Scientific", "description": "Frameworks and utilities for scientific text processing" }, + { + "id": "biomedical", + "title": "Biomedical", + "description": "Frameworks and utilities for processing biomedical text" + }, { "id": "visualizers", "title": "Visualizers",