sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.08k stars 1.13k forks source link

updating built-in sentiment analysis #335

Open JasonCrowe opened 4 years ago

JasonCrowe commented 4 years ago

I have a situation where there are certain words that are 100% positive or negative even if they wouldn't typically be categorized that way.

Is there any way to update the built-in analysis to include these domain dependant words without needing to build a brand new classifier?