Description Usage Arguments Value See Also
Filter out stopwords, assign polarity to terms from target_column. Makes use of wc_plotter
.
1 | assign_polarity(x, target_column, stopwords_dict = stop_d)
|
x |
dataframe with column of interest. |
target_column |
number of the column in x containing data being assigned polarity. |
stopwords_dict |
dictionary of stopwords e.g. |
A dataframe containing 5 columns including the polarity of target_column's words.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.