filterWeight | R Documentation |
Filter by Weighting Information
filterWeight( weight_param, tid_data, weight_filter_fun = function(weightparam) stringr::str_ends(weightparam, "no", negate = TRUE), weight_as_sup = FALSE, threshold = 0 )
weight_param |
Character string coding the relevant weighting information. |
tid_data |
Subsection of a context-word-by-token dataframe enriched by
|
weight_filter_fun |
Function that takes |
weight_as_sup |
Should weight values be included in superscript? |
threshold |
Weighting threshold for a context word to be included |
Enriched dataframe including columns with filtering information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.