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
)
a tCorpus object
tCorpus object
either 'document' or 'sentence'
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