Deepankar

Results 8 comments of Deepankar

Hi @janaSunrise , I found the root cause of this issue and how to fix it. ![image](https://user-images.githubusercontent.com/63971037/132628159-aa3dc856-79d8-433d-9d03-fe891a84fc96.png) According to the image attached by you, you have used the fit function...

Yes in case you want both then creating 2 models will be better.

#415 : You can find the details here

Can you confirm what **error** are you getting? I ran both the strings and its working fine for me. See below screenshot:

Thanks a lot for the info and the wonderful package.

Hi @cjhutto, I downloaded the additional datasets but I am unable to figure out how to use it. I figured that I can select the file to access using this...

For adding custom value, you must locate the **[vader_lexicon.txt](https://github.com/cjhutto/vaderSentiment/blob/master/vaderSentiment/vader_lexicon.txt)** file in your system and you can add individual words and their scores manually. The format and explanation is given here:...

## Internal working of TextBlob Sentiment Analysis Library: Pattern Sentiment Analysis library is used by Textblob internally for sentiment Analysis. Pattern is a rule based algorithm and it uses knowledge...