You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to sentiment analysis domain and have very little experience of Python Language. Your contribution has allowed me to conduct sentiment analysis using TEXTBLOB in R.
After following the instructions, I am successful in getting the sentiment score of single text string that I input in the text_blob function.
Could you please guide on how to extract the polarity score from the result that text_blob gives. Moreover, how can I apply this function to get the polarity scores of a dataframe that has a column of tweets?
Thanks.
The text was updated successfully, but these errors were encountered:
Dear,
I am new to sentiment analysis domain and have very little experience of Python Language. Your contribution has allowed me to conduct sentiment analysis using TEXTBLOB in R.
After following the instructions, I am successful in getting the sentiment score of single text string that I input in the text_blob function.
Could you please guide on how to extract the polarity score from the result that text_blob gives. Moreover, how can I apply this function to get the polarity scores of a dataframe that has a column of tweets?
Thanks.
The text was updated successfully, but these errors were encountered: