Skip to content

feat: speaking ASR transcript scoring with CLI command - #135

Open
laurentketterle-hub wants to merge 1 commit into
mergeos-bounties:masterfrom
laurentketterle-hub:feat/speaking-asr-transcript-6
Open

feat: speaking ASR transcript scoring with CLI command#135
laurentketterle-hub wants to merge 1 commit into
mergeos-bounties:masterfrom
laurentketterle-hub:feat/speaking-asr-transcript-6

Conversation

@laurentketterle-hub

Copy link
Copy Markdown

Summary

Adds ASR transcript scoring for the speaking skill path.

Changes

  • New pipeline function evaluate_speaking_transcript() that accepts ASR transcript JSON with optional confidence scores
  • New CLI command: nokaman eval speaking-transcript --file <json>
  • New sample fixture: data/samples/en_speaking_asr_sample.json
  • Feedback bullets generated from fluency dimension scores

Fixes #6

Add evaluate_speaking_transcript pipeline function that accepts
ASR transcript JSON with optional confidence scores and scores it
using the existing speaking fluency scorer, producing formatted
feedback bullets.

- Add CLI: nokaman eval speaking-transcript --file <json>
- Add pipeline integration for ASR transcript scoring
- Add sample fixture: data/samples/en_speaking_asr_sample.json
- Generate feedback bullets from fluency dimension scores

Fixes mergeos-bounties#6

Signed-off-by: laurentketterle-hub <noreply@users.noreply.github.com>
@laurentketterle-hub

Copy link
Copy Markdown
Author

/claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[50 MRG] Speaking path: score from ASR transcript JSON

2 participants