powered by
This function calculates various stylistic features and their similarity between two conversations.
stylistic_similarity(text1, text2)
A list containing stylistic features and similarity measures
A character string representing the first conversation
A character string representing the second conversation
text1 <- "The quick brown fox jumps over the lazy dog. It's a sunny day." text2 <- "A lazy cat sleeps on the warm windowsill. Birds chirp outside." stylistic_similarity(text1, text2)
Run the code above in your browser using DataLab