python-sutime icon indicating copy to clipboard operation
python-sutime copied to clipboard

I want to identify name , address from given Japanese text using python libraries

Open ssaikiran123 opened this issue 4 years ago • 0 comments

I want to identify name , address from given Japanese text using python libraries

import spacy nlp = spacy.load('xx_ent_wiki_sm') sentence = "私の名前はサイキランです" doc = nlp(sentence) print(doc.ents

ssaikiran123 avatar Jun 05 '20 13:06 ssaikiran123