Skip to content

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

@ssaikiran123

Description

@ssaikiran123

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions