alphacep / vosk-tts

Text To Speech Synthesis with Vosk
Apache License 2.0
128 stars 18 forks source link

How to add new words to dictionary? #21

Open Serdcoff opened 7 months ago

Serdcoff commented 7 months ago

Hello dear Nikolay. I have a new dataset with new text (sentences) and wav audio. As right is if the words of new content not in the dictionary it has an error. Is any script to convert new words to format of your dictionary? Or any script which can add new words with transcription to exiting dictionary? Thank you.

p.s. Hopefully will try your gpt-sovits in near time.

Serdcoff commented 7 months ago

Update: Also there was a problem with symbol "–". I should have changed it to a different version of dash "-". cause there was a error. And change the "..." to "." Without adding new words to a dictionary - it runs the training. Later will tell the result. Thank you one more time.