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§
- Episode
Summary - Condensed semantic summary of an episode.
- Semantic
Summarizer - 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.