Skip to main content

Module summary

Module summary 

Source
Expand description

Episode semantic summarization.

Provides semantic summarization of episodes into concise, searchable summaries with key concepts, critical steps, and optional embeddings for retrieval.

Structs§

EpisodeSummary
Condensed semantic summary of an episode.
SemanticSummarizer
Semantic summarizer for episodes.

Functions§

add_salient_features_summary
Add salient features to summary parts.
extract_key_concepts
Extract key concepts from an episode.
extract_key_steps
Extract critical steps from an episode.
extract_step_number
Extract step number from text like “Step 5: …” or “step 3”.
is_stopword
Check if a word is a common stopword.