diff --git a/website/meta/universe.json b/website/meta/universe.json index 76547e68d..e1853f50e 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -4520,14 +4520,13 @@ }, { "id": "gliner-spacy", - "title": "GLiNER SpaCy Wrapper", - "slogan": "Integrating GLiNER's Advanced NER with SpaCy", - "description": "GLiNER SpaCy Wrapper is a project that brings together GLiNER, a zero-shot Named Entity Recognition (NER) model, with SpaCy's NLP capabilities. It provides an easy way to integrate GLiNER within the SpaCy environment, thus enhancing NER tasks with GLiNER's features.", + "title": "GLiNER spaCy Wrapper", + "slogan": "Integrating GLiNER's Advanced NER with spaCy", + "description": "GLiNER SpaCy Wrapper is a project that brings together GLiNER, a zero-shot Named Entity Recognition (NER) model, with spaCy's NLP capabilities. It provides an easy way to integrate GLiNER within the spaCy environment, thus enhancing NER tasks with GLiNER's features.", "github": "theirstory/gliner-spacy", "pip": "gliner-spacy", "code_example": [ "import spacy", - "from gliner_spacy.pipeline import GlinerSpacy", "", "nlp = spacy.blank('en')", "nlp.add_pipe('gliner_spacy')", @@ -4544,7 +4543,7 @@ "website": "https://theirstory.io" }, "category": ["pipeline"], - "tags": ["gliner", "spacy", "nlp", "ner"] + "tags": ["NER"] } ],