Skip to contents

This function visualizes the comparison of stylistic features between two speeches.

Usage

compare_style(stylistic_result)

Arguments

stylistic_result

The result from stylistic_similarity function

Value

A ggplot object

Examples

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."
result <- stylistic_similarity(text1, text2)
compare_style(result)