Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sofie Van Landeghem <[email protected]>
  • Loading branch information
ines and svlandeg authored Sep 10, 2024
1 parent 9f4fcbd commit 4e94ed5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/meta/universe.json
Original file line number Diff line number Diff line change
Expand Up @@ -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')",
Expand All @@ -4544,7 +4543,7 @@
"website": "https://theirstory.io"
},
"category": ["pipeline"],
"tags": ["gliner", "spacy", "nlp", "ner"]
"tags": ["NER"]
}

],
Expand Down

0 comments on commit 4e94ed5

Please sign in to comment.