conversation <- data.frame(
processed_text = c("How are you doing?", "I'm doing great, thanks!",
"That's wonderful to hear.", "I'm glad you're doing well.")
)
result <- style_sim_seq(conversation, window_size = 2)
print(result)
Run the code above in your browser using DataLab