Replies: 1 comment
-
Question 1: whisper will not separate punctuation, you need to post-process the output and do this yourself (perhaps with regular expressions or an NLP tool). See also Question 2: whisper does not support changing languages like the example you give, but it's a feature that has been requested before.
Question 3: See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
Question 1:
Are there commands for Whisper to alter its transcription results?
I need Whisper to replace all the punctuation for the end of a sentence, such as full stop (.), acclamation (!), or question mark (?) to be written as a distinctive new marking.
Question 2:
Is there any command for Whisper to alter the writing layout of its transcript result?
This is an example of an SRT file of the Whisper transcript result:
1
00:00:00,000 --> 00:00:15,000
Nadim tuh bagian awal dari eksperimen ide kita dengan Endgame. Kalau ada yang sempet lihat, di bulan September tahun 2019 itu sempet ngobrol dengan Nadim atau Mas Menteri.
This is what I want the Whisper to make:
Question 3:
Is there any command to let Whisper transcribe words exactly as it is including the particles?
Apparently, Whisper did the job too well.
I want Whisper to write like this:
"...and then, we can pe~ pe~ perceive it as s~ so~ something else."
instead of
"...and then, we can perceive it as something else."
I really appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions