m-bain/whisperX

Convert arabic numerals and symbols to phonetic form

オープン

#38 opened on 2023/01/25

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (2,387 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (23,680 個のスター)
PR merge metrics
 (平均マージ 61d 7h) (30d で 2 merged PRs)

説明

Currently arabic numerals and symbols in whisper transcript cannot be aligned, needs to be phonetic alphabet.

Need to perform inverse of normalization in https://github.com/m-bain/whisperX/blob/main/whisperx/normalizers/english.py

Such that numbers and currencies are converted to their phonetic word form.

E.g. "$300" -> "three hundred dollars"

To perform wav2vec alignment.

Then convert back to symbol form, and assign timestamps.

コントリビューターガイド