m-bain/whisperX

Convert arabic numerals and symbols to phonetic form

Aberta

#38 aberto em 25 de jan. de 2023

 (2 comentários) (0 reação) (0 responsável)Python (2.386 forks)batch import
help wanted

Métricas do repositório

Stars
 (23.718 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador