For each row k in a single conversation's code matrix, accumulates co-occurrences over a back/forward window and returns the upper-triangle connection vector.
lq_stanza_window(codes, window_back = 1L, window_forward = 0L, binary = TRUE)Numeric matrix (same n_rows, choose_two(n_codes) columns)