Called from mod_mid, this module is responsible for adding/removing/seeing
the list of stop words used for the analysis. Everytime this list is edited,
it directly edits the stop_words
field in R6 right away, without trigger.
1 2 3 | mod_mid_stop_words_ui(id)
mod_mid_stop_words_server(id, ta)
|
id |
The Module namespace |
ta |
TweetAnalysis object, to hold analysis process in R6. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.