mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 10:46:29 +03:00
Remove denomme from universe (#9952)
Package seems to have been deleted.
This commit is contained in:
parent
9d63dfacfc
commit
f40e237c5a
|
@ -26,32 +26,6 @@
|
||||||
"category": ["apis", "nonpython", "standalone"],
|
"category": ["apis", "nonpython", "standalone"],
|
||||||
"tags": ["api", "deploy", "production"]
|
"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",
|
"id": "eMFDscore",
|
||||||
"title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python",
|
"title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user