| get_global_i | R Documentation | 
Features are given global ids, with an added distance (max_window_size) between contexts (e.g., documents, sentences). This way, the distance of features can be calculated across multiple contexts using a single vector
get_global_i(
  tc,
  context_level = c("document", "sentence"),
  max_window_size = 200
)
| tc | tCorpus object | 
| context_level | either 'document' or 'sentence' | 
| max_window_size | Determines the size of the gap between documents. Called max_window_size because this gap determines what the maximum window size is for non-overlapping windows between documents | 
a tCorpus object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.