m-bain/whisperX

Convert arabic numerals and symbols to phonetic form

Aperta

#38 aperta il 25 gen 2023

 (2 commenti) (0 reazioni) (0 assegnatari)Python (2388 fork)batch import
help wanted

Metriche repository

Star
 (23.658 stelle)
Metriche merge PR
 (Merge medio 61g 7h) (2 PR mergiate in 30 g)

Descrizione

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.

Guida contributor