stylistic_similarity {conversim}R Documentation

Calculate stylistic similarity between two conversations

Description

This function calculates various stylistic features and their similarity between two conversations.

Usage

stylistic_similarity(text1, text2)

Arguments

text1

A character string representing the first conversation

text2

A character string representing the second conversation

Value

A list containing stylistic features and similarity measures

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

[Package conversim version 0.1.0 Index]