print_sim_report {conversim}R Documentation

Print similarity report

Description

This function prints a formatted summary of the similarity report.

Usage

print_sim_report(report)

Arguments

report

A similarity report generated by gen_sim_report function

Value

NULL (invisibly). This function is called for its side effect of printing to the console.

Examples


speech1 <- "This is the first speech. It talks about important topics."
speech2 <- "This is the second speech. It covers similar subjects."
report <- gen_sim_report(speech1, speech2)
print_sim_report(report)


[Package conversim version 0.1.0 Index]