Skip to content

Commit dfa4e15

Browse files
polmsvlandeg
authored andcommitted
Remove denomme from universe (explosion#9952)
Package seems to have been deleted.
1 parent 65524ad commit dfa4e15

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

website/meta/universe.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,6 @@
2626
"category": ["apis", "nonpython", "standalone"],
2727
"tags": ["api", "deploy", "production"]
2828
},
29-
{
30-
"id": "denomme",
31-
"title": "denomme : Multilingual Name Detector",
32-
"slogan": "Multilingual Name Detection",
33-
"description": "A SpaCy extension for Spans to extract multilingual names out of documents trained on XLM-roberta backbone",
34-
"github": "meghanabhange/denomme",
35-
"pip": "denomme https://denomme.s3.us-east-2.amazonaws.com/xx_denomme-0.3.1/dist/xx_denomme-0.3.1.tar.gz",
36-
"code_example": [
37-
"from spacy.lang.xx import MultiLanguage",
38-
"from denomme.name import person_name_component",
39-
"nlp = MultiLanguage()",
40-
"nlp.add_pipe('denomme')",
41-
"doc = nlp('Hi my name is Meghana S.R Bhange and I want to talk Asha')",
42-
"print(doc._.person_name)",
43-
"# ['Meghana S.R Bhange', 'Asha']"
44-
],
45-
"thumb": "https://i.ibb.co/jwGVWPZ/rainbow-bohemian-logo-removebg-preview.png",
46-
"code_language": "python",
47-
"author": "Meghana Bhange",
48-
"author_links": {
49-
"github": "meghanabhange",
50-
"twitter": "_aspiringcat"
51-
},
52-
"category": ["standalone"],
53-
"tags": ["person-name-detection"]
54-
},
5529
{
5630
"id": "eMFDscore",
5731
"title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python",

0 commit comments

Comments
 (0)