mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 01:21:58 +03:00
Apply suggestions from code review
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
9f4fcbdaca
commit
4e94ed575c
|
@ -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"]
|
||||
}
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user