Skip to content

[Task] SpeechAnalysis(WPM/filler-word) 계산 로직 구현 #18

Description

@HarryBae1011

작업 개요

  • transcript와 durationSec만으로 계산 가능한 WPM과 filler-word 빈도를 Java로 계산해 SpeechAnalysis에 저장 필요.

작업 범위

  • 답변 제출 시 transcript + durationSec으로 WPM(분당 단어 수) 계산
  • transcript 내 filler word (예: "음", "어", "그" 등 채움어) 빈도 계산
  • 계산 결과로 SpeechAnalysis 엔티티 생성/저장, Answer와 연결

완료 조건

  • 답변 제출 후 해당 답변의 SpeechAnalysis 레코드가 채워짐
  • GET /api/v1/answers/{answerId}/analysis 또는 신규 transcript 조회 API에서 WPM/filler-word 값 확인 가능

관련 이슈 / PR

#17

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions