Apply suggestions from code review

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Ines Montani 2024-09-10 14:12:38 +02:00 committed by GitHub
parent 9f4fcbdaca
commit 4e94ed575c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]
}
],