Name detection using spacy
Project description
dénommé : Multilingual Name Detection using spaCy v3
Supported Languages
Installation
pip install denomme https://denomme.s3.us-east-2.amazonaws.com/xx_denomme-0.3.1/dist/xx_denomme-0.3.1.tar.gz
Using the denomme-pipe
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
denomme-0.4.0.tar.gz
(11.7 kB
view details)
File details
Details for the file denomme-0.4.0.tar.gz
.
File metadata
- Download URL: denomme-0.4.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8c69558a0033232d9ffd102e5ce21a2917c99e8ea2c38e09310f43b5a3949f1 |
|
MD5 | c7b505a3d267709ace1ec6737c31387c |
|
BLAKE2b-256 | b599415100548c21a0b9cfee8a3553b1be0c8f836f2dfca33b861faf68cf2887 |