get_global_i: Compute global feature positions

View source: R/positions.r

get_global_iR Documentation

Compute global feature positions

Description

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

Usage

get_global_i(
  tc,
  context_level = c("document", "sentence"),
  max_window_size = 200
)

Arguments

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

Value

a tCorpus object


kasperwelbers/corpustools documentation built on May 10, 2023, 5:02 p.m.