|
26 | 26 | "category": ["apis", "nonpython", "standalone"],
|
27 | 27 | "tags": ["api", "deploy", "production"]
|
28 | 28 | },
|
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 |
| - }, |
55 | 29 | {
|
56 | 30 | "id": "eMFDscore",
|
57 | 31 | "title": "eMFDscore : Extended Moral Foundation Dictionary Scoring for Python",
|
|
0 commit comments