Closed progenysw closed 3 years ago
I had a similar error with doc._.sentiment.subjectivity
and had to update to doc._.subjectivity
.
that did it, thank you
Thank you for providing the fix @jcarlen. Apologies there was an issue in the documentation. It has now been updated in #10 and #11.
hi,looks like it works for space3 now, thank you. however getting the above error
1 - looks like spacytextblob pipeline is registered
2 - this is my code
nlp = spacy.load("en_core_web_sm") nlp.add_pipe("spacytextblob")