conversation <- data.frame(
processed_text = c("Hello world", "World of programming",
"Programming is fun", "Fun world of coding")
)
result <- lex_sim_seq(conversation, window_size = 2)
print(result)
Run the code above in your browser using DataLab