Remove denomme from universe (#9952)

Package seems to have been deleted.
This commit is contained in:
Paul O'Leary McCann 2021-12-29 19:41:29 +09:00 committed by GitHub
parent 9d63dfacfc
commit f40e237c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,32 +26,6 @@
"category": ["apis", "nonpython", "standalone"],
"tags": ["api", "deploy", "production"]
},
{
"id": "denomme",
"title": "denomme : Multilingual Name Detector",
"slogan": "Multilingual Name Detection",
"description": "A SpaCy extension for Spans to extract multilingual names out of documents trained on XLM-roberta backbone",
"github": "meghanabhange/denomme",
"pip": "denomme https://denomme.s3.us-east-2.amazonaws.com/xx_denomme-0.3.1/dist/xx_denomme-0.3.1.tar.gz",
"code_example": [
"from spacy.lang.xx import MultiLanguage",
"from denomme.name import person_name_component",
"nlp = MultiLanguage()",
"nlp.add_pipe('denomme')",
"doc = nlp('Hi my name is Meghana S.R Bhange and I want to talk Asha')",
"print(doc._.person_name)",
"# ['Meghana S.R Bhange', 'Asha']"
],
"thumb": "https://i.ibb.co/jwGVWPZ/rainbow-bohemian-logo-removebg-preview.png",
"code_language": "python",
"author": "Meghana Bhange",
"author_links": {
"github": "meghanabhange",
"twitter": "_aspiringcat"
},
"category": ["standalone"],
"tags": ["person-name-detection"]
},
{
"id": "eMFDscore",
"title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python",