Skip to contents

Analyzes semantic patterns over time

Usage

temporal_semantic_analysis(
  texts,
  dates,
  time_windows = "month",
  embeddings = NULL,
  verbose = FALSE,
  ...
)

Arguments

texts

Character vector of texts to analyze

dates

Date vector corresponding to texts

time_windows

Time window size for grouping (default: "month")

embeddings

Optional pre-computed embeddings

verbose

Logical indicating whether to print progress messages

...

Additional parameters

Value

List containing temporal analysis results