alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.37k stars 1.04k forks source link

The transcription with the Spanish model does not include exclamation, question or punctuation marks. #1491

Closed dcfan75 closed 6 months ago

dcfan75 commented 6 months ago

Hello.

I use Vosk's Spanish subtitle transcription models and I have a question. How can I get the transcript to include punctuation marks, such as commas, periods, or exclamation marks or question marks?

Thank you.

nshmyrev commented 6 months ago

You can apply recasepunc model on top of results, same as https://github.com/alphacep/vosk-api/issues/152