SYSTRAN / faster-whisper

Faster Whisper transcription with CTranslate2
MIT License
12.59k stars 1.05k forks source link

how can i not to get the normalized chinese number? #1152

Open LRY1994 opened 3 days ago

LRY1994 commented 3 days ago

segments, _ = model.transcribe( wav_name+'.wav', language="zh", )

eg. output "二零一四“,rather than "2014"

MahmoudAshraf97 commented 3 days ago

Use this function

Example Usage