Disabling some components in spacy #23
Unanswered
kaushalkrishna2000
asked this question in
Q&A
Replies: 1 comment
-
You should be able to disable any spacy component and and spacytextblob will still work. This is because to create the TextBlob object is created from spacytextblob/spacytextblob/spacytextblob.py Lines 59 to 66 in 9a87f3d Please let me know if anything does break when you disable default pipelines! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to know if disabling any component of default spacy pipeline will affect the sentiment analysis after attaching spacytextblob ?
Like for lemmatizing we can remove parser and ner .
I want to know if we can do the same in sentiment analysis using spacytextblob ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions