Name detection using spacy
Project description
dénommé : Multilingual Name Detection using spaCy v3
Supported Languages
Installation
pip install https://denomme.s3.us-east-2.amazonaws.com/xx_denomme-0.3.1/dist/xx_denomme-0.3.1.tar.gz
pip install denomme
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.3.3.1.tar.gz
(14.0 kB
view hashes)