Esmigol
0
Q:

import spacy.display as display not working

Named Entity exampleimport spacy
from spacy import displacy

text = "When Sebastian Thrun started working on self-driving cars at Google in 2007, few people outside of the company took him seriously."

nlp = spacy.load("en_core_web_sm")
doc = nlp(text)
displacy.serve(doc, style="ent")
0

New to Communities?

Join the community