Skip to contents

This function calculates the similarity between two transcript data frames based on various metrics including speaker overlap, duration, word count, comment count, and content similarity.

Usage

calculate_content_similarity(
  transcript1 = NULL,
  transcript2 = NULL,
  names_to_exclude = c("dead_air")
)

Arguments

transcript1

First transcript data frame

transcript2

Second transcript data frame

names_to_exclude

Vector of names to exclude from comparison (default: "dead_air")

Value

Similarity score between 0 and 1