conversation <- data.frame(
processed_text = c("I love this movie!", "It's really amazing.",
"The acting is superb.", "I couldn't agree more.")
)
result <- sent_sim_seq(conversation, window_size = 2)
print(result)
Run the code above in your browser using DataLab