Count SGU mentions of a term
count_mentionsCount the exact number of times a word or phrase is spoken across all podcast episodes, with breakdowns by year, speaker, and top episodes. Returns total occurrences and matched segments.
Instructions
Count how many times a word or phrase is actually said across the whole archive — a real occurrence count, not just how many episodes match. Returns the total, segments/episodes matched, and breakdowns by year, by speaker, and the top episodes by frequency. Use for questions like 'how many times have they said homeopathy?' or 'who says "awesome" the most?'. Matches the stem and its inflections (e.g. homeopath → homeopathy, homeopathic). Covers transcribed episodes only (a few weeks behind release).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | The word or phrase to count (stem; inflections are included) | |
| top_episodes | No | How many top episodes to list (default 10) |