Description Usage Arguments Value Examples
Polarity This method will check and compute the polarity of the text data. This method will return: - Number of Positive words - Number of Negative words
1 | polarity(df_col)
|
df_col |
This method will expect dataframe's column with textual data |
dataframe with one row containing columns for count of positive, negative and neutral words
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.