m-bain/whisperX

Convert arabic numerals and symbols to phonetic form

开放

#38 创建于 2023年1月25日

 (2 条评论) (0 个反应) (0 位负责人)Python (2,386 个派生)batch import
help wanted

仓库指标

星标
 (23,718 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南